[Nagios-users] Question

2006-04-11 Thread Yazeed Ghandour
Dears I am yazeed Ghandour; working as product manager in a company based on Palestine. We are implementing enterprise project; we are planning to connect many wild sites together through microwave links. Each site will consist of the microwave unites and router. As well as the applications and

RE: [Nagios-users] Not able ot view hosts/services in the Trends.cgi link

2006-04-11 Thread satish kumar
Hi Marc,The Configs are exactly matching and still i am not able to see the host/service list on trends.cgi link. I am still seeing the:Host and Service State Trends Last Updated: Wed Apr 12 00:47:52 GMT 2006 Nagios® - www.nagios.org Logged in as nagios - Notifications are disabled- Service checks

Re: [Nagios-users] distributed servers - how to tell which one executed a check?

2006-04-11 Thread jeff vier
On Tue, 2006-04-11 at 14:21 -0700, Trask wrote: > I haven't seen anything in the docs about this... I am hoping to have > an indication somewhere of which distributed nagios server executed > the last check. > > A little background into my setup: > - 4 nagios servers (all running 2.2 now) > - nag

[Nagios-users] distributed servers - how to tell which one executed a check?

2006-04-11 Thread Trask
I haven't seen anything in the docs about this... I am hoping to have an indication somewhere of which distributed nagios server executed the last check. A little background into my setup: - 4 nagios servers (all running 2.2 now) - nag1, nag2 and nag3 at each office/colo - nag4 is the central ser

RE: [Nagios-users] Tracking MySQL threads?

2006-04-11 Thread Marc Powell
There's more to it than just printing out something to screen. The real key is the exit code of the script. http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN75 It is really straightforward though. The most basic plugin will perform some test, print 1 line of output and exit with the

RE: [Nagios-users] Tracking MySQL threads?

2006-04-11 Thread David Johnson
Nagios plugins are just scripts. Write a bash script (or your favorite language) to do something like: #!/bin/bash /usr/local/Nagios/libexec/check_mysql -H mysql_host -u read_only -p ro_passwd | grep Threads | awk "{ print $4 }" Etc. Then you can just put into your check commands in your confi

[Nagios-users] Tracking MySQL threads?

2006-04-11 Thread JB Segal
So, the check_mysql plugin will tell me how many threads are running: /usr/local/nagios/libexec/check_mysql -H mysql_host -u read_only -p ro_passwd Uptime: 4132404 Threads: 9 Questions: 2062339993 Slow queries: 770 Opens: 3766477 Flush tables: 12 Open tables: 512 Queries per second avg: 499

[Nagios-users] getting errors in start/stop script

2006-04-11 Thread Bill Hoffman
Hi,   When issuing a stop to nagios I receive the following errors.   Stopping network monitor: nagios -n Waiting for nagios to exit ./usr/local/nagios/var/nagios.lock: No such file or directoryps: option requires an argument -- pusage: ps [ -aAdeflcjLPy ] [ -o format ] [ -t termlist ]   

[Nagios-users] Check_NRPE Error

2006-04-11 Thread Sameka Prather
I am telling my nagios log and I see a Service Alert : samp-02;load;unknown;soft;2;check_nrpe: error receiving data from host. Now the server is not completely in production yet, so the load is 0. Could this be due to the load being 0 or have I configured something wrong? Thank you, Sameka Prath

RE: [Nagios-users] Not able ot view hosts/services in the Trends.cgi link

2006-04-11 Thread Marc Powell
Mine are as follows -- $ ls -al /usr/local/nagios / total 5584 drwxrwxr-x8 nagios nagios 4096 Mar 8 15:25 . drwxr-xr-x 22 root root 4096 Mar 23 16:13 .. drwxrwxr-x2 nagios nagios 4096 Apr 4 14:22 bin drwxr-xr-x4 nagios nagios 4096 Apr 4 14:07 et

RE: [Nagios-users] Not able ot view hosts/services in the Trends.cgi link

2006-04-11 Thread satish kumar
Hi Marc,Right now i am not in office and i do not have access to the network. Please let me know what should be the permission/owner of /usr/local/nagios/usr/local/nagios/etc/usr/local/nagios/var And what exactly is required to be inside httpd.conf as part of Nagios in Apache.So that i can verify w

Re: [Nagios-users] Not able ot view hosts/services in the Trends.cgi link

2006-04-11 Thread Shawn Kovalchick
I was just recently having a very similar problem.  When I loaded the statusmap, I was getting an internal server error.  Examining the Apache logs showed that the cgi was trying to access an image library that wasn't there (I had upgraded from RHEL3 to RHEL4).  Most everything else was ok.  I upgr

RE: [Nagios-users] Not able ot view hosts/services in the Trends.cgi link

2006-04-11 Thread Marc Powell
Please post an 'ls -al' of the following directories -- /usr/local/nagios /usr/local/nagios/etc /usr/local/nagios/var Also post your apache config parts related to nagios. Thanks, marc > -Original Message- > From: satish kumar [mailto:[EMAIL PROTECTED] > Sent: Monday, April 10, 2006 10

Antwort: Re: [Nagios-users] Re: [RETENTION FILE ISSUE] Retention file notbeingupdated?

2006-04-11 Thread Ingo Lantschner
[EMAIL PROTECTED] schrieb am 10.04.2006 20:28:09: > You can reach the post here: > http://article.gmane.org/gmane.network.nagios.devel/2662/ Hi Marcel, thanks for your answer. Seems as if the tempfile in my configuration is ok: $ strings -a /usr/local/nagios/bin/nagios |grep tempfile /usr/local/

RE: [Nagios-users] question

2006-04-11 Thread Christian Kammer Have
Indeed, if you are able to use snmp against the devices, you can monitor whatever you need in this manner. You should be able to just ping the devices and use that information in nagios, it is very straight forward. Good luck Regards Security Specialist Christian Kammer Have Bispe

[Nagios-users] question

2006-04-11 Thread Yazeed Ghandour
Dears I am yazeed Ghandour; working as product manager in a company based on Palestine. We are implementing enterprise project; we are planning to connect many wild sites together through microwave links. Each site will consist of the microwave unites and router. As well as the applicati

[Nagios-users] CSV output out of availibility Reports

2006-04-11 Thread Sand Philipp
Fyi, I found the patch here: https://sourceforge.net/mailarchive/forum.php?thread_id=7388484&forum_id=1872 as I said before, I would greatly appreaciate it, when this patch would be applied to the avail.cgi by default. As Ethan does a lot of patchwork these days on the avail.cgi, it's pretty har