Re: [Nagios-users] Nagios NEB Nagios-DB Install Guide

2006-03-27 Thread Ben
Are you taking the version out of CVS, or the most recent package? I honestly cannot recall if there is a difference. On Mon, 27 Mar 2006, Danny Russell wrote: Fellow Group Members, I am running Nagios 2.0 stable. I am looking to add mysql database support. I know the Nagios-db group exists

[Nagios-users] service_check_timeout not working

2006-09-20 Thread ben
Hi, I'm running Nagios (on FreeBSD) and I'm having a problem with a script running much longer than it should, which is much more time than is set with the service_check_timeout in my configuration. In other words, the offending service check process is not being killed by Nagios as it should. The

Re: [Nagios-users] Nagios database support

2006-12-12 Thread Ben
Unfortunately, no, I've run out of time. But if anybody wants to pick it up.. On Tue, 12 Dec 2006, Jeff Sullivan wrote: > Marc Powell wrote: > >> >> If you need database support, look for ndoutils, nagios-db or write your >> own event_broker module. >> >> -- >> Marc >> > > Is nagios-db still

Re: [Nagios-users] [SPAM] Re: monitor linux sw raid with snmp?

2007-04-04 Thread Ben
If you're running net-snmp (and given that you're running linux, you probably are), then it's fairly trivial to get it to execute a command and return the result when a certain oid is queried. See the snmp conf file for examples. On Wed, 4 Apr 2007, Andrew Zahn wrote: > do these plugins requir

[Nagios-users] configure Nagios to monitor the temperature of the server room

2009-04-01 Thread ben amar
Hello, How to configure Nagios to monitor the temperature of the server room? What plugin? Best regards Bonjour, Comment configurer nagios pour superviser la température de la salle serveur? Avec quel plugin? Cordialement

Re: [Nagios-users] NAGIOS.log file...

2007-06-22 Thread Ben O'Hara
t. bash-2.05b# date -r 1182519992 Fri Jun 22 14:46:32 BST 2007 Ben Thanks, Luis *Luis F. Lacayo* - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take cont

Re: [Nagios-users] Monitoring solaris server without installing any plugin

2006-02-23 Thread Ben O'Hara
Same problem here, i just compiled with --without-ssl i belive and run it unencrypted over our management network.BenOn 2/23/06, James E. Pratt <[EMAIL PROTECTED]> wrote:Hi i have a similar problem where no matter how i try and compile on either sol8 or sol9 (sparc) using the software from sunfree

[Nagios-users] check_apache.pl and apache2

2006-03-13 Thread Ben O'Hara
Hi,Ive been using check_apache.pl fro mthe contrib/ folder in the official plugins, ive just installed a couple more webservers and upgraded to apache2, these dont check anymore, it appears the /server-status page has changed layout. Anyone have a copy that works or already updated it to deal with

Re: [Nagios-users] check_apache.pl and apache2

2006-03-15 Thread Ben O'Hara
Cheers Ulrich,That seems to work a treat for what im trying to checkBenOn 3/15/06, Ulrich Wisser < [EMAIL PROTECTED]> wrote:Hi,but this is performance check only, no load check. Ulrich#!/usr/bin/perl## (c) 2006 Ulrich Wisser, Relevant Traffic AB#  [EMAIL PROTECTED]## Derived work from: ## (

Re: [Nagios-users] per host custom macros

2006-03-29 Thread Ben O'Hara
Create check called check_dns_cache in checkcommands.cfg calling check_dns or whatever you are using and use $ARG1$ as a macro thats passed to it.In services.cfg you define the check ascheck_command    check_dns_cache!1.2.3.4 where 1.2.3.4 is the IP you want to be passed to $ARG1$Least thats how iv

Re: [Nagios-users] Question about time definitions.

2006-05-10 Thread Ben O'Hara
0:00-24:00        thursday        00:00-24:00        friday  00:00-24:00        saturday        00:00-24:00 } Although what would this achieve?  Why not just use the one?Ben-- "A Scientist will earn a living by taking a really difficult problem and spends many years solving it, an engineer earns a li

Re: [Nagios-users] Reloading nagios config

2006-05-24 Thread Ben O'Hara
On 5/24/06, Oliver Marshall <[EMAIL PROTECTED]> wrote: For the sake of google, using Mandriva (and prob loads others), you cando this to reload the nagios config files;/etc/init.d/nagios reloadOllyIs this actually nagios related or general *nix admin skills? Ben -- "A Scientist will ea

Re: [Nagios-users] status.cgi mixing services up?

2006-05-24 Thread Ben O'Hara
On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi gang,I have found a slightly disturbing behaviour in status.cgi: Sometimes itduplicates the status of a service onto another. I discovered this onceand can since reproduce it using the reload button of my browser. This is Nagios 2.3.1 and

Re: [Nagios-users] status.cgi mixing services up?

2006-05-24 Thread Ben O'Hara
On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Ben O'Hara wrote:> Check you havent got multiple nagios processes runningAh. I got 2 nagios processes running. Killing them and starting nagiosseemed to help: I cannot reproduce the behaviour any longer. > BenThan

Re: [Nagios-users] status.cgi mixing services up?

2006-05-24 Thread Ben O'Hara
, now, you should know that no boss worth their  salary would ever sign up to a tech mailing list, let along bother to read whats posted ;-)Ben -- "A Scientist will earn a living by taking a really difficult problem and spends many years solving it, an engineer earns a living by finding rea

[Nagios-users] no last check time for passive service checks

2006-06-06 Thread Ben Grommes
The status cgi does not display the last check time for a passive service check as far as I can tell. Does anybody know why nagios doesn't use the time when the passive service check was processed as the last check time? It would be useful to know in the status cgi when the last passive service ch

Re: [Nagios-users] no last check time for passive service checks

2006-06-06 Thread Ben Grommes
I'm using Nagios 2.3.1. I'm not using NSCA, but instead my own program that submits PROCESS_SERVICE_CHECK_RESULT commands to the external command file. > -Original Message- > From: jeff vier [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 06, 2006 12:57 PM >

Re: [Nagios-users] no last check time for passive service checks

2006-06-06 Thread Ben Grommes
> > -Original Message- > > From: jeff vier [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 06, 2006 12:57 PM > > To: Ben Grommes > > Cc: nagios-users@lists.sourceforge.net > > Subject: Re: [Nagios-users] no last check time for passive service > >

[Nagios-users] how to get 1 notification when a volatile service becomes stale?

2006-06-09 Thread Ben Grommes
My goal is to generate 1 notification when a volatile service becomes stale. The service is updated with passive service checks but if the passive service checks fails to be submitted on schedule I don't want repeated notifications for every normal_check_interval, just the first time. Normally I co

Re: [Nagios-users] nagios2 Ubuntu

2006-06-21 Thread Ben Rosenberg
On 6/21/06, Riccardo Gaggero <[EMAIL PROTECTED]> wrote: Hi listhow to install nagiso2 on ubuntu server???Nagios 2.x is part of the Ubuntu repositories. Just do this...apt-get install nagiosThis will pull down everything you need for Nagios. :) -Ben-- Faith is the truth of passion. Since no p

[Nagios-users] check_ping and source address

2006-07-05 Thread Ben O'Hara
better to do it elsewhere Cheers Ben -- "A Scientist will earn a living by taking a really difficult problem and spends many years solving it, an engineer earns a living by finding really difficult problems and side stepping them" Using Tomcat but need to do more? Need to support we

Re: [Nagios-users] check_ping and source address

2006-07-05 Thread Ben O'Hara
On 7/5/06, Ton Voon <[EMAIL PROTECTED]> wrote: > > On 5 Jul 2006, at 10:06, Ben O'Hara wrote: > > > Im looking at adding a ping check from our nagios host to a remote > > host, the nagios machine has a number of interfaces and i want to set > > the source addr

[Nagios-users] statusmap.cgi to indicate muliple services

2006-07-13 Thread Ben Vinger
will show as up or down depending on the status of the last service ( check_ssh). Thanks Ben - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

Re: [Nagios-users] Does anyone on this list actually reply to problems

2006-08-11 Thread Ben O'Hara
tually asking a question would of been a good start! Ben -- "A Scientist will earn a living by taking a really difficult problem and spends many years solving it, an engineer earns a living by finding really difficult problems and side stepping them" --

[Nagios-users] How do I set the notification period?

2006-08-11 Thread Ben Rosenberg
ually down. I've looked around for the parameters to do this but as of yet have had no luck in find it. I find that it's possible.. just not having luck finding the settings/syntax for doing so.- Ben Rosenberg -- Faith is the truth of passion. Since no passion is more true than another, fai

Re: [Nagios-users] How do I check if a website is up?

2008-10-20 Thread Ben O'Hara
sense that way for me back then Ben On Mon, Oct 20, 2008 at 6:17 PM, Josh Wells <[EMAIL PROTECTED]> wrote: > > Ok I defined the command as you specified in my commands.cfg file. I > then added a service definition in my localhost.cfg file using that > command. It appears to be wo

Re: [Nagios-users] UK SMS alerts

2005-11-15 Thread Ben O'Hara
Which doesnt work when you loose internet connectivity! We use sms_client with a modem plugged into the PSTN to dial the vodafone SMS gateway and send them directlysms_client already has the config to send via O2s gateway. Ben On 11/15/05, Shaun Malone <[EMAIL PROTECTED]> wrote:

Re: [Nagios-users] Multiple links from serviceextinfo to graphs?

2005-11-21 Thread Ben O'Hara
t sure if this is possible, but it would be a nice addition. Id like to link to graphs and documentation. Addng a serviceextinfo definition for the service linking it to a wiki page seems a nice easy way to achieve although you can obviously create only one link per service. Ben --

Re: [Nagios-users] Monitoring Oracle DB running on Windows

2005-12-19 Thread Ben O'Hara
contribs/check_oracle.sh should do what you need. Ben On 12/19/05, Pavel Santos <[EMAIL PROTECTED]> wrote: > Hello List, > > Is there a way to monitor an Oracle Database running on a Windows Server > using Nagios? >

[Nagios-users] Service notifications tied to host_groups?

2005-12-19 Thread Ben Beuchler
the HTTP service definition. What I would like to have happen is that if HTTP dies on HostA, the notification goes to "Bob" and, of course, to "Bill" if it does on HostB. Is the only way around this to create a unique HTTP

[Nagios-users] Different notification methods in different timeperiods

2005-12-20 Thread Ben Beuchler
hod: define contact{ use tapPager contact_name ben alias Ben Beuchler email [EMAIL PROTECTED] pager ben } define

[Nagios-users] WLBS Monitoring

2006-10-27 Thread Ben Thomas
Has Anyone found a good way to monitor a load balanced cluster that is using WLBS with nagios?  If you use the ping test it returns a warning because duplicate ping replies come back obviously.   - Ben Thomas

Re: [Nagios-users] Do not have access to any .cgi file !!!

2006-10-30 Thread Ben Thomas
forgot to send this to the list.   you probably need to chmod +x on the cgi files so that they can execute.  i would check that first. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of NeneSent: Monday, October 30, 2006 12:28 PMTo: nagios-users@lists.sourceforge.netSubject: [N

[Nagios-users] monitoring switches

2006-11-02 Thread Ben Thomas
be checked if there is an issue and nagios is back tracing.   - Ben Thomas Help Desk 1-877-HELPJBG [EMAIL PROTECTED]   .. The information contained in this communication may be confidential or legally privileged

Re: [Nagios-users] monitoring switches

2006-11-02 Thread Ben Thomas
Title: RE: [Nagios-users] monitoring switches right, but i would like nagios to check that they are up, but not monitor any services on them. From: Paul Harrison [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 1:50 PMTo: Ben Thomas; nagios-users@lists.sourceforge.netSubject

Re: [Nagios-users] Host name from IP address

2006-11-03 Thread Ben Thomas
So if you are not looking to write a script, just use ping -a in windows and that will reverse dns the IP for you. Then just do a ctl + f in the config files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Jewett Sent: Friday, November 03, 2006

[Nagios-users] check_nt and MSSQL$SQLEXPRESS

2006-11-29 Thread Ben O'Hara
sqlexpress command_line$USER1$/check_nt -H $HOSTADDRESS$ -v SERVICESTATE -l MSSQL\$EXPRESS } with various methods of quoting, escaping etc and still get the same error! Any ideas? Cheers Ben -- "A Scientist will earn a living by taking a really difficult problem and spends man

Re: [Nagios-users] check_nt and MSSQL$SQLEXPRESS

2006-11-29 Thread Ben O'Hara
good to go. > Grrr, knew id missed something simple, thanks for the advice! Cheers Ben > -- > Andreas Ericsson [EMAIL PROTECTED] > OP5 AB www.op5.se > Tel: +46 8-230225 Fax: +46 8-230231 > -- "A Scientist wi

Re: [Nagios-users] check_nagios -- not detecting status log update correctly

2006-11-29 Thread Ben O'Hara
ecting to use /var/status.log but it needs to use the status.dat file recompile the plugins and it should be fine. Ben > On 11/29/06, Hari Sekhon <[EMAIL PROTECTED]> wrote: > > check that your filesystem isn't full, this happened to me recently, an > > incentive to add a fi

Re: [Nagios-users] check_nagios -- not detecting status log update correctly

2006-11-29 Thread Ben O'Hara
On 11/29/06, frank <[EMAIL PROTECTED]> wrote: > On Wed, 29 Nov 2006, Ben O'Hara wrote: > > > On 11/29/06, Terry <[EMAIL PROTECTED]> wrote: > >> Thanks for the reply. Filesystem has 256G available and nagios is > >> definitely running and is performin

Re: [Nagios-users] problem installing nagios 2.6

2006-12-08 Thread Ben O'Hara
mirror on Curitiba, Brazil > > i don't know if it's a bug or if i'm doing something wrong, but i'm > happy to be of service > > > i really hope that somebody can help me out here > > make install-config Ben -- "A Scientist will earn a living by

Re: [Nagios-users] Periodic and automated reporting

2006-12-18 Thread Ben O'Hara
ile 2) get availaibity reports 3) set which servicegroups to include Cheers Ben #!/usr/local/bin/perl -w # # Nagios overnight/daily/weekly/monthly reporter # # Fetches Nagios report from web, processes HTML/CSS and emails to someone # Written by Rob Moss, 2005-07-26, [EMAIL PROTECTED] # # Use at you

Re: [Nagios-users] packet loss -25% with check_ping

2007-02-13 Thread Ben O'Hara
%, RTA = 14.00 ms > > Normally that server (like the others) answer correctly. > > Have you got any idea? You have some packet loss on your network. Or is that packet generation ;-) notice its -25% loss Ben -

[Nagios-users] Service Notifications Stopped

2007-03-13 Thread Ben James
e through them multiple times to try to figure it out. Is there anyway I can get some information on what nagios is doing when I get a HARD service alert, and where it is deciding it doesn't need to send a notification? Thanks, Ben James. --

[Nagios-users] Service Notifications Stopped

2007-03-14 Thread Ben James
debug info go? nagios.log has nothing more in it than before, I can't seem to find any additional debug log files, and nothing else shows up in the terminal? Thanks, Ben James. Date: Wed, 14 Mar 2007 09:20:27 -0500 From: "Marc Powell" <[EMAIL PROTECTED]> Subject:

Re: [Nagios-users] RE export configs from Nagios 1.1 to 2.7.

2007-03-19 Thread Ben Rosenberg
I'm not a PHP guru, so I'm not sure what this out put means. Could you hip me to how you used the object_config_fix script to convert your 1.x cfg files to 2.x cfg files? - Ben 3:22PM [EMAIL PROTECTED]:~/Desktop/convert/ > php object_config_fix.php Warning: Invalid argument

Re: [Nagios-users] Sun StorEdge 3310

2007-03-21 Thread Ben O'Hara
ges to Nagios external commands. Regards, Yeah, if you know what to query and getting hold of the MIB files seems near on inpossiblebut if anyone has got it working let me know aswell ;-) Ben [1]: http://www.sun.com/products-n-solutions/hardware/docs/pdf/816-7292-28.pdf [2]:http://docs.su

[Nagios-users] Host List Sorting issues - WAN links with lots of hosts

2013-03-20 Thread Ben Sykes
the Nagios source code and recompile to remove the sorting of host lists (suboptimal) - Increase the thresholds for ping timeouts etc (doesn't really let us track latency of each site as it's then affected by the ping grouping) Any ideas from the community that'd be u

Re: [Nagios-users] Different notifications for different services

2013-03-28 Thread Ben Sykes
Just assign different contacts or contactgroups to the different hosts and services, then set up different notification commands on those contacts On Mar 29, 2013 2:04 AM, "Alex Trifonov" wrote: -- Own the Future-Intel(R)

Re: [Nagios-users] Return code of 127 is out of bounds - plugin may be missing error for check_memory.py

2013-04-15 Thread Ben Sykes
Try running the check as the nagios user and see what happens. I ran into this problem also when I was using a very large number of services (3500+) in a single service group, which I fixed by turning off environment macros On Mon, Apr 15, 2013 at 8:43 PM, nag ios wrote: > Hi, > > i have a prob

[Nagios-users] Service checks for redundant hosts

2013-07-30 Thread Ben Prew
Hey, I'm looking for some suggestions for implementing a service check on a redundant host pair that access a shared resource. Here's our setup: We have N hosts that process (via delayed_job) a shared job queue (mysql/redis). We have several checks that are host-specific (# of workers on that h

Re: [Nagios-users] check snmp logic

2013-08-28 Thread Ben Sykes
rint "CRITICAL"; exit(2); } if ($secondoidval > 35) { print "WARNING"; exit(1); } else { print "OK"; exit(0): } } Logic probably differs a bit, but you get the gist... Cheers Ben ben sykes consultant m. +61 404 308 201 e. ben.sy...@transpire.

[Nagios-users] Can't get nagiosgrapher to work

2010-10-02 Thread Ben Schmidt
use debian GNU/Linux amd64 with the backports.debain.org Repository. So far I only used Packetes from the Backup Repository. (nagios is 3.1.1) I already removed and purge the whole installation and tried with the debian stable Packages but that didn't make a difference at all, exac

Re: [Nagios-users] Can't get nagiosgrapher to work

2010-10-02 Thread Ben Schmidt
inally had little graphs in my frontend, so I tared and copied /etc/nagios* to the testserver, restarted nagios3 and nagiosgrapher and viola ... it finally worked on my Testserver also. Thanks a lot, Ben On Sat, Oct 2, 2010 at 10:27 PM, Ben Schmidt wrote: > Hello Mailing List, > > This

[Nagios-users] Using display_name in a Host Definition

2012-01-13 Thread Ben Short
; but I have found a bug [2] that has been marked as fixed. Did this bug make it into Nagios Core? I'm running Nagios® Core™ Version 3.3.1. Regards Ben [1] http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#host [2] https://

Re: [Nagios-users] Using display_name in a Host Definition

2012-01-13 Thread Ben Short
Hi Michael, Thanks for the reply. I'll take a look at OMD. Ben On 13 January 2012 15:41, Michael Friedrich wrote: > Ben Short wrote: >> Hi, >> >> I'm trying to use the display_name param in my host definitions. But >> it's not being used as the h

[Nagios-users] Supervision CRLS PKI

2009-10-16 Thread ben amar
Hello, I would like to monitor Nagios by: 1) the expiry date of CRLS our PKI Root and emmetrices 2) accessibility and the presence of our PKI CRLS published in our Active Directory For example for one of our PKI called the Portfolio AC Agents 92 it is actually checking the URL on our server

Re: [Nagios-users] NRPE: Unable to read output (after upgrading sudo to 1.7.2p1-6.el5_5)

2010-05-19 Thread Ben O'Hara
I found the same problem with sudo after an update. Seems the comment line in the sudoers file causes a synax with #comment, you need a space, so # comment works ok. Ben On Wed, May 19, 2010 at 5:48 PM, Yungwei Chen wrote: > Hi, > >        I have been using a check_ldap_fd command on

[Nagios-users] Nagios cgi's bomb out with fatal: libglib-2.0.so.0

2008-10-03 Thread Ben Douglas (bedougla)
05b# Unfortunately the machine is behing a nice lab internal firewall, so have had to compile most everything from scratch in order to get stuff that Cisco didn't already have. Thanks, Ben Douglas <>- This

Re: [Nagios-users] Nagios cgi's bomb out with fatal: libglib-2.0.so.0

2008-10-04 Thread Ben Douglas (bedougla)
ibglib-2.0.so.0.1200.13 -rwxr-xr-x 1 root other1756496 Mar 18 2008 /usr/local/depot/glib2/lib/libglib-2.0.so.0.1200.13 $ Thanks, Ben -Original Message- From: Andy Shellam [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2008 4:33 PM To: Ben Douglas (bedougla) Cc: nagios-use

[Nagios-users] Configuring TimePeriods and Contact groups for daytime support notifications

2007-04-04 Thread Ben Langen (blangen)
team is sleeping in San Jose. Any help would be greatly appreciated. Thanks, -Ben - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: [Nagios-users] Configuring TimePeriods and Contact groups for daytime support notifications

2007-04-05 Thread Ben Langen (blangen)
Thanks for the advice, that makes sense now. I've gone and created my timeperiods to send to the contacts in other sites during their daylight hours. -Ben -Original Message- From: Patrick Morris [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 4:43 PM To: Ben Langen (blange

[Nagios-users] Nagios Host Dependencie

2007-06-08 Thread Fernando A Ben
Hello I configure two host on my nagios config. HOST A HOST B define hostdependency{ host_name Host A dependent_host_name Host B notification_failure_criteria d,u } I Need that when HOST B is mark down, Nagios sent notification: Warning

[Nagios-users] Problem - HOST DEPENDENCIE

2007-06-13 Thread Fernando A Ben
Hello, I need Help. Even not to understand the operation from the the funcion HOST DEPENDENCIE. We suppose that I have alone 2 (two) hosts "A" and "B", only checked PING on two hosts. Alone I am checked PING "B" depends on "A" to function. The Host "A" falls, leaves the PING to respond but "B" con

Re: [Nagios-users] Defining passive checks

2012-08-16 Thread mohamed ben romdhane
Hello Jonathan, I think that you must put define service {         service_description            Oracle         host_name                      oddjob.resnet.bris.ac.uk         use                            resnet-service         max_check_attempts        1     check_freshness 1

Re: [Nagios-users] My Own Command Deinifition Weird Behavior.

2012-08-16 Thread mohamed ben romdhane
Hi, try to use the attribute  $SERVICESTATEID$  (A number that corresponds to the current state of the service: 0=OK, 1=WARNING, 2=CRITICAL, 3=UNKNOWN.) Best regards, Mohamed De : Net Warrior À : nagios-users@lists.sourceforge.net Envoyé le : Jeudi 16 août 20