This sounds like it may be similar to a situation I deal with -- I
monitor a bunch of databases that shut down nightly to sync up with
other DBs, and the DB is down while this happens.
What I do is use nagios-statd to check if the db sync process is
running, and set a check to a warning state if i
On Tue, 25 Apr 2006, Shawn Holland wrote:
> I have setup a server running Nagios 2.2 with nagios-plugins-1.4.3.
>
> My Linux server has a Postgres database that has a table containing all
> devices on the network with their IP address and host name.
>
> I was wondering what a recommended way to al
On 4/25/06, Richard A Nelson <[EMAIL PROTECTED]> wrote:
>
> I've got a medium site monitored with Nagios, and really like the
> changes in V2 :)
>
> Here's one thing I have not been able to figure out how to handle:
>
> I monitor service X on about a dozen machines
> Some of those machines run test
I've got a medium site monitored with Nagios, and really like the
changes in V2 :)
Here's one thing I have not been able to figure out how to handle:
I monitor service X on about a dozen machines
Some of those machines run testcases, which interfere with service X
1) I want to stop not
Title: Plugin Problems
I have a problem with Perl plugins. Every few weeks Nagios complains because the Perl plugins like check_snmp_win.pl fail to work and provide no data to Nagios which promptly sends out dozens of alerts. The only way I can seem to fix it to reboot server. All other Nagio
Hi,
I have setup a server running Nagios 2.2 with nagios-plugins-1.4.3.
My Linux server has a Postgres database that has a table containing all
devices on the network with their IP address and host name.
I was wondering what a recommended way to allow Nagios to use this list and do
a check_pin
On 4/25/06, Ravi Kumar <[EMAIL PROTECTED]> wrote:
>
> I've been noticing following error messages during nagios access.Please
> advice.
> Whoops!
> Error: Could not read object configuration data!
> Here are some things you should check in order to resolve this error:
>
>
> Verify configuration opt
I've been noticing following error messages during nagios access.Please advice. Whoops! Error: Could not read object configuration data! Here are some things you should check in order to resolve this error: Verify configuration options using the -v command-line option to check for errors.
Can you change one of your contacts to use a different notification command?
Something like this:
define command{
command_namehost-notify-normal
command_linenotify.sh "normal" "$HOSTNAME$" "$HOSTSTATE$"}
define command{
command_namehost-notify-with-actions
The documentation states that "global event handlers are executed before any local event handlers that you have configured for specific hosts or services", however, I can't find any documentation on when notifications are sent in relation to local event handlers.
If I have a redundant nagios ser
I have used nagios -v to check the configuration and I receive 32
warnings and 0 errors.
I have restarted nagios: /etc/init.d/nagios restart
It seems to be very selective of what it will show me: I can view host
detail for example (status.cgi?hostgroup=all&style=hostdetail) but not
a service g
I'm trying to make sure that my MRTG program is running, and
updating data. I think I want to use the check_mrtg function to do
that. I'm *only* interested in whether the MRTG is running. Here's
the syntax I'm using.
./check_mrtg -F /path/cpu.log -a MAX -v 1 -w 100 -c 200 -e 10 -l
"CPU Usage" -u %
On Tue, Apr 25, 2006 at 11:52:47AM -0400, Janet Post wrote:
> I have just inherited a fairly large 1.2 Nagios setup to maintain. It
> contains over 1500 services and 1000 hosts, and I need to add several
> more and crop a number that are no longer active.
>
> Everything works fine until I edit th
Several things can cause this, the most likely being (in my opinion)
that Nagios isn't running.
Use nagios -v [nagios config file] to verify your config's not broken,
and make sure to reload it before hitting the web interface.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PR
Hello Everyone.
I have just inherited a fairly large 1.2 Nagios setup to maintain. It
contains over 1500 services and 1000 hosts, and I need to add several
more and crop a number that are no longer active.
Everything works fine until I edit the hosts.cfg file. I tried
commenting out a host (and
>From the command line "net start" returns "SQL Server (MSSQLSERVER)" without
>the quotes for the SQL service.
I wrote a short script that does the service check below with this result (it
only seems that the SQL stuff is failing)
Testing: SQL Server (MSSQLSERVER)
SQL Server (MSSQLSERVER): Unkn
Are you sure that the ServiceName is MSSQLSERVER only ? Usually, these kind
of services have MSSQLSERVER$$YOURBASENAME type of name.
Go to : services.msc, then edit properties on your service and check out the
ServiceName parameter.
And do you want to test the process or the service SQL in your
[EMAIL PROTECTED] wrote:
Has anyone run into a problem with NC_NET not being able to see running
SQL processes on Windows 2003 machines?
The "net start" command shows the server running as
"SQL Server (MSSQLSERVER)", but this test always fails under NC_NET.
Any help appreciated.
I don't kn
Has anyone run into a problem with NC_NET not being able to see running
SQL processes on Windows 2003 machines?
The "net start" command shows the server running as
"SQL Server (MSSQLSERVER)", but this test always fails under NC_NET.
Any help appreciated.
-
Hi all,
I have modified my notifications command such that
it checks that if $NOTIFICATIONTYPE = "ACKNOWLEDGEMENT"
then I am kicking off a couple actions; a snmpget and then
an external Nagios command to submit the service check. But
it runs the notification command for each recipient and
Also ensure you are running the command using the same environment
that nagios is using. For instance, if your nagios process runs as
user "nagios", you should `su - nagios` before running the command.
That will allow you to exactly replicate what is happening when
nagios attempts to run th
hi
if you want to see exactly whats going on compile / configure your nagios with
--enable-DEBUGALL
Moshe Sharon
On 4/25/06, Jan Bessels <[EMAIL PROTECTED]> wrote:
>>> Deborah Martin <[EMAIL PROTECTED]
> 25-4-2006 13:49:58As an example, if you run the following command-line from wherever
>>> Deborah Martin <[EMAIL PROTECTED]> 25-4-2006 13:49:58
>>>
>As an example, if you run the following command-line from wherever you
have
>the plugins installed :-
>./check_ping -H localhost -w 3000.0,80% -c 5000.0,100% -p 1
>you would get the following output which Nagios can understand :-
Have you tried manually running the plugin on the command-line ?
'No output' usually means Nagios doesn't get a result back that it
understands.
A manual test of the plugin may tell you why...
-Original Message-
From: Jan Bessels [mailto:[EMAIL PROTECTED]
Sent: 25 April 2006 12:16
To:
Using Nagios 2.1. When adding things to the .cfg files sometimes things
go wrong. The output of a plugin is then for example 'No output'. This
is NOT very usefull at all. It would be usefull to see which cmd is
really being executed. Am I missing here something or.
Older msgs on the mailingli
I want to thank both of you for answering my question. Deleting all
*.dat files is to drastic I think. This will also delete the
comments.dat and downtime.dat file. Afaik they don't have anything to do
with reporting. Did some more RTFM (now that I know where to look) and
did come up with the foll
Ok so the port conflict is solved. But not the syntaxic one.
../libexec/check_nrpe -H catorsv03 -p 5667 -c check_exchangeDB -a
MaxWarn=15G MaxCrit=16G File="d:\Program
Files\Exchsrvr\MDBDATA\priv1.stm" File="d:\Program
Files\Exchsrvr\MDBDATA\priv1.edb"
OK all file sizes are within
bounds.|'"
27 matches
Mail list logo