Search found 5 matches
- Fri Feb 03, 2017 12:00 pm
- Forum: Nagios XI
- Topic: Nagios Xi API create Service Reference
- Replies: 8
- Views: 1251
Re: Nagios Xi API create Service Reference
I looked to mark this as resolved. But I couldn't Please mark it resolved if you can..
- Thu Feb 02, 2017 10:42 pm
- Forum: Nagios XI
- Topic: Nagios Xi API create Service Reference
- Replies: 8
- Views: 1251
Re: Nagios Xi API create Service Reference
Thank you very much rkennedy , Your suggestion allowed me to find the correct solution for my issue. Yes, as you suggest check_local_load did worked. But It allowed me to find others as well. Since this would help of for the some other people in the future I will post the solution. To create check_l...
- Wed Feb 01, 2017 11:44 pm
- Forum: Nagios XI
- Topic: Nagios Xi API create Service Reference
- Replies: 8
- Views: 1251
Re: Nagios Xi API create Service Reference
I have tried it as you explained. But it didn't work. That's why I decided to take help from you experts. This is what I have used to create ping service curl -XPOST "http://myhostname/nagiosxi/api/v1/config/service?apikey=6aa9535kf9ab58epeji60mv86577agfgqmosoqh62og6vtvcefhc5fh9jofr6sbv&pre...
- Wed Feb 01, 2017 12:09 am
- Forum: Nagios XI
- Topic: Nagios Xi API create Service Reference
- Replies: 8
- Views: 1251
Re: Nagios Xi API create Service Reference
Thank you very much for the response. I have used the guide in Nagios Xi "Help". That allowed to create me ping service. But I cannot create any other services. Just want to know how can i send parameters to check_load check_swap check_disk check_mem check_init_service check_cpu_stat Comma...
- Mon Jan 30, 2017 4:29 am
- Forum: Nagios XI
- Topic: Nagios Xi API create Service Reference
- Replies: 8
- Views: 1251
Nagios Xi API create Service Reference
I'm currently trying to create few services through Nagios Xi API. Although I'm able to get create check ping service as explained in the help Is there a guide which I can refer when creating services. I'm struggling to find the way to pass arguments to check command. For example check_command=check...