Re: [Nagios-users] Manually run custom command via nagios dashboard possible?

2012-05-25 Thread Ajay Jethani
Is there a recommended or a sample framework (outside of nagios) that would be useful in implementing that page or is the page that it would point to something that is mostly home-grown by developers? On Fri, May 25, 2012 at 10:21 AM, Andreas Ericsson wrote: > On 05/25/2012 03:29 PM, A

[Nagios-users] Manually run custom command via nagios dashboard possible?

2012-05-25 Thread Ajay Jethani
I'd like the nagios dashboard to allow me to run commands MANUALLY when I see there is an issue. For example, when a service goes into the 'CRITICAL state' I would check the dashboard and do a sanity check by looking at the performance output and perhaps even log onto the machine. I'd like to keep

[Nagios-users] Nagios - can it send email when leaving a service comment?

2012-05-21 Thread Ajay Jethani
I'd like nagios to send an email after I leave a service comment through the web dashboard. The purpose of this would be that it would send a mail to the contact list that someone is working on the issue at hand and to track this information over time (how long it takes to resolve and issue and wha

Re: [Nagios-users] Final stage of getting MRTG working with Nagios v2

2009-11-16 Thread AJay
check_local_mrtgtraf!/var/lib/mrtg/switch.log!AVG!50,100!150,200!10 } ### The first ARG "/var/lib/mrtg/switch.log" shows where the mrtg log file is. Make sure it's consistent with the settings in your mrtg.cfg. -- AJay

Re: [Nagios-users] Final stage of getting MRTG working with Nagios v2

2009-11-15 Thread AJay
Your mrtg is probably not working correctly, check you mrtg.cfg and /var/spool/mail/root to see what's going on with mrtg. -- AJay -- Original -- From: "xmanhosting"; Date: Sat, Nov 14, 2009 12:27 PM To:

Re: [Nagios-users] problem with check_mrtgtraf

2009-11-09 Thread AJay
great! Anyway, thanks for your help, guys! -- Original -- From: "Marc Powell"; Date: Mon, Nov 9, 2009 11:38 PM To: "Nagios-Users Mailinglist"; Subject: Re: [Nagios-users] problem with check_mrtgtraf On Nov 8, 2009, at

[Nagios-users] problem with check_mrtgtraf

2009-11-08 Thread AJay
hi, all My nagios is 3.2.0 with pnp-0.4.14 and I installed mrtg-2.14.5-2. I use the default plugin check_mrtgtraf to monitor interface traffic. Our system is not online yet, so the traffic is very low -- sometime 2 KB/s, sometime 800 B/s. Everything works fine except for the graphics. Whe

Re: [Nagios-users] check-host-alive and ping service check

2009-11-03 Thread AJay
I think you just get things complicated. These two checks are both default definition. In my case, I just disabled the PING service. AJay - nagios beginner -- Original -- From: "Khanh Truong"; Date: Wed, Nov 4, 2009 07:55 AM To: &qu

Re: [Nagios-users] Monitoring CPU usage on SMP linux machines

2008-01-31 Thread Ajesh Ajay Bhargava
On Jan 30, 2008 2:36 PM, Aaron M. Segura <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-01-30 at 17:20 -0500, Edson Manners wrote: > > Hi, > >I haven't been able to find a solution to this through google or > > the ngaios . I had previously made > > a custom script to get CPU data from snmpd u

Re: [Nagios-users] check_procs through nrpe gives wrong results

2007-05-30 Thread M V Ajay (vMoksha)
DDRESS$ -c check_procs4 -a $ARG1$ $ARG2$ $ARG3$ } In nrpe.cfg command[check_procs4]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -a $ARG3$ Checking via command line: /usr/lib64/nagios/plugins/check_nrpe -n -H ORACLESERVER -c check_procs4 -a 1:4 1:8 ora_pmon_orcldb Reg

Re: [Nagios-users] check_procs through nrpe gives wrong results

2007-05-24 Thread M V Ajay (vMoksha)
. And RPM packages were built for the respective platforms. Plugins were built as RPM packages on similar OS. Also there is only one 'ps' binary which is /bin/ps. Regards, Ajay From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Cost

Re: [Nagios-users] check_procs through nrpe gives wrong results

2007-05-24 Thread M V Ajay (vMoksha)
iable ORACLE_SID for a given database. This variable is used in generating Oracle process names: ora_process_name_$ORACLE_SID." So is there a away to monitor process (using the process name) as they appear in 'ps -ef' output? Regards, Ajay From: [EMAI

[Nagios-users] check_procs through nrpe gives wrong results

2007-05-23 Thread M V Ajay (vMoksha)
-H oracleserver -n -c check_procs3 -a 1:4 1:8 ora_pmon_orcldb PROCS CRITICAL: 0 processes with command name 'ora_pmon_orcldb' Any idea what is wrong? Thanks, Ajay - Legal Notice: This electronic mail and its attachments ar

Re: [Nagios-users] Problem: Perfmon counter gives wrong results w hile using check_nt

2006-12-07 Thread M V Ajay (vMoksha)
Dear All: I am using pnsclient on Windows servers as Nagios agent. Any Solution for this problem? Regards, Ajay -Original Message- From: Anthony Montibello [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 9:38 PM To: nagios-users@lists.sourceforge.net Cc: M V Ajay

[Nagios-users] Problem: Perfmon counter gives wrong results while using check_nt

2006-12-05 Thread M V Ajay (vMoksha)
0 and output is always 0. But if I use windows perfmon, I get the proper results. Any idea why this is not working? Regards, Ajay - Legal Notice: This electronic mail and its attachments are intended solely for the person(s) to who

[Nagios-users] NSCA --daemon problem: too many child process

2006-08-02 Thread M V Ajay (vMoksha)
id 13531 (sshd) I had to login thorugh system console and kill nsca and restart for rectifying this problem. Any idea what would have caused this problem? Thanks and Regards, Ajay - Legal Notice: This electronic mail and its attachment

[Nagios-users] nsclient or any other alternative for 64-bit windows

2006-06-29 Thread Ajay . MV
Title: nsclient or any other alternative for 64-bit windows Dear All: I would like to know whether 64-bit windows port of nsclient is available or is there any other alternative? Thanks and Regards, Ajay Using Tomcat but need to do more? Need to support web services, security? Get

[Nagios-users] automatic discovery of windows services

2006-04-04 Thread M V Ajay (vMoksha)
Title: automatic discovery of windows services Hi All, Is there any way (tool) to discover all services running on a Windows box and prepare Nagios configuration files to enable monitoring of all windows services? Thanks and in advance! Ajay