Home Archives Nagios Exchange send_nrdp Python NRDP Client

About Nagios Planet

Nagios Planet is an aggregation of news feeds from around the Nagios world. This site is maintained in cooperation with OpenXtra. Learn more...

Planet Feed

Nagios Planet Feed

send_nrdp Python NRDP Client

| Print |  E-mail
Nagios Exchange
Thursday, 16 February 2012 11:15
usage: send_nrdp.py [options] options: -u URL, --url=URL ** REQUIRED ** The URL used to access the remote NRDP Server Usually: http://<IP_ADDRESS>/nrdp/ agent. -t TOKEN, --token=TOKEN ** REQUIRED ** The authentication token used to access the remote NRDP agent. -H HOSTNAME, --hostname=HOSTNAME The name of the host associated with the passive host/service check result. -s SERVICE, --service=SERVICE For service checks, the name of the service associated with the passive check result. -S STATE, --state=STATE An integer indicating the current state of the host or service. -o OUTPUT, --output=OUTPUT Text output to be sent as the passive check result. Newlines should be encoded with encoded newlines (n). -d DELIM, --delim=DELIM With only the required parameters send_nrdp.py is capable of processing data piped to it either from a file or other process. By default, we use t as the delimiter however this may be specified with the -d option data should be in the following formats one entry per line. -c CHECKTYPE, --checktype=CHECKTYPE 1 for passive 0 for active -h, --help show this help message and exit

Read more: http://exchange.nagios.org/directory/send_nrdp-Python-NRDP-Client/details

Bookmark and Share