I had a group of nrpe services go critical due to some network
problems. Once the network came back up, the higher priority checks
all recovered, while the lower priority checks that are only scheduled
to check a couple times a day still showed CRITICAL (and would have
for hours). With my understan
> I'll add it to check_icmp in a bit. We're doing a plugin overhaul atm,
> and implementing that "currently ignored" option is on the todo. I can't
> give an ETA though, as the work is as yet unplanned, so if check_fping
> does the trick, you might want to use that one instead.
>
Thanks, Andreas.
OK, before I get spanked by the list members: looks like check_fping
will support this... I just did not have fping installed when I
compiled the plugins, so didnt' notice that option. I'll install it
and try that.
On 10/11/07, Rob Brown <[EMAIL PROTECTED]> wrote:
> I have a ne
I have a need to set up a ping check using a specified packet size.
It seems that check_ping nor check_icmp have this option.
Has anyone had a need to do this and found a workaround?
-
This SF.net email is sponsored by: Splunk
Recently, I messed up my (version 2.2) configs and it took me a while
to figure out why I wasn't getting any alerts: turns out the scripts I
use to generate my configs were not writing out the
notification_options directive on my templates. Even though I had
notifications enabled everywhere, I was
Recently, I messed up my (version 2.2) configs and it took me a while
to figure out why I wasn't getting any alerts: turns out the scripts I
use to generate my configs were not writing out the
notification_options directive on my templates. Even though I had
notifications enabled everywhere, I was
; > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:nagios-users-
> > [EMAIL PROTECTED] On Behalf Of Rob Brown
> > Sent: Tuesday, September 04, 2007 6:52 PM
> > To: nagios-users@lists.sourceforge.net
> > Subject: Re: [Nagios-users] Distributed config adm
of how I did it.
>
> On Fri, Aug 31, 2007 at 08:29:18AM +0100, [EMAIL PROTECTED] wrote:
> > Yes, I'd second cfengine. Though rsync is a simple quick fix
> >
> >
> >
> > From: [EMAIL PROTECTED] on behalf of Bi
generated as you'd expect (slaves
monitoring, master with freshness checking, automatic distribution to
slaves, synchronized reloading). It works amazingly well."
Looks like i'll be checking out their vm appliance for some ideas.
On 8/30/07, Bill Omer <[EMAIL PROTECTED]>
Are there any configuration admin tools out there that are multi-site
aware to be able to manage a distributed nagios setup (multiple
sites/servers)?
I am in the planning stages of expanding from a single pair (failover)
to distributed servers and am looking for a tool to help manage the
configs.
H
Forgive me if this has been covered previously: I am not very active
on the lists. I found some posts about this subject a long time ago in
v1 but am wondering if is this still an issue or is something that can
be resolved.
I run a pretty decent sized Nagios config (version 2.2 672/3612
hosts/servi
I am also seeing this same exact problem and am looking for a cure. No luck
so far.
-
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 lim
I ran into a similar issue when using the check_snmp plugin and my
ultimate solution was to write a small wrapper shell script with the
password hard coded in it and call that as your check command.
Example one line script called check_httpp
check_http -p $1 -I $2 -t 120 -a username:passsword
then
You can use the check_real plugin to test basic connectivity to a WMS server:
./check_real -H hostname -u /industrial.wmv
On 12/14/06, Marcel Mitsuto Fucatu Sugano <[EMAIL PROTECTED]> wrote:
> Does anyone knows of a plugin to monitor windows media services
> streamings, by emulating a user who wat
000!26
notification_optionsc,w,r,f
contact_groups sysadmin
}
sometimes the answer is so simple, its staring you right in the face!
On 11/22/06, Rob Brown <[EMAIL PROTECTED]> wrote:
> I am trying to use the check_snmp command to do a
I am trying to use the check_snmp command to do a check against some
network gear. The problem is that the community string is "xyz123!"
(not really but example) and I cannot figure out how to get this to
pass thru to the check command without it stripping the "!" character.
For example:
define com
Here's what I use:
Running in cron every 5 minutes. Works like a charm.
#!/bin/sh
HOST=`hostname`
NAGIOS_HOST=nagios1.mysite.com
NRPE=/usr/local/nagios/libexec/check_nrpe
CMD_FILE=/usr/local/nagios/var/rw/nagios.cmd
CHECK_STATUS=/usr/local/nagios/var/master.status
LOG_FILE=/usr/local/nagios/var/
Does anyone have a simple way to check whether or not notifications are disabled? Preferrably from the command line.
Occasionaly I or one of my colleages will disable notifications during an outage or something and forget to turn them back on.
I want to write a check that sends an alert if notifica
18 matches
Mail list logo