Hi,
Our company purchased nagios. However, how can I get a valid login so that I can create and see support knowledgebase.
Thank you
Search found 3 matches
- Mon Apr 09, 2018 11:35 pm
- Forum: Nagios XI
- Topic: Account Limited
- Replies: 1
- Views: 271
- Mon Feb 26, 2018 8:07 pm
- Forum: Nagios XI
- Topic: NCPA running plugin on the remote server/client
- Replies: 3
- Views: 1389
Re: NCPA running plugin on the remote server/client
Hi Kyang, Your suggestion worked for me. ./check_ncpa.py -H 192.168.4.174 -t 'xxx' -M 'plugins/check_ping' -a '-H 192.168.4.174 -w 10,2% -c 20,5%' I'm trying to make check_icmp work as well but no luck. /usr/local/nagios/libexec/check_ncpa.py -H <ip> -P 5693 -t 'Token' -M plugins/check_icmp -a '-H <...
- Thu Feb 22, 2018 12:34 am
- Forum: Nagios XI
- Topic: NCPA running plugin on the remote server/client
- Replies: 3
- Views: 1389
NCPA running plugin on the remote server/client
Hi All, Please help. I'm working on a project using check_ncpa.py that will connect to the client using a plugin/check_ping. However, I always hit the wall that it cannot parse argument. Command: CMDLINE=/usr/local/nagios/libexec/check_ncpa.py -H <client_IP> -P 5693 -t 'Token' -M plugins/check_ping ...