Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Networker saveset checker
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
day savesets on the networker server. If the saveset is older than 1 day the status ist critical.
If no savesets for the client are reported, the check will be fine.
Python script that uses the mminfo binary on the nagios server to check the status of the last
day savesets on the networker server. If the saveset is older than 1 day the status ist critical.
If no savesets for the client are reported, the check will be fine.
Prerequisites:
The networker client has to be installed and configured.
Try at first "mminfo" for tests. http://www.ipnom.com/Legato-NetWorker-Commands/mminfo.html
In order to run the python script, install the pynagios libararies http://pypi.python.org/pypi/pynagios.
I.e. on Ubuntu:
1. apt-get install pip
2. pip install --proxy proxy:port --upgrade pip
3. pip install --proxy proxy:port --upgrade virtualenv
4. pip install --proxy proxy:port pynagios
Usage:
./nwcheck.py -H hostname.domain.name --server backupserver --timeout 10
./nwcheck.py -H hostname --server backupserver --timeout 10
-H = Hostname in fqn or normal form (no ip address)
--server = Name or IP of the networker server
--timeout = timeout value for killing the mminfo process
day savesets on the networker server. If the saveset is older than 1 day the status ist critical.
If no savesets for the client are reported, the check will be fine.
Prerequisites:
The networker client has to be installed and configured.
Try at first "mminfo" for tests. http://www.ipnom.com/Legato-NetWorker-Commands/mminfo.html
In order to run the python script, install the pynagios libararies http://pypi.python.org/pypi/pynagios.
I.e. on Ubuntu:
1. apt-get install pip
2. pip install --proxy proxy:port --upgrade pip
3. pip install --proxy proxy:port --upgrade virtualenv
4. pip install --proxy proxy:port pynagios
Usage:
./nwcheck.py -H hostname.domain.name --server backupserver --timeout 10
./nwcheck.py -H hostname --server backupserver --timeout 10
-H = Hostname in fqn or normal form (no ip address)
--server = Name or IP of the networker server
--timeout = timeout value for killing the mminfo process
Reviews (0)
Be the first to review this listing!