Search found 142 matches

by ziedmahjoub
Tue Apr 28, 2015 10:51 am
Forum: Open Source Nagios Projects
Topic: How to make Indirect checks
Replies: 53
Views: 17356

Re: How to make Indirect checks

its ok i 've installed the last stable version of NSClient and i configure it and its ok , and i give up for the indirect checks for now .

Myabe if i need it i will make a new thread , you can close this one
by ziedmahjoub
Mon Apr 27, 2015 6:11 am
Forum: Open Source Nagios Projects
Topic: Nagios Reactor
Replies: 16
Views: 5375

Re: Nagios Reactor

Hey ssax, (sorry for my questions since i'm new to reactor ) i wanna confirm something , when you told me you just setup and event handler on your service and have it call (with curl or wget) the event chain URL , it means my service will be similar to that? : define service{ host_name somehost serv...
by ziedmahjoub
Fri Apr 24, 2015 11:01 am
Forum: Open Source Nagios Projects
Topic: How to make Indirect checks
Replies: 53
Views: 17356

Re: How to make Indirect checks

Box293 wrote:Because of the upgrade, the NRPEClient module is not running.

Code: Select all

cd "\Program Files\NSClient++\" 
nscp settings --activate-module NRPEClient
nscp service --stop
nscp service --start
i did it and the problem is not solved , also NRPECLient was active
by ziedmahjoub
Fri Apr 24, 2015 5:05 am
Forum: Open Source Nagios Projects
Topic: Nagios Reactor
Replies: 16
Views: 5375

Re: Nagios Reactor

Your service definitions need to call an event handler which will call the URL/API for Reactor so that Reactor will fire that chain. thanks ssax , its very clear , but the docs that i have seen talks about Reactor intergration with Nagios XI is there any docs that show me or at least gives me an ex...
by ziedmahjoub
Thu Apr 23, 2015 8:52 am
Forum: Open Source Nagios Projects
Topic: How to make Indirect checks
Replies: 53
Views: 17356

Re: How to make Indirect checks

the problems remains , i was using NSClient++ 0.4.1.105 for the indirect checks , after jdalrymple told me to upgrade to the stable version so i upgraded to NSCP-0.4.3.131 this is my current nsclient configuration file : # If you want to fill this file with all avalible options run the following com...
by ziedmahjoub
Thu Apr 23, 2015 8:47 am
Forum: Open Source Nagios Projects
Topic: Nagios Reactor
Replies: 16
Views: 5375

Re: Nagios Reactor

ok i've followed the instructions and made the first event chain , but now i wanna made chains for my hosts and services in nagios core in the other server . How can i do it ? as i can see now my nagios Reactor is not integrated with my nagios core . Sorry for many questions and thanks a lot for hel...
by ziedmahjoub
Wed Apr 22, 2015 8:50 am
Forum: Open Source Nagios Projects
Topic: Nagios Reactor
Replies: 16
Views: 5375

Re: Nagios Reactor

ssax wrote:Are you asking how to have reactor take action?
I mean this
by ziedmahjoub
Wed Apr 22, 2015 8:45 am
Forum: Open Source Nagios Projects
Topic: How to make Indirect checks
Replies: 53
Views: 17356

Re: How to make Indirect checks

also after the upgrade the services for this host were working fine but now many unknown status .
by ziedmahjoub
Wed Apr 22, 2015 3:17 am
Forum: Open Source Nagios Projects
Topic: How to make Indirect checks
Replies: 53
Views: 17356

Re: How to make Indirect checks

/usr/local/nagios/libexec$ ./check_nrpe -H 192.168.0.100 -t 60 -c indirect_check_disk No handler for command: indirect_check_disk Well, the "indirect_check_disk" command is not defined in the nsclient.ini file... You will need to define it, restart the NSClient++ service and try your chec...
by ziedmahjoub
Tue Apr 21, 2015 10:35 am
Forum: Open Source Nagios Projects
Topic: How to make Indirect checks
Replies: 53
Views: 17356

Re: How to make Indirect checks

SSL needs to be enabled in NSClient Edit the nsclient.ini file and under this section. [/settings/NRPE/server] Add this use ssl = true Save the file and restart the nsclient service. i've done it but same problem , i will put my nsclient configuration file : # If you want to fill this file with all...