Re: [Nagios-users] Netsaint monitoring windows issue

2007-07-26 Thread Anthony Montibello
Not sure if anyone ever responded to this I recall seing that error but I do not remember exacly what induced it, It should be something simple like Windows Firewall, refusing to allow nagios to access the port to the Windows server you are monitoring. (instead of Windows Firewall, it could be a

Re: [Nagios-users] check_nt

2007-07-26 Thread Anthony Montibello
I did change the name of check_nt to check_nc_net about a year ago, However when I posted to the Plugin_developer group a few months ago, they said they did not want to include check_nc_net into the standard plugins and requested that I maintain it on a seperate site, which I am doing, on the offic

Re: [Nagios-users] check_mx plugin?

2007-07-26 Thread August Simonelli
i think check_dig might start things off ... you can ask a name server for an MX record and specify what you expect in the answer section with the -a flag: check_dig -H SERVER -l cnn.com -T mx -a nycmail1.turner.com so this would expect the string "nycmail1.turner.com" to be in the answer section

[Nagios-users] check_mx plugin?

2007-07-26 Thread Rogelio Bastardo
On various DNS servers, I'd like to make sure that a certain A records remains the 10 record (or, at least, the first deliverable mail server), and then alert me when that changes. Any idea how to do this with Nagios? From what I can tell, the check_dns plugin does not have this functionality.

[Nagios-users] Forcing recovery notifications to email only

2007-07-26 Thread Benjamin Krein
I have setup my contacts file such that each contact has 3 definitions. The entire contacts file is generated by an external script that pulls from a DB so that we can rotate pager duty. The following contact definitions are setup for each contact: 1. Default contact (may be either email-only or

Re: [Nagios-users] host problem

2007-07-26 Thread Morris, Patrick
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Siwei Zhang Sent: Thursday, July 26, 2007 2:11 PM To: nagios-users Subject: [Nagios-users] host problem Hi there, I am using Nagios2.3.1. One of our hosts only show up in the Web GUI intermittently. Did anyone else encounter th

[Nagios-users] host problem

2007-07-26 Thread Siwei Zhang
Hi there, I am using Nagios2.3.1. One of our hosts only show up in the Web GUI intermittently. Did anyone else encounter this problem before? Kevin SZ - This SF.net email is sponsored by: Splunk Inc. Still g

[Nagios-users] Monitoring multiple windows clients behind a firewall

2007-07-26 Thread Jeff Platter
I have a Nagios server setup at my office running version 3.0a5 on centos 4. I have a small client that I would like to monitor their workstations from my Nagios server. They have a small network with five windows workstations and one network printer behind a Linksys router and dsl internet connect

[Nagios-users] nagiosgraph restart, aggregate.cgi

2007-07-26 Thread dave stern - e-mail.pluribus.unum
I had a linux-based nagios 2.9 install with nagiosgraph 0.8. The server recently shutdown and upon startup, while nagios ran fine and nagiosgraph.log and perdata.log both show the correct type of activity, new graphs simply weren't generated after startup. The classic: "Illegal attempt to update" m

Re: [Nagios-users] check_snmp_storage.pl doubt

2007-07-26 Thread Rev. Dr. Aaron M. Segura
Why are you using snmp to monitor a local resource? Just use check_disk. It comes as one of the standard nagios-plugins. On Thu, 2007-07-26 at 18:44 +0530, sujith h wrote: > Hi , > > My name is Sujith. Am using nagios for our network monitoring. > I am using Ubuntu(dapper) in our PC. And I had

Re: [Nagios-users] check_snmp_storage.pl doubt

2007-07-26 Thread kyle . odonnell
try check_snmp_storage.pl -H host -C community -q FixedDisk -m / -r -w 80 -c 90 since storage can monitor ram,swap,disk,flash memory, cd, floppys, etc you must specify which type of media, and if you only want '/' you need -r check_snmp_storage -H host -C community -q FixedDisk On 7/26/07, su

[Nagios-users] check_snmp_storage.pl doubt

2007-07-26 Thread sujith h
Hi , My name is Sujith. Am using nagios for our network monitoring. I am using Ubuntu(dapper) in our PC. And I had tested the check_smtp_storage.pl to monitor the diskspace in the PC. It works fine. But when I copied the exact file to other PC which runs Ubuntu in it and i had installed a package

Re: [Nagios-users] Notifications

2007-07-26 Thread Daniel Kraus
Hello Lalita, I also don't know a possibility to realize this in hostgroups.cfg. But you could create a host-template and add there your contact-group. All machines you want notifications for must use this template. host-template: define host{ namemy-generi

Re: [Nagios-users] Notifications

2007-07-26 Thread Lalita Drolia
David, Thank you for my help. But this will not help me exactly. I am aware of ths fact that in hosts.cfg I can specify the person I want the mail to rech to. I want to achive this task in hostgroups.cfg which I guess is not possible.I want this particular-person to receive mails for a group of mac

Re: [Nagios-users] Notifications

2007-07-26 Thread David Gerbec
Hello Lalita! The easiest way to do this imo, is to create a new contact group with and add this person to that group. Then add the contact group to the services / hosts in your hosts / services config files: define host { host_name somehost alias