Monitoring Scripts
Opsview Monitoring Scripts provide the monitoring capabilities to Opsview Monitor software. It includes the checks from Monitoring Plugins, Opsview’s own monitoring plugins, notification scripts, and some default event handlers.
Opsview Monitoring Scripts package is a required package for Opsview Collector and it will be installed on the same server. There are no start or stop scripts included.
- Plugins will be installed in
/opt/opsview/monitoringscripts/builtin/plugins/
and set up for use in/opt/opsview/monitoringscripts/plugins/
. - Event handlers will be installed in
/opt/opsview/monitoringscripts/builtin/eventhandlers/
and set up for use in/opt/opsview/monitoringscripts/eventhandlers/
. - Notification Scripts will be installed in
/opt/opsview/monitoringscripts/builtin/notifications/
and set up for use in/opt/opsview/monitoringscripts/notifications/
.
Dependencies Copied
Some plugins may require additional SDK libraries to be manually installed.
Installation Copied
This is deployed on the Master server when installing Opsview Monitor.
Configuration Copied
There are no configuration option for the monitoring scripts. If the plugins require any configuration, they will be deployed at install time in the /opt/opsview/monitoringscripts/builtin/etc/
directory and set up for use in /opt/opsview/monitoringscripts/etc/
.
Management Copied
This will be used by opsview-collector
. There are no start or stop scripts for this package.
This package is not monitored by opsview-watchdog
. Any plugins running and management state will be stored in the /opt/opsview/monitoringscripts/var
directory.