Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FileDescription
SystemMonitorNotification_v1.0.xsd

XML Schema file that define which values are allowed in your XML files for the JobScheduler monitoring.

That means, you just have to modify your SystemMonitorNotification_<MonitorSystem>.xml files in order to configure the JobScheduler objects you want to monitor and which System Monitor you want to use for that goal, but the XML schemas do not have to be modified.

SystemMonitorNotification_<MonitorSystem>.xml

 Configuration file for each System Monitor.

  • Specifies delivery way to System Monitor.
  • Specifies notification for error or success conditions
  • Specifies notification for checks of measure the performance of JobScheduler objects
 

SystemMonitorNotificationTimers.xml

Configuration file for all System Monitors.

  • Specifies notification for checks of measure the performance of JobScheduler objects

This file is optional and can contains must contains only the definitions of the SystemMonitorNotification/Timer elements.

...

Code Block
languagexml
titleExample
collapsetrue
<SystemMonitorNotification system_id="OP5">
...


SystemMonitorNotification/Notification

...

Code Block
languagexml
titleExample
collapsetrue
<!--
Example OP5
NSCA Status:
0 - OK
1 - WARNING
2 - CRITICAL
3 - UNKNOWN
-->
...
<!--
Sending occuredoccurred errors as CRITICAL (default)
-->

<NotificationMonitor service_name_on_error="JobScheduler Errors">
...
<!--
Sending occuredoccurred errors as WARNING
-->
<NotificationMonitor service_name_on_error="JobScheduler Errors" service_status_on_error="1">
...        

...