[Nagios-users] mouse over it.

2009-04-20 Thread Toth Zoltan
Hi On nagios web site when I move my *mouse* over host , it displays the host IP address.. Can I change it? I would like see the host alias this pop-up window. Thanks! Zoltan -- Stay on top of everything new and

Re: [Nagios-users] mouse over it.

2009-04-20 Thread MAD
You will have to modify the 'status.c' file and compile it again. There must be a line with something like that : printf(a href=%s title=%s[...]/a, [...,] temp_host-address[, ...]); All you have to do is changing temp_host-address by temp_host-alias, save the file and then `make make install`.

[Nagios-users] concurrent users on a website

2009-04-20 Thread Harry John
Hi How do we check concurrent users in a website? Is this possibble in nagios friends? THanks! -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save

Re: [Nagios-users] concurrent users on a website

2009-04-20 Thread Andreas Ericsson
Harry John wrote: Hi How do we check concurrent users in a website? HTTP is a stateless protocol. There is no such thing as an exact count of concurrent users on a website. All sites that claim to track such thing do some sort of estimation. Usually based on how many users have been active

[Nagios-users] Audio Alert

2009-04-20 Thread Eduardo Barreto
I've already setted the audio alert, but I got a doubt. May I set it only for one host? -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on

Re: [Nagios-users] concurrent users on a website

2009-04-20 Thread Jim Avery
2009/4/20 Harry John irvine.har...@gmail.com: Hi How do we check concurrent users in a website? Is this possibble in nagios friends? THanks! If it's Microsoft IIS, you can query the performance counter for current connections using NSClient++. In my nsc.ini config, I have:

Re: [Nagios-users] Audio Alert

2009-04-20 Thread Jim Avery
2009/4/20 Eduardo Barreto lec...@gmail.com: I've already setted the audio alert, but I got a doubt. May I set it only for one host? The simple answer to your question is 'no'. You could maybe have a look at a firefox addon called NagiosChecker http://code.google.com/p/nagioschecker/ instead.  

[Nagios-users] Any one monitoring numbber of Connections of Cisco Access Points?

2009-04-20 Thread Luis Fernando Lacayo
I want to monitor the number of users on individual Cisco Access Points, is anyone doing this? thanks, Luis -- __ Luis Fernando Lacayo Chicago Public Schools Senior Unix Administrator ITS/ UNIX Infrastructure Office: 773-553-3835 Cell:

Re: [Nagios-users] NRPE - Event handler.

2009-04-20 Thread Luis Fernando Lacayo
Thank you sir.. that is exactly what I was looking for.. thank. Luis On Sat, 2009-04-18 at 19:31 +0100, Jim Avery wrote: 2009/4/18 Lacayo, Luis F lflac...@cps.k12.il.us: Good Morning all... I have a question, that someone out there might be able to help me with. I want to setup

[Nagios-users] NDOutil problem

2009-04-20 Thread kaouther mechri
Dear all, I need t install ndoutil 1.4b7 for my nagios 3. I've Msql-devel-5.1.33 I installed ndoutils with the following command ./configure --disable-pgsql --enable-mysql --with-mysql-lib=/usr/lib/mysql --with mysql-include=/usr/include/mysql configure and make were ok. but when I want to run

[Nagios-users] Untraceable service by-email notification

2009-04-20 Thread Kyle Tucker
Hi all, I have defined a custom service notification command that I am using to send alerts to CA Spectrum. That part is working, but for every alert I send, I am also getting a corresponding service notification by email to the nagiosadmins contact group despite my service having an inherited

Re: [Nagios-users] NDOutil problem

2009-04-20 Thread Jim Avery
2009/4/20 kaouther mechri kmec...@gmail.com: Dear all, I need t install ndoutil 1.4b7 for my nagios 3. I've Msql-devel-5.1.33 I installed ndoutils with the following command ./configure --disable-pgsql --enable-mysql --with-mysql-lib=/usr/lib/mysql --with mysql-include=/usr/include/mysql

Re: [Nagios-users] problem in installing Nagios with cygwin

2009-04-20 Thread Jakob Curdes
Imene NASRI schrieb: hello Sir, in fact i have just read your article in the nagios user forum and i'm satisfied that you have succesfully installed nagios with cywin under Windows, because i have some troubles with the installation with cygwin i.e: $ make all gcc -g -O2

Re: [Nagios-users] problem in installing Nagios with cygwin

2009-04-20 Thread Jakob Curdes
Imene NASRI schrieb: I used the Nagios-3.0.6 version and i haven't created a user nor a group nagios in the machine. my command lines are : ./configure ./make all a) you need to enable --enable-cygwin when running configure. b) You should not try to

[Nagios-users] Plugin to check if nfsd is running

2009-04-20 Thread Kaplan, Andrew H.
Hi there -- Is there a plugin available that will specifically check if the nfsd service is running? If not, what existing plugin would I use to accomplish this task? Thanks. The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail

Re: [Nagios-users] Plugin to check if nfsd is running

2009-04-20 Thread Marc Powell
On Apr 20, 2009, at 12:56 PM, Kaplan, Andrew H. wrote: Hi there -- Is there a plugin available that will specifically check if the nfsd service is running? If not, what existing plugin would I use to accomplish this task? Thanks. check_procs? libexec]$ ./check_procs -C nfsd -c 1:10

[Nagios-users] check_snmp_storage plugin - 126 return code

2009-04-20 Thread lance raymond
Not sure what's wrong, seems simple enough. I am using the following as a guide on this plugin (http://nagios.manubulon.com/index_commands.html#storage) From the command line on the nagios server I can get it to work; perl check_snmp_storage.pl -H x.x.x.x -C community -m / -w 90 -c 95 -r /:

[Nagios-users] stopping and starting NDO daemon

2009-04-20 Thread Frater, Greg J
Hi All, We've just setup nagios 3 using NDO (to support Nagvis) and I realized that NDO does not come with an init script. I found one post to the list (http://article.gmane.org/gmane.network.nagios.user/52477/match=ndo+init ) from about a year ago, someone was asking for help incorporating the

Re: [Nagios-users] Untraceable service by-email notification

2009-04-20 Thread Fernando Rocha
Hi Kyle, Could you please send your host definition? Probably you have the 'contact_groups' variable at the host definition, and it will be implicitly inherite. take a look at 'Implied Inheritance' from http://nagios.sourceforge.net/docs/3_0/objectinheritance.html []'s -- Fernando Rocha

Re: [Nagios-users] Untraceable service by-email notification

2009-04-20 Thread Kyle Tucker
On Mon, Apr 20, 2009 at 04:43:37PM -0300, Fernando Rocha wrote: Probably you have the 'contact_groups' variable at the host definition, and it will be implicitly inherite. take a look at 'Implied Inheritance' from http://nagios.sourceforge.net/docs/3_0/objectinheritance.html I just now

Re: [Nagios-users] check_snmp_storage plugin - 126 return code

2009-04-20 Thread James Pratt
-Original Message- From: lance raymond [mailto:lraym...@weatherflow.com] Sent: Monday, April 20, 2009 3:42 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] check_snmp_storage plugin - 126 return code Not sure what's wrong, seems simple enough. I am using the

[Nagios-users] host status information not found

2009-04-20 Thread Eduardo Barreto
I've inserted a new host, and I can get it's information, I got this message from it *host status information not found* how can I get rid of it. All other hosts are okay. Cheers Eduardo Barreto -- Stay on top of

Re: [Nagios-users] stopping and starting NDO daemon

2009-04-20 Thread Masopust, Christian
Hello Greg, here it is, simply took one of RHEL's init-scripts and modified it: [r...@atvies00nx libexec]# cat /etc/init.d/ndo2db #! /bin/sh # ndo2db init file # For RedHat and cousins: # chkconfig: 2345 98 02 # description: NDO daemon to write data to database # processname: ndo2db # be

[Nagios-users] SMS

2009-04-20 Thread Eduardo Barreto
Hi all! My monitor is sending notification through e-mail but I would like to set it to sending also sms, how can I configurate it? Should I use an app like sms-client? Thanks in advance! Regards, Eduardo -- Stay on

Re: [Nagios-users] stopping and starting NDO daemon

2009-04-20 Thread Frater, Greg J
Hello Greg, here it is, simply took one of RHEL's init-scripts and modified it: [r...@atvies00nx libexec]# cat /etc/init.d/ndo2db #! /bin/sh ... echo $Usage: $0 {start|stop|restart|try-restart|status} RETVAL=3 esac exit $RETVAL Thanks

Re: [Nagios-users] SMS

2009-04-20 Thread Nelson Murilo
You could use mail/web to sms solutions available is some mobile network operator or integrate a cell phone with tools such gnokii or gammu. ./nelson -murilo On Mon, Apr 20, 2009 at 05:09:28PM -0300, Eduardo Barreto wrote: My monitor is sending notification through e-mail but I would like

Re: [Nagios-users] SMS

2009-04-20 Thread Marc Powell
On Apr 20, 2009, at 3:09 PM, Eduardo Barreto wrote: Hi all! My monitor is sending notification through e-mail but I would like to set it to sending also sms, how can I configurate it? Should I use an app like sms-client? This is a common topic. There are a number of FAQ entries and

[Nagios-users] Setting up Host Groups in Nagios 2.x

2009-04-20 Thread Dei Bertine
Hi all, I was wondering if someone in here could point me to the right direction on how to properly set-up Host Groups in Nagios 2.x. Please kindly advise. Much appreciated! DB -- Stay on top of everything

Re: [Nagios-users] SMS

2009-04-20 Thread Jim Avery
2009/4/20 Eduardo Barreto lec...@gmail.com: Hi all! My monitor is sending notification through e-mail but I would like to set it to sending also sms, how can I configurate it? Should I use an app like sms-client? Yes, or if you are lazy like I am, you can send by email using an externally

Re: [Nagios-users] Setting up Host Groups in Nagios 2.x

2009-04-20 Thread Patrick Morris
On Mon, 20 Apr 2009, Dei Bertine wrote: Hi all, I was wondering if someone in here could point me to the right direction on how to properly set-up Host Groups in Nagios 2.x. Please kindly advise. Much appreciated! DB http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#hostgroup

Re: [Nagios-users] Setting up Host Groups in Nagios 2.x

2009-04-20 Thread Jim Avery
2009/4/20 Dei Bertine deibert...@yahoo.com: Hi all, I was wondering if someone in here could point me to the right direction on how to properly set-up Host Groups in Nagios 2.x. Please kindly advise. Much appreciated! DB I guess the best page to start looking is:

[Nagios-users] Host checking

2009-04-20 Thread David Bounds
All, I am certain this is a simple issue, but I was wondering if someone here could help. I have the apt package for nagios2 installed and none of the hosts are getting checked to see if they are still up. All checking is done through a local VPN connection and a sample of the host definitions

Re: [Nagios-users] Host checking

2009-04-20 Thread David Bounds
Nevermind, easy as I suspected with a missing host check command. Thanks everyone. David Bounds dbou...@simplifymd.com -Original Message- From: David Bounds Sent: Monday, April 20, 2009 5:46 PM To: 'nagios-users@lists.sourceforge.net' Subject: Host checking All, I am certain this is a

[Nagios-users] Survey Closing: Nagios Conference at LISA '09

2009-04-20 Thread Peter Mui
If you haven't already done so: please take this short survey on whether you'd attend a Nagios Conference in November co-located with the LISA (Large Installation System Administrators) Conference: http://www.surveymonkey.com/s.aspx?sm=G9_2f6HPGVHeRUuY9008Wv_2bA_3d_3d This is in the idea