Thanks!
I'm not sure an upgrade is an option at this point. Are there any other methods that we could use to add a large number of services to existing hosts that already have other services configured?
Search found 3 matches
- Fri Aug 17, 2018 1:42 pm
- Forum: Nagios XI
- Topic: API Config Service Ingnores check_command
- Replies: 5
- Views: 844
- Fri Aug 17, 2018 12:26 pm
- Forum: Nagios XI
- Topic: API Config Service Ingnores check_command
- Replies: 5
- Views: 844
Re: API Config Service Ingnores check_command
Yes, it's in the config files as below and used in many other checks. define command { command_name check_nrpe_disk_space command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 90 -c check_nrpe_filesystem -a $ARG1$ $ARG2$ $ARG3$ } I'm still on 5.2.8, is there a bug that was reported for this and fixed ...
- Fri Aug 17, 2018 11:38 am
- Forum: Nagios XI
- Topic: API Config Service Ingnores check_command
- Replies: 5
- Views: 844
API Config Service Ingnores check_command
I have over 1,000 service checks to add to Nagios so I'm using the REST API to do it. I can successfully query the API for objects and even my curl command below generates a successful new service in CCM. However, each time I do this the check_command never seems to work. In the CCM, the check comma...