[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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 or block it entirely.

   

thanks - we wanted to get this as there are some UDP comms that seem to 
have ramped up due to buggy code causing other issues so it would have 
been nice to be able to see if the rate of UDP queries could be alerted 
on. You can get UDP recieved from netstat -su so issuing that in a loop 
and comparing the results can be done but its nasty.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 dependency list is putting me off at the moment.

 What else is good for Nagios 3.0.3 and upwards?

 Command line is fine but I keep thinking that there must be more
 interesting ways to spend the day ;)

 Also I'd like to know that if I change my mind and don't want to use the
 GUI any more, that my original Nagios data (cfg files) will still be
 left in a usable form.

 If no-one's interested this time, I promise to drop the subject.

   


i recently setup a nagios cluster to use this

http://www.nagiosql.org/

i implemented this on nagios 3 even though it says its for nagios 2 and 
i did not encounter issues - The MySQL db was setup in a master-master 
fashion and the front end used heartbeat. Used this to monitor ~2500 
hosts with many many more services and it worked fine.

check it out

thanks


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 i used nagiosql was to enable our windows admins the ability 
to add stuff to nagios and restart - so 'dumbing down' the configuring 
of it if you will.
we had some pretty complex group etc and it all works fine.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 {
hostgroup_namewindows-hosts
service_descriptionwindows-disk-c
is_volatile0
check_commandcheck_nt!USEDDISKSPACE!c!80!90!12489
max_check_attempts3
normal_check_interval5
retry_check_interval1
active_checks_enabled1
passive_checks_enabled1
check_period24x7
parallelize_check1
obsess_over_service1
check_freshness0
event_handler_enabled1
flap_detection_enabled1
failure_prediction_enabled1
process_perf_data0
retain_status_information1
retain_nonstatus_information1
contact_groupswindows-admins
notification_interval60
notification_period24x7
notification_optionsw,u,c,r,f
notifications_enabled1
register1
}

Does anyone know why this may happen or what i can check?

thanks


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 eg in an 8 core box, and alert against that?

thanks


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 come up with anything so far.

thanks


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 
 (BONDING_MODULE_OPTS=mode=4) via mrtg (Traffic), but the result is 
 dissatisfying. It's not the sum of the ethernet interfaces.
 But it's no problem to monitor the two real ethernet cards.

   

i'll take a look - thanks


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 increasing 
the retry attempts for this service to try and catch it in a good state 
before the alarm triggers?

thanks


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 that way?

# cat /etc/httpd/conf.d/nagios.conf
# SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER
# Last Modified: 11-26-2005
#
# This file contains examples of entries that need
# to be incorporated into your Apache web server
# configuration file.  Customize the paths, etc. as
# needed to fit your system.

ScriptAlias /nagios/cgi-bin /usr/lib/nagios/cgi

Directory /usr/lib/nagios/cgi
#  SSLRequireSSL
   Options ExecCGI
   AllowOverride None
   Order allow,deny
   Allow from all
#  Order deny,allow
#  Deny from all
#  Allow from 127.0.0.1
   AuthName Nagios Access
   AuthType Basic
   AuthUserFile /etc/nagios/static/htpasswd.users
   Require valid-user
/Directory

Alias /nagios /usr/share/nagios

Directory /usr/share/nagios
#  SSLRequireSSL
   Options None
   AllowOverride None
   Order allow,deny
   Allow from all
#  Order deny,allow
#  Deny from all
#  Allow from 127.0.0.1
   AuthName Nagios Access
   AuthType Basic
   AuthUserFile /etc/nagios/static/htpasswd.users
   Require valid-user
/Directory


etc etc etc etc


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 $ARG1$ -o 
 .1.3.6.1.4.1.2021.9.1.7.$ARG2$,.1.3.6.1.4.1.2021.9.1
 .9.$ARG2$ -w $ARG3$:,:$ARG4$ -c $ARG5$:,:$ARG6$ -u 'kB free (','% used)' 
 -l 'disk space'
  }

 am I missing anything?

   

yes - you can get the plugin from nagiosexchange



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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'

# /etc/init.d/nrpe restart
Shutting down nrpe:[  OK  ]
Starting nrpe: [  OK  ]

nrpe[16836]: Warning: Could not get group entry for 'nagios'
nrpe[16836]: Warning: Could not get passwd entry for 'nagios'

# ps auxwww | grep nrpe
4294967295 16836 0.0  0.0   740   388 ?Ss   11:32   0:00 
/opt/nagios/bin/nrpe -c /opt/nagios/etc/nrpe.cfg -d

so you can see its not running as the nagios user (Nagios is a NIS map)

BUT

# getent passwd nagios
nagios:NP:666:666:Nagios Monitoring:/home/nagios:/bin/bash

So the box can get the users creds - also

# su - nagios
[EMAIL PROTECTED] ~]$

# cat /opt/nagios/etc/nrpe.cfg | grep nagios
nrpe_user=nagios
nrpe_group=nagios

Any thoughts as to what the issue could be?

thanks



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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'

 # /etc/init.d/nrpe restart
 Shutting down nrpe:[  OK  ]
 Starting nrpe: [  OK  ]

 nrpe[16836]: Warning: Could not get group entry for 'nagios'
 nrpe[16836]: Warning: Could not get passwd entry for 'nagios'

 # ps auxwww | grep nrpe
 4294967295 16836 0.0  0.0   740   388 ?Ss   11:32   0:00 
 /opt/nagios/bin/nrpe -c /opt/nagios/etc/nrpe.cfg -d

 so you can see its not running as the nagios user (Nagios is a NIS map)

 BUT

 # getent passwd nagios
 nagios:NP:666:666:Nagios Monitoring:/home/nagios:/bin/bash

 So the box can get the users creds - also

 # su - nagios
 [EMAIL PROTECTED] ~]$

 # cat /opt/nagios/etc/nrpe.cfg | grep nagios
 nrpe_user=nagios
 nrpe_group=nagios
   

OK i recompiled nrpe and it now runs as the nagios user - i have a 
different issue though ;)

Even if i run check_nrpe locally on the box i get the following error

# ./check_nrpe -H xx0204 -c check_hpasm
UNKNOWN - insufficient rights to call sudo /sbin/hpasmcli

BUT nrpe is running as the user nagios

$ ps auxwww | grep nrpe
nagios   23963  0.0  0.0  10232   876 ?Ss   15:10   0:00 
/opt/nagios/bin/nrpe -c /opt/nagios/etc/nrpe.cfg -d

and if i run the plugin exactly how its called from nrpe using the 
nagios user it works fine

[EMAIL PROTECTED] ~]$ /opt/nagios/libexec/check_hpasm
OK - Chassis Status OK

so anyone got any thoughts on how to debug this?

thanks



 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue. 
 ::: Messages without supporting info will risk being sent to /dev/null
   



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 just on RHEL5 where the issue is, i will look at some options to 
/etc/sudoers


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 db 
the host.cfg file for that host still remains on the filesystem, which 
is odd as if nagiosql is supposed to delete them it should do as it has 
rights to write and so in effect delete. Does anyone have any clues?

thanks


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 ndomod/ndo2db seems to store a config there, but it's read still
 from flat files.

 I've previously posted a way to read hosts and services from LDAP in
 continuing work to allow Nagios to share config data with anything
 else (DNS, DHCP, etc) -- but I'm still looking for NEB-pertinent feedback.
 (http://tech.b.chickenandporn.com/2008/04/13/use-ldap-to-configure-nagios/)


yeap - now i have ndo running i see that the db is populated with the
host info etc - what i wonder is how can that info be extracted and the
flat files created again? I am trying to cover getting a master/slave
setup going and the mysql side of things is covered but i am trying to
figure out how to share the configuration without sharing disk. If that
were somehow extractable from within the db then this would be ideal.



-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[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

cfg_file=/etc/nagios/hosts/*.cfg

however this creates an error such as

Error: Cannot open config file '/etc/nagios/hosts/*.cfg' for reading: No 
such file or directory

and equally

cfg_file=/etc/nagios/hosts/

does not work - anyone got a handy hint for this?

thanks


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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

 cfg_file=/etc/nagios/hosts/*.cfg

 however this creates an error such as

 Error: Cannot open config file '/etc/nagios/hosts/*.cfg' for reading: 
 No such file or directory

 and equally

 cfg_file=/etc/nagios/hosts/

 does not work - anyone got a handy hint for this?




sigh - it must be late, although nagiosql rocks!

cfg_file != cfg_dir



-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 owner and or group is set

has anyone seen this this error before and or know a solution as i would 
like to package my plugins - i can build using the tarball just not as 
an rpm

thanks


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 definitions etc however when i use my hosts.cfg from a 2.5 
version of nagios i get this

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)
Error: Could not add object property in file 
'/etc/nagios/objects/hosts.cfg' on line 8.

and this is the start of the hosts file

###
#
# HOSTS
#
###
define host{
use generic-host; Name of host 
template to use
host_name   x
alias   
address 192.168.9.31
check_command   check-host-alive
max_check_attempts  10
notification_interval   120
notification_period 24x7
notification_optionsd,r
contact_groups  our_contact _group
}

has anything changed or am i doing something wrong

thanks



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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?

nope - this file is copied as is from a working 2.5 install


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 
 about host definitions etc however when i use my hosts.cfg from a 2.5 
 version of nagios i get this

 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)
 Error: Could not add object property in file 
 '/etc/nagios/objects/hosts.cfg' on line 8.

 and this is the start of the hosts file

 ###
 #
 # HOSTS
 #
 ###
 define host{
 use generic-host; Name of host 
 template to use
 host_name   x
 alias   
 address 192.168.9.31
 check_command   check-host-alive
 max_check_attempts  10
 notification_interval   120
 notification_period 24x7
 notification_optionsd,r
 contact_groups  our_contact _group
 }

 has anything changed or am i doing something wrong

 thanks



   

i should also say that i built the rpm from the tarball so i did not get 
any example config files to look at for this version so i wonder if 
there are some syntax differences there




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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)
   
   
 duplicate host?
 

 nope - this file is copied as is from a working 2.5 install


   

my bad - i had

cfg_file=/etc/nagios/objects/hosts.cfg

twice in my nagios.cfg so i guess the configs were being read in twice.




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 it be 
'easier' to share configs between the hosts by having them on the NFS 
disk and then use heartbeat to control the VIP or do people do this a 
different way for Nagios?

thanks



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 pls try the latest version 
 0.6.6 and let me know how that goes for you on the old systems.

 http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F2577.html;d=1
   

we use yum on RHEL 4 a lot so will be trying this out also

thanks



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 keep the whole system up to date if you 
 cannot differentiate between security and normal updates.



yum was built by us to provide a way to deploy rpm's to machines easily 
from custom repo's etc - if we need to update we update from yum using 
local repo's mirrored from upstream.



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 ?


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 monitoring box using keys so i can have scripts do 
this but i wonder how people do it so i can get ideas on how to solve 
this etc.

Or if someone has a script they would share that i can modify that would 
also be great.

something like

./add_host $HOSTNAME type affair

thanks

-
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  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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/
 https://www.vtext.com/customer_site/jsp/aboutservice.jsp

yes i should have said - we use qpage to send the page via the modem to 
the carrier and then they send it off to our pagers. we tried SMS v's 
pager and prefer pager as they are less easy to sleep through and we 
found reliability was better - we had too many SMS's just vanish

-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 number, in case of service failures and recoveries. I went through 
 the nagios docs. They have mentioned  quite a few options for using SMS 
 as a notification method. But it seems that one needs to subscribe to 
 the services of a service provider to use any of those options. And the 
 service provider should be providing services in your country/location. 
 Is it possible to use this notification without subscribing to any 
 specific paid service ?

we send pages (no sms) using a modem on the nagios box and then this 
routes to the pager supplier - Relying on email or email-to-sms gateway 
is dangerous as what happens if all connectivity fails - your alerts do 
not get through.

-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 spotted that BUT i overlooked the community! I may make that a 
variable. Anyway

# ./retrieve_custom_snmp -H  -o 1.3.6.1.4.1.2021.57
CHASSIS: CRITICAL [ SCSI A external termination is Critical (3.374 V) ]

thanks for your help this is now working fine

-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 
have tried to deconstruct another snmp plugin but got very confused!

thanks

-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 get this

# cat /tmp/foobar
Retrieve exit code is
Retrieve status message is:

ie nothing - can you offer any assistance here?

thanks

 I wrote a script for this a few weeks back.
 
 http://www.kilala.nl/Sysadmin/retrieve_custom_snmp.php
 
 It's also available from the Exchange, if you like :)
 
 
 On 29 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 and then parse the returned  
 value? I
 have tried to deconstruct another snmp plugin but got very confused!

 thanks

 -- 
 ---
 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  business topics through brief surveys -- and earn  
 cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when  
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null
 
 
 -
 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  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue. 
 ::: Messages without supporting info will risk being sent to /dev/null


-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 get this
 
 # cat /tmp/foobar
 Retrieve exit code is
 Retrieve status message is:
 
 ie nothing - can you offer any assistance here?
 

OK better...

# ./retrieve_custom_snmp -H 192.168.12.176 -o .1.3.6.1.4.1.2021.55
UCD-SNMP-MIB::ucdavis.55.101.1 = STRING: CRITICAL emcpowera, 2 dead, 2 
alive, possible LUN tresspass or HBA failure

but it there a way to remove the UCD-SNMP-MIB::ucdavis.55.101.1 = 
STRING:  so i just see the text of the string?

thanks

-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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. 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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 Ok(No) Ctrl 0 Disk 0:1 is Ok(No) ]

does anyone know of updated plugins that work with openmanage version 5?

thanks

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 is Ok(No) Ctrl 0 Disk 0:1 is Ok(No) ]
 
 does anyone know of updated plugins that work with openmanage version 5?

my mistake sorry - seems a more recent version of this check is 
available and allows v5 compatibility.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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: statusmap.cgi, referer: 
 http://192.168.87.100/nagios/side.html
 [Thu Aug 10 15:04:31 2006] [error] [client 192.168.87.100] File does not 
 exist:/var/www/html/favicon.ico
 
 please help me, thanks

either the dir is not a cgi dir or the cgi's have the wrong permissions

are use using SElinux?

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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

-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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

-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 to qpage where it gets 
stored in the queue and then they are sent out 1 by 1 by qpage until the 
queue is clear - I have never seen an issue with failed sends.

-
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  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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. Seems to me that 
perhaps a failed install has left tables there.


___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 Araklidas; nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Status MAP (libgd.so.2 problem) generation
problem on Nagios

Is GD enabled in the php.ini file?

Norman



From: [EMAIL PROTECTED] [mailto:nagios-users-
[EMAIL PROTECTED] On Behalf Of kritikus Araklidas
Sent: Tuesday, May 09, 2006 7:57 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Status MAP (libgd.so.2 problem) generation

problem

on Nagios


Hi everyone:

I installed nagios with GD support, the installation was suscessfull

(the

nagios configure command reconize the GD library). Every single option
works fine, but when i try to open Status MAP i got and internal error
(error 500), i review it the apache error logs and i looks some cgi

file

cannot find the   libgd.so.2, but in the installation process was
reconized and the library is already in /usr/local/lib.

The rest of the application works properly, only in some menus where

gd is

required the problem come.

Any idea...?

Regards.

Cristian.




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=kkid0709bid3057dat1642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 
|time=0.086617s;;;0.00 size=491B;;;0


but what can i add to this to make it so that a string i expect is 
checked. I hae tried all sensible options i can tell from the help.


thanks



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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


however as you can see from the error below mysql libs are not found

configure:9368: checking for mysql_init in -lmysqlclient
configure:9398: gcc -o conftest -g -O2 -I/opt/mysql/include  -L. 
conftest.c -lmysqlclient -L/opt/mysql/lib/mysql -lz  5

/usr/bin/ld: cannot find -lmysqlclient
| char mysql_init ();
| mysql_init ();
configure:9436: checking for mysql_close in -lmysqlclient
configure:9466: gcc -o conftest -g -O2 -I/opt/mysql/include  -L. 
conftest.c -lmysqlclient   5

/usr/bin/ld: cannot find -lmysqlclient
| char mysql_close ();
| mysql_close ();
configure:10217: WARNING: Skipping mysql plugin
configure:10219: WARNING: install mysql client libs to compile this 
plugin (see REQUIREMENTS).

ac_cv_lib_mysqlclient_mysql_close=no
ac_cv_lib_mysqlclient_mysql_init=no

however

$ ls -l /opt/mysql/lib/
total 6160
-rw-rw-r--  1 8972 8972   11790 Sep  2 23:55 libdbug.a
-rw-r--r--  1 8972 8972   57872 Feb 28  2005 libmygcc.a
-rw-rw-r--  1 8972 8972  312020 Sep  2 23:55 libmysqlclient.a
-rw-rw-r--  1 8972 8972  321234 Sep  2 23:54 libmysqlclient_r.a
-rw-rw-r--  1 8972 8972 5201886 Sep  3 00:05 libmysqld.a
-rw-r--r--  1 8972 89721685 Sep  2 23:38 libmysql.imp
-rw-rw-r--  1 8972 8972  112282 Sep  2 23:55 libmystrings.a
-rw-rw-r--  1 8972 8972  241102 Sep  2 23:55 libmysys.a

any ideas??

this is using mysql 4.0.26



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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
modification for your build

find MYSQLLIBDIR=$MYSQL/lib
chage it to

MYSQLLIBDIR=$MYSQL/lib64


hmmm mine looked a bit different but the process was similar - however 
it seems that now it is not happy about the version


configure:9368: checking for mysql_init in -lmysqlclient
configure:9398: gcc -o conftest -g -O2 -I/opt/mysql/include  -L. 
conftest.c -lmysqlclient -L/opt/mysql/lib -lz  5
/usr/bin/ld: skipping incompatible /opt/mysql/lib/libmysqlclient.a when 
searching for -lmysqlclient

/usr/bin/ld: cannot find -lmysqlclient
| char mysql_init ();
| mysql_init ();
configure:9436: checking for mysql_close in -lmysqlclient
configure:9466: gcc -o conftest -g -O2 -I/opt/mysql/include  -L. 
conftest.c -lmysqlclient   5

/usr/bin/ld: cannot find -lmysqlclient
| char mysql_close ();
| mysql_close ();
configure:10217: WARNING: Skipping mysql plugin

this is on a CentOS 4.2 box (RHEL4)  - it can now find the lib but any 
ideas on the version issue?


thanks



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[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 checks results may get lost or mangled!


Is this something to be worried about??

thanks



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null