Skip to content

Commit

Permalink
SVC-3775 Update for Garfield jobs change
Browse files Browse the repository at this point in the history
  • Loading branch information
zensaiello committed Apr 18, 2024
1 parent d813245 commit 601e6fc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ZenPacks/zenoss/CheckPointMonitor/configure.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version = "1.0" encoding = "utf-8"?>
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser = "http://namespaces.zope.org/browser"
xmlns:zcml="http://namespaces.zope.org/zcml"
>

<!-- Include the zenjobs job definitions. -->
<include file="jobs.zcml"/>

</configure>
15 changes: 15 additions & 0 deletions ZenPacks/zenoss/CheckPointMonitor/jobs.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!--
##############################################################################
#
# Copyright (C) Zenoss, Inc. 2024, all rights reserved.
#
# This content is made available according to terms specified in
# License.zenoss under the directory where your Zenoss product is installed.
#
##############################################################################
-->
<configure xmlns="http://namespaces.zope.org/zope">
<include package="Products.Jobber" file="meta.zcml"/>
<job class=".jobs.VsxDeviceJob"/>
</configure>

0 comments on commit 601e6fc

Please sign in to comment.