Search found 32 matches

by madhudeva
Tue Apr 22, 2014 4:12 am
Forum: Nagios XI
Topic: Custom location to install Nagios XI on RedHat Linux
Replies: 3
Views: 1110

Custom location to install Nagios XI on RedHat Linux

Hi Team,

Is it possible to install Nagios XI in custom location instead of default location /usr/local ?

Regards,
Madhu
by madhudeva
Fri Apr 04, 2014 12:15 am
Forum: Nagios XI
Topic: Need to monitor check every 2 or 3 seconds
Replies: 6
Views: 2502

Re: Need to monitor check every 2 or 3 seconds

I had a custom script as below that checks the SMF services and this is Active check runs every minute as of now.. How do I achieve the same through passive check and where do we mention check time in passive check? If we cannot mention check time how often this passive check monitors the service? #...
by madhudeva
Thu Apr 03, 2014 11:47 pm
Forum: Nagios XI
Topic: Acknowledgements missing
Replies: 11
Views: 2583

Re: Acknowledgements missing

I will check and getback to you on this when I restart Nagios service..
by madhudeva
Thu Apr 03, 2014 12:45 am
Forum: Nagios XI
Topic: Need to monitor check every 2 or 3 seconds
Replies: 6
Views: 2502

Need to monitor check every 2 or 3 seconds

Hi Team..

We had a critical service running and the check runs every one minute to monitor.. I tried 02, 0.2 but it takes 2 minutes. is there any way to add seconds format? ( need to run every 3 seconds )

Regards,
Madhu
by madhudeva
Thu Apr 03, 2014 12:40 am
Forum: Nagios XI
Topic: Nagios XI mysqld crashes
Replies: 10
Views: 2402

Re: Nagios XI mysqld crashes

I have truncated log files which is around 9 GB , extenral commands table ( aroung 5 GB )and now nagios XI is running fine without any crashes.. and the server load is also normal..
Thank you for your help :D
by madhudeva
Thu Apr 03, 2014 12:09 am
Forum: Nagios XI
Topic: Acknowledgements missing
Replies: 11
Views: 2583

Re: Acknowledgements missing

After doing mysql repair we resarted nagios service and the acknowledgements disappeared.. and I do see that there are lot of nagios processes running..
i used killall nagios and restarted the nagios service.. we have over 14 acknowledgements and all are gone.. ( apply config not performed )
by madhudeva
Wed Apr 02, 2014 3:19 am
Forum: Nagios XI
Topic: Nagios check to monitor individual process memory,cpu
Replies: 12
Views: 19593

Re: Nagios check to monitor individual process memory,cpu

Below is the command from command line.. /usr/local/nagios/libexec#./check_nrpe -n -H hostname -p 5666 -t 60 -c CheckCounter -a "Counter:D9AXAiServmemusage =\Process(D9AXAiServ)\Private bytes" ShowAll MaxWarn=2.097e+8 MaxCrit=2.307e+8 OK: D9AXAiServmemusage: 1.52769e+008|'D9AXAiServmemusag...
by madhudeva
Wed Apr 02, 2014 2:07 am
Forum: Nagios XI
Topic: Nagios check to monitor individual process memory,cpu
Replies: 12
Views: 19593

Re: Nagios check to monitor individual process memory,cpu

Modified the below line from 0 to 1 and it worked.. # COMMAND ALLOW NASTY META CHARS ; This option determines whether or not the NRPE daemon will allow clients to specify nasty (as in |`&><'"\[]{}) characters in arguments. allow_nasty_meta_chars=1 /usr/local/nagios/libexec# ./check_nrpe -n ...
by madhudeva
Wed Apr 02, 2014 1:27 am
Forum: Nagios XI
Topic: Nagios check to monitor individual process memory,cpu
Replies: 12
Views: 19593

Re: Nagios check to monitor individual process memory,cpu

I tried with the below command via command line and got the below error.. please help /usr/local/nagios/libexec#./check_nrpe -n -H hostname I (0.3.9.329 2011-09-02) seem to be doing fine... /usr/local/nagios/libexec# ./check_nrpe -n -H hostname -p 5666 -c CheckCounter -a "Counter:javamemusage=\...
by madhudeva
Wed Apr 02, 2014 12:17 am
Forum: Nagios XI
Topic: Nagios check to monitor individual process memory,cpu
Replies: 12
Views: 19593

Re: Nagios check to monitor individual process memory,cpu

In my case I would require to monitor D9AXAiServ.exe

CheckCounter "Counter:D9AXAiServmemusage=\Process(D9AXAiServ)\Private bytes" ShowAll

is the above syntax correct?