Search found 6 matches
- Thu Apr 25, 2019 2:21 am
- Forum: Nagios XI
- Topic: add service with API
- Replies: 7
- Views: 803
Re: add service with API
thank you it work

- Tue Apr 23, 2019 2:37 am
- Forum: Nagios XI
- Topic: add service with API
- Replies: 7
- Views: 803
Re: add service with API
hello; i hve try with this code : /usr/local/nagios/libexec/check_http -H 192.150.30.230 -p 3030 -u /api/Pls/getAudiJobs -r "A1MA_PER: running ready" -r "A1MA_ZSB: running ready" it return ok if the last argument is correct "-r "A1MA_ZSB: running ready", it don't c...
- Mon Apr 22, 2019 5:22 am
- Forum: Nagios XI
- Topic: add service with API
- Replies: 7
- Views: 803
Re: add service with API
@cdienger; thank you for your reply,
this method works, but it gives me the result of one service, then I have to create many check cmd
, and i have a lot of services, I want to see if all services are "running ready" at one check
this method works, but it gives me the result of one service, then I have to create many check cmd
- Fri Apr 19, 2019 7:21 am
- Forum: Nagios XI
- Topic: add service with API
- Replies: 7
- Views: 803
add service with API
Hello; i have an API curl -XGET "http://192.150.30.230:3030/api/Pls/getAudiJobs" that give this result : "DICONSULT-Message-Execution-System state:", "systemd: running ready(6477)", "A1MA_avbl: running ready(6493)", "A1MA_adt: running ready(6509)", &...
- Thu Apr 18, 2019 1:56 am
- Forum: Nagios XI
- Topic: SUSE 11 SP2 client installation
- Replies: 3
- Views: 891
Re: SUSE 11 SP2 client installation
Hello, @npolovenko; thank you for your support. i have already try with this methode, this is the error appeared : linux:/tmp # wget 'https://nu.novell.com/repo/$RCE/SLE11-SDK-SP3-Pool/sle-11-x86 _64/rpm/x86_64/sle-sdk-release-SDK-11.3-1.69.x86_64.rpm' --2019-04-16 14:26:24-- https://nu.novell.com/r...
- Wed Apr 17, 2019 2:10 am
- Forum: Nagios XI
- Topic: SUSE 11 SP2 client installation
- Replies: 3
- Views: 891
SUSE 11 SP2 client installation
hello; i have nagios XI and i want to monitor my servers, no problem with windows servers and centos, but i have problem with the installation of the client in 3 servers Suse 11 sp2. 1-with this method https://support.nagios.com/kb/article/nrpe-how-to-install-nrpe-8.html this error appeared : linux:...