Home Directory Addons Passive Checks submit_event_data.pl

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

submit_event_data.pl

Rating
0 votes
Favoured:
0
Hits
96710
Files:
FileDescription
submit_event_data.plsubmit_event_data.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This Perl script is used to transfer passive check results from Nagios satellites to a central instance.
SSH and rsync is used for transfering the files, SSH PubKey authentication has to be set up for this script to work

Usage:
submit_event_data.pl -H -l -r -x
[-u| --user ] [-s|--sleep
] [-c|--config ] [-h|--help] [-v|--version]

A script for collecting performance data from other Nagios nodes. This
will make sense in environments with distributed monitoring ;-)

Options:
-H | --hosts
Hostnames or ip addresses of the hosts to check for data. A comma
separated list...

-l | --local-dir
Where will the performance data be stored?

-r | --remote-dir
Target directordy on the remote host

-x | --xternal
Path to Nagios' External Command Interface, e.g.
/usr/local/nagios/var/rw/nagios.cmd

-u | --user
Username for login on hosts

-s | --sleep
Time to sleep after recieving data from hosts. Default is 60 seconds

-c | --config
Path to configuration file. When choosing this options, -H, -l and
-r not needed

-h|--help
Print help message and exit

-v|--version
Print version an exit