Re: [Nagios-users] host status in nagios/var/status.dat

2008-03-24 Thread Oliver Hookins
On Fri Mar 21, 2008 at 15:38:29 +, Aidan Anderson wrote: >Colin McKinnon wrote: >> Hi all, >> >> Having looked at what was avilable (NLG, centreon...) I decided to >> write my own front end for Nagios. This proved to be quite >> straightforward (except for sorting out the locking semantics in P

Re: [Nagios-users] Daily "I'm OK" notification

2008-03-24 Thread Antonio Grassi
Maybe you can send the sms inside the check_daily.sh script. You can't use the notification logic (particularly, you can't use the service contacts configuration), but it's a very simple mechanism, done from inside the Nagios daemon. That's what I'm actually doing for a "I'm OK" notification. T

[Nagios-users] using DNX to run 30K service checks?

2008-03-24 Thread Roger
Someone just showed me a real life scenario with ~30K service checks, and I am wondering if DNX would be the best way to distribute these checks? (I'm guessing that doing this via NSCA would be too cumbersome) - This SF.net em

[Nagios-users] solaris snmp memory check question - plugin

2008-03-24 Thread August Simonelli
hi all, not sure if there is a plugins list i could send this to so apologies if it's misdirected. i've been using check_snmp_mem.pl from //www.manubulon.com/nagios/ for remote checking of memory. i recently implemented it against solaris 9 and 10 running net-snmp 5.0.9: bash-3.00# /usr/sfw/sbi

Re: [Nagios-users] Daily "I'm OK" notification

2008-03-24 Thread Matt Nelson
On Mon, Mar 24, 2008 at 2:50 PM, Jason L. Faulkner <[EMAIL PROTECTED]> wrote: > Seems to me that if you want it to send every day no matter what, you > might just want to use cron or atd, not nagios. > > > - Original Message - > From: "Matt Nelson" <[EMAIL PROTECTED]> > To: nagios-users@li

Re: [Nagios-users] Daily "I'm OK" notification

2008-03-24 Thread Jason L. Faulkner
Seems to me that if you want it to send every day no matter what, you might just want to use cron or atd, not nagios. - Original Message - From: "Matt Nelson" <[EMAIL PROTECTED]> To: nagios-users@lists.sourceforge.net Sent: Monday, March 24, 2008 4:47:03 PM (GMT-0500) America/New_York

[Nagios-users] Daily "I'm OK" notification

2008-03-24 Thread Matt Nelson
I currently have a nagios command check_daily.sh that returns: "Modem OK - Hosts: 74/74 OK - Services: 280/280 OK" and returns a value of 0, STATE_OK. I would like this to run daily and send the string above via sms. The problem that I can't figure out is how do I run this command as a service,

Re: [Nagios-users] SMTP check

2008-03-24 Thread Jason L. Faulkner
The way we solve this problem is running cronjobs across the maillogs, looking for the reject messages for the various domains we care about. Usually we make this an email to our abuse team, but I'm sure once you get the "does it work?" result, it could easily be changed into a passive nagios ch

[Nagios-users] SMTP check

2008-03-24 Thread Justin Maloney
Anyone know of a way to test mail through-put with out sending an actual message? The SMTP plugin doesn't care what it gets for a reply so you don't know if the server would have accepted the message. Basically I want to check every few hours if Hotmail, Yahoo, Google, MSN, etc. will accept mess

[Nagios-users] Matthias Fay ist außer Haus.

2008-03-24 Thread Matthias . Fay
Ich werde ab 23.03.2008 nicht im Büro sein. Ich kehre zurück am 30.03.2008. I will be out of the office starting 23.03.2008 and will not return until 30.03.2008. Bei Fragen und Problemen wenden Sie sich bitte an die Hansgrohe Hotline. Please contact the Hansgrohe Hotline if you have any furth

[Nagios-users] Communication protocol/channel for Nagios/NRPE

2008-03-24 Thread Taeho Kang
Hello all, I am interested in knowing what protocols are used to facilitate communications in Nagios/NRPE. The documentation mentions about "optional SSL" and SSH, and when I looked at the code for NRPE, it looks like just regular plain sockets are used. Are there any more info? Any tips/advice w