[Nagios-users] plugin for collisions on host

2009-07-23 Thread Tom Brown
any way we can monitor for collisions and errors on host interfaces rather than doing this on the switch? thanks -- ___ Nagios-users mailing list

[Nagios-users] check_udp ?

2008-11-18 Thread Tom Brown
Hi Does anyone know if there is a plugin that can monitor UDP statistics and then warn when thresholds are met. ie more than x UDP packets seen on a port then warn? Or something similar? thanks - This SF.Net email is

Re: [Nagios-users] check_udp ?

2008-11-18 Thread Tom Brown
Opening a raw socket and continuously issuing recv(sd, hdr, sizeof(hdr), MSG_PEEK) on it would be one (very quick) way of getting that data stored. It's not difficult, just pretty bloody useless most of the time. It's nearly always better to just rate-limit the traffic from the start

Re: [Nagios-users] Any GUI Configuration tool for Nagios 3.x recommendations?

2008-10-29 Thread Tom Brown
The last time I asked the list about this, there was very little response, so I'm going to ask again. I'd like to ask list members for their recommendations for front end GUIs for configuring Nagios 3.x. The Lilac Platform (http://www.lilacplatform.com/) looks interesting but its

Re: [Nagios-users] Any GUI Configuration tool for Nagios3.x recommendations?

2008-10-29 Thread Tom Brown
I have look at several also but as you pointed out they all either don't like my configs or Want to modify them. I nice front end our helpdesk use would be nice! nagiosql can import standard configs - it also generates them out of the db so i am not sure what you mean there. the reason

[Nagios-users] warning mails not being sent

2008-08-07 Thread Tom Brown
Hi I monitor a bunch of stuff with nagios 3 and everything seems fine apart from warnings are not being sent. I get critical alerts and warnings are logged into the dashboard however warning mails never get sent. A service description that this applies to is below define service {

Re: [Nagios-users] warning mails not being sent

2008-08-07 Thread Tom Brown
They can be filtered out at the service and contact levels - check their definitions too. many thanks - it was a contacts issue - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

[Nagios-users] check cpu - python process

2008-07-22 Thread Tom Brown
Hi We have a, badly written, app that runs python and it regularly pins 1 core to 100% cpu utilization. The utilization may drop for a short period but then get pinned again. Is there any check out there that can check for a process consuming 100% of a core, even if overall CPU load is low

Re: [Nagios-users] check cpu - python process

2008-07-22 Thread Tom Brown
If the server running the app is a windows app, install nsclient and you will be able to monitor the cpu thanks - nope server running the app is a linux box thanks for any suggestions - This SF.Net email is sponsored

[Nagios-users] nagios 3.x - check_bonding ?

2008-06-25 Thread Tom Brown
Hi I have recently started deploying bonding throughout our estate and i interested in monitoring the bonded interface - I can see the status of the bond in /proc/net/bonding but i wonder if anyone has already written a plugin to test this. I have looked on nagios exchange and google but not

Re: [Nagios-users] nagios 3.x - check_bonding ?

2008-06-25 Thread Tom Brown
it's no problem to get the status of the bonding interace via snmp. (i have an Intel Dual Server Adapter): .1.3.6.1.2.1.2.2.1.7.5 = INTEGER: up(1) The only one you need is the correct oid. so you can check via check_snmp. I try to monitor the traffic of the bonding interface

[Nagios-users] check_hpasm error

2008-06-17 Thread Tom Brown
Hi I monitor my HP stuff using check_hparray and check_hpasm, generally things work OK However i have noticed that 1 box keeps alerting that the chassis is not OK with the following error. UNKNOWN - hanging hpasmdcli processes Does anyone know of a workaround to this apart from perhaps

Re: [Nagios-users] Install difficulty

2008-06-17 Thread Tom Brown
Yes. I could be going down the wrong path but, how does the Nagios install know what the document root of the webserver is? It would seem to me that there should be some reference to nagios in the document root so the webserver know where to direct the requests, or does nagios not work

Re: [Nagios-users] Newbie question about nagios and snmp

2008-06-17 Thread Tom Brown
2.- Is there a way to ask the free disk of / instead of /dev/sda1? check_snmp_disk - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source.

Re: [Nagios-users] Newbie question about nagios and snmp

2008-06-17 Thread Tom Brown
In my debian I can't find that check_snmp_disk, the only thing I have found in /etc/nagios-plugins/config/snmp.cfg is: # 'snmp_disk' command definition define command{ command_namesnmp_disk command_line/usr/lib/nagios/plugins/check_snmp -H $HOSTADDRESS$ -C

[Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Tom Brown
Hi This is an nrpe question so sorry if this is not the right place - I am trying to monitor a hp disk array and chassis and i have done this before using check_hparray and check_hpasm without issue, Now however i come accross a situation where nrpe is not starting as the user 'nagios' #

Re: [Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Tom Brown
This is an nrpe question so sorry if this is not the right place - I am trying to monitor a hp disk array and chassis and i have done this before using check_hparray and check_hpasm without issue, Now however i come accross a situation where nrpe is not starting as the user 'nagios' #

Re: [Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Tom Brown
I bet it's a sudo issue, maybe related to restrictions executing sudo outside a real tty. There was an option in sudoers config related to this. eventually try to use capture_plugin.pl ... it works nice. perhaps something like that as this config works fine on RHEL4 machines - Its

Re: [Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Tom Brown
perhaps something like that as this config works fine on RHEL4 machines - Its just on RHEL5 where the issue is, i will look at some options to /etc/sudoers thanks Daniel, it was this line causing the issue Defaultsrequiretty it now works! cheers

[Nagios-users] nagiosql - hosts issue

2008-05-20 Thread Tom Brown
this is a nagiosql question really but i wonder if any users here have encountered this before. using nagiosql i can generate and write configs both into the db and onto the filesystem. Nagios can read them and startup etc. The problem is that for some reason when configs are deleted from the

Re: [Nagios-users] nagios - mysql - ndoutils

2008-05-15 Thread Tom Brown
There are many external applications that allow you to store configurations in a database (Monarch, Fruity, others), but all of them must export the data to flat file for nagios. Nagios does not have any ability to read configuration information from a database. The

[Nagios-users] nagiosql - nagios 3.x - hosts configuration in directory

2008-05-15 Thread Tom Brown
I have setup nagiosql as it fits my needs well as having the config in a db - however the only sticking point i see is that the configuration files for hosts and services are individual files within directory's rather than all in a single config file. I have tried something like

Re: [Nagios-users] nagiosql - nagios 3.x - hosts configuration in directory

2008-05-15 Thread Tom Brown
I have setup nagiosql as it fits my needs well as having the config in a db - however the only sticking point i see is that the configuration files for hosts and services are individual files within directory's rather than all in a single config file. I have tried something like

[Nagios-users] nagios - mysql - ndoutils

2008-05-14 Thread Tom Brown
I am looking at trying to get the nagios config into a mysql db as i am going to be running a cluster setup. I see that ndoutils will enable me to get the logs and events from nagios into a db but is there anything out there that will enable config to also be stored in a db ? thanks

Re: [Nagios-users] SMS and ATT with Nagios

2008-05-12 Thread Tom Brown
We use SMS for our alerts, it is our primary mechanism. We send them out using the same Nagios command as the email alerts. To send alerts to ATT SMS addresses you send them as email from Nagios to [EMAIL PROTECTED] providing your network is still abot to connect to the outside world

[Nagios-users] plugin build issue

2008-05-09 Thread Tom Brown
Hi I am trying to build the plugins using the latest tarball and creating an rpm from that - i have not made any changes to the .spec The build fails towards the end with this error error: Bad owner/group: /usr/src/redhat/SPECS/nagios-plugins.spec i cant see anywhere in the spec where an

Re: [Nagios-users] Nagios 2.5 3.x Any issues

2008-05-08 Thread Tom Brown
http://nagios.sourceforge.net/docs/3_0/upgrading.html#nagios2x That should answer any questions you have about the upgrade. (you may need to copy and paste the link depending on your mail client) i read through that upgrade doco and did not notice anything unusual about host

Re: [Nagios-users] Nagios 2.5 3.x Any issues

2008-05-08 Thread Tom Brown
Nagios 3.0.1 Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org) Last Modified: 04-01-2008 License: GPL Reading configuration data... Warning: Duplicate definition found for host 'x' (config file '/etc/nagios/objects/hosts.cfg', starting on line 7) duplicate host?

Re: [Nagios-users] Nagios 2.5 3.x Any issues

2008-05-08 Thread Tom Brown
Tom Brown wrote: http://nagios.sourceforge.net/docs/3_0/upgrading.html#nagios2x That should answer any questions you have about the upgrade. (you may need to copy and paste the link depending on your mail client) i read through that upgrade doco and did not notice anything unusual

Re: [Nagios-users] Nagios 2.5 3.x Any issues

2008-05-08 Thread Tom Brown
Tom Brown wrote: Nagios 3.0.1 Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org) Last Modified: 04-01-2008 License: GPL Reading configuration data... Warning: Duplicate definition found for host 'x' (config file '/etc/nagios/objects/hosts.cfg', starting on line 7

[Nagios-users] Cluster setup

2008-05-01 Thread Tom Brown
Hi I will shortly be configuring a couple of nagios hosts in a cluster setup, most likely active/passive, and i wonder if there are 'best practices' for this? I will most likely be setting up for redundancy as opposed 'performance' I have things like NFS from a Netapp available to me so would

Re: [Nagios-users] Announce: Check_Yum for RedHat/CentOS serverpackagealerts

2008-05-01 Thread Tom Brown
This does make a good case for adding support for CentOS 4. I don't have any older CentOS, only RHEL so I wasn't aware that CentOS shipped with yum for this to be useful. Since you have made a good case, I have now updated the plugin to have compatibility for the older python 2.3, so

Re: [Nagios-users] Announce: Check_Yum for RedHat/CentOS serverpackagealerts

2008-05-01 Thread Tom Brown
Did you add yum manually to RHEL 4 and if so, what implications are there for updates then, is there any official repo for that, or only 3rd party. If 3rd party, do they support security information support for yum? Otherwise you'd have to use --all-updates or --warn-on-any-update and

[Nagios-users] Nagios 2.5 3.x Any issues

2008-05-01 Thread Tom Brown
Hi I will be deploying a clustered setup as previously mentioned and we are on version 2.5 with our current setup - Is the 2.5 to 3.x migration pretty painless? thanks - This SF.net email is sponsored by the 2008

Re: [Nagios-users] Nagios 2.5 3.x Any issues

2008-05-01 Thread Tom Brown
http://nagios.sourceforge.net/docs/3_0/upgrading.html#nagios2x That should answer any questions you have about the upgrade. (you may need to copy and paste the link depending on your mail client) great thanks - This

Re: [Nagios-users] how to increase the frequency of the notifications sent by email

2008-03-28 Thread Tom Brown
alerts are received each hour. In the service definition I added notification_interval 240; but I keep seeing emails flowing each hours. can you please advise? thanks and you reloaded the service after the change was made ?

[Nagios-users] check_perc - perc5

2007-05-16 Thread Tom Brown
Hi Using the check_perc on a perc5 and it works well, however when the RAID battery goes through its monthly charge cycle a warning event is triggered which is a bit annoying. Has anyone else noticed this and also have a solution? thanks

[Nagios-users] automagically add hosts

2007-03-09 Thread Tom Brown
Hi Can i ask people how they have got around the auto adding of hosts to their setup? I have a situation were _sometimes_ we have to build many hosts, ~100, at a time so adding these is a bit of a pain. All checks are the same so i can just add to hostgroups etc. I can shell onto the

Re: [Nagios-users] SMS notifications to a cell phone

2006-10-06 Thread Tom Brown
I use 'qpage', which drives a direct attach modem, through a dedicated analog line. Most cell phone providers, including Verizon, support using the TAP protocol to send messages to mobile phones as text messages. http://www.qpage.org/

Re: [Nagios-users] SMS notifications to a cell phone

2006-10-05 Thread Tom Brown
I am in the process of setting up nagios for monitoring key services in our network setup. I have already tested and used the email method of sending notifications using Sendmail as my relay host. I would be grateful if I get some pointers for sending notifications using SMS to a cell

Re: [Nagios-users] simple chech using snmp

2006-10-02 Thread Tom Brown
any ideas or am i being dumb? You're not dumb... it's my script that's forcing you to use -v 2c. Just switch it over to -v 1 and you should be fine. I really should make that a config parameter at the top of the script, since different people use different SNMP versions... i had

[Nagios-users] simple chech using snmp

2006-09-29 Thread Tom Brown
Hi I have added some things to my snmp config that i would normally use nrpe for so that i can do a... snmpwalk host -v 1 -c community OID_string and get the desired response - does anyone know how i can construct a plugin that would execute that line and then parse the returned value? I

Re: [Nagios-users] simple chech using snmp

2006-09-29 Thread Tom Brown
Sep, 2006, at 15:10, Tom Brown wrote: Hi I have added some things to my snmp config that i would normally use nrpe for so that i can do a... snmpwalk host -v 1 -c community OID_string and get the desired response - does anyone know how i can construct a plugin that would execute that line

Re: [Nagios-users] simple chech using snmp

2006-09-29 Thread Tom Brown
thanks for this - This is exactly what i am after however i have an issue... when i run it after making a couple of mode for community string and snmp version etc i get this # ./retrieve_custom_snmp -H 192.168.12.176 -o 1.3.6.1.4.1.2021.56 and thats it - no output. if i enable debug i

[Nagios-users] Nagios - VMWare

2006-09-27 Thread Tom Brown
Hi Are there any plugins for nagios to to be able to check ESX servers? Something like checking that the vmware servers is running as expected etc that sort of thing. This would be on nagios-2.5 thanks - Take Surveys.

Re: [Nagios-users] Nagios - VMWare

2006-09-27 Thread Tom Brown
check_esx on Nagios Exchange might suit your requirements. http://www.nagiosexchange.org/Linux.55.0.html?tx_netnagext_pi1[p_view]=148 excellent - looks very promising thanks - Take Surveys. Earn Cash. Influence the

[Nagios-users] Dell Open Manage Checks

2006-08-21 Thread Tom Brown
Hi I have been using the Open Manage checks that run using nrpe for ages and they worked fine for openmanage upto version 4.5. I have since started to deploy version 5 of this software and i am seeing a critical alert even though the disk array is fine STORAGE: CRITICAL [ Ctrl 0 Disk 0:0 is

Re: [Nagios-users] Dell Open Manage Checks

2006-08-21 Thread Tom Brown
I have been using the Open Manage checks that run using nrpe for ages and they worked fine for openmanage upto version 4.5. I have since started to deploy version 5 of this software and i am seeing a critical alert even though the disk array is fine STORAGE: CRITICAL [ Ctrl 0 Disk 0:0

Re: [Nagios-users] My new ERROR PLEASE HELP

2006-08-10 Thread Tom Brown
[Thu Aug 10 15:04:31 2006] [error] [client 192.168.87.100] (13)Permission denied: exec of '/usr/local/nagios/sbin/statusmap.cgi' failed, referer: http://192.168.87.100/nagios/side.html [Thu Aug 10 15:04:31 2006] [error] [client 192.168.87.100] Premature end of script headers:

Re: [Nagios-users] R: R: check+http on asp.net site

2006-08-10 Thread Tom Brown
I refer to this host as http://ip I way to solve (partially) the problem is to add -e HTTP at the end of check_http command, but I don't like it very much are there more than 1 site? If so the IP will ignore the virtual hosts on the box and give the default site

[Nagios-users] check_disk - Only local disks

2006-07-31 Thread Tom Brown
Hi using check_disk and running it remotely using nrpe - I wonder is there any way to make it only check local disks as it seems to also check my san mounted partitions and nfs partitions - Is there a switch to say only local disks? thanks

Re: [Nagios-users] check_disk - Only local disks

2006-07-31 Thread Tom Brown
-l, --local Only check local filesystems damn - sorry all for the spam - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT

Re: [Nagios-users] Modem Notifications

2006-07-18 Thread Tom Brown
I would like to send out notifications via modem (to a pager) but I’m concerned about multiple notifications being sent out and the modem not keeping up. Is anyone using a system such as this?? Yes - we send out using qpage and it works fine for multiple messages

Re: [Nagios-users] Modem Notifications

2006-07-18 Thread Tom Brown
Tom, thanks for the quick response. I wonder..how many notifications get buffered up? There are times when will see up to 100 notifications, basically because of the network setup. well we have had the odd major issue where many 10's of alerts are buffered. Basically nagios send the message

Re: [Nagios-users] Command File error

2006-07-12 Thread Tom Brown
Yes, the nagios.cmd file is automatically created when I start nagios. The file does have read and write permissions for the nagcmd group, and I have added the webserver to said group. have you restarted the webserver? Also note the // in the path

Re: [Nagios-users] Nagios update 2.4

2006-06-26 Thread Tom Brown
Tarball or RPM? rpm -qa | grep nagios If present then i assume you are using RPM as the install therefore yum update nagios If you are using tarball then personally i would configure and install into a new dir and then copy required files over and then startup. Using Tomcat but need to do

Re: [Nagios-users] Anyone Using Nagiosweb?

2006-06-14 Thread Tom Brown
ERROR 1050 at line 19: Table 'command' already exists Does anyone have a solution to this error? are you sure your db is empty? Connect as the user you are running the sql as and see if there are any tables. If there are and you REALLY dont need them just remove the tables and start again.

Re: [Nagios-users] Status MAP (libgd.so.2 problem) generation problem on Nagios

2006-05-10 Thread Tom Brown
restart apache? The CGI's don't use PHP. OP: Try adding /usr/local/lib to /etc/ld.so.conf and run 'ldconfig'. -- Marc -Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Norman Harebottle Sent: Tuesday, May 09, 2006 7:09 PM To: kritikus

[Nagios-users] Dell Blade Centre - Nagios - SNMP

2006-05-04 Thread Tom Brown
Hi We have a number of blade chassis and use the usual OMSA and Nagios setup to monitor the status of the blades. What i want to be able to do is also monitor the status of the chassis themselves. Has anyone done this and if so what do you use. thanks

[Nagios-users] check_dns

2006-03-28 Thread Tom Brown
OK - who got woken up last night due to it seems yahoo having a DNS issue. It seems the check_dns plugin uses yahoo as a test? --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web

Re: [Nagios-users] check_http - user+password - string required

2006-02-23 Thread Tom Brown
The URL you're checking is returning a 302 REDIRECT. There is no HTML to look at. You'll probably want to add '--onredirect=follow' and either a -s, -R or -e string check based on your needs. ah ha! thanks - it was the --onredirect=follow that i was missing

[Nagios-users] check_http - user+password - string required

2006-02-21 Thread Tom Brown
Hi Trying to get check_http to check a site that requires authorization and also the check needs to expect a certain string back in the response. So far i have ./check_http -H www.foo.net -u /some/where/ -a user:pass OK - HTTP/1.1 302 Found - 0.087 second response time

[Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Tom Brown
Hi I seems to be having an issue compiling the check_mysql plugin on a x86_64 box. I have MySQL installed and running and my compile line looks like... ./configure --prefix=/opt/nagios-2.0 --with-nagios-user=nagios --with-nagios-group=nagios --with-cgiurl=/cgi-bin --with-mysql=/opt/mysql

Re: [Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Tom Brown
It's not the *best* solution but a work around to this is to manually edit the configure file before doing your ./configure as the configure file has /usr/lib hard-coded and won't figure out /usr/lib64 without some help *note* all this is from a Red Hat point of view, may require some

[Nagios-users] Nagios 2.0 - x86_64 - POSIX-guaranteed warning

2006-02-16 Thread Tom Brown
Hi Just installed and run up my first 2.0 installation and this was compiled and run on a x86_64 box running CentOS 4.2 - things seem to be OK but running the pre-flight check i get this Size of service_message struct (528 bytes) is POSIX-guaranteed atomic write size (512 bytes). Service