Re: [Nagios-users] Is it possible for nrpe to send nagios alerts for windows log errors?

2011-01-03 Thread Sebastian Ries
Hi

Am Montag, den 03.01.2011, 11:52 + schrieb Mister IT Guru:
 I was just wondering if there is a plug in that can respond if certain 
 events appear in the log. For example, I run GFI, and we have around 50k 
 emails a day going through it, as you can imagine, it's a bottleneck, 
 and when it goes fubar, the server still runs with no ill effects, other 
 than a message in the applications log. As you can imagine, it's most 
 annoying to have to manually check every few days, only to find I have 
 10 hour backlog.

I have used this:
https://www.monitoringexchange.org/inventory/Check-Plugins/Operating-Systems/Windows/Enhanced-Windows-eventlog-check
to check a Windows Eventlog with NSClient++.

[NRPE Handlers]
check_intel_raid=scripts\elog.exe --include Source:RAIDService --period
720

This checks for the occurrence of Events with the Source named
RAIDService within the last 30 hours.

Be aware that the Service will turn green without beeing repaired after
30 hours as long as it will not be reported anymore.
And it will stay read even if another event shows that the problem was
solved.

But it helps to get informed about the Event.

Hope that helps

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Plugin: nagiosVMware

2010-12-29 Thread Sebastian Ries
Hi

 I am trying to Configure the nagiosVMware plugin I found on
 https://www.monitoringexchange.org/inventory/Check-Plugins/Virtualization/VMWare-%2528ESX%2529/nagiosVMware

 This is the same effect with all ESX servers. All are ESX4.0
 
 in the cmd file I get this error
 [2010-12-28 14:17:16.275 7324B90 warning 'App'] Closing Response
 processing in unexpected state: 3

OK

I found that this error is printed to stdout from resxtop and therefore
the plugin comes into an error while parsing the output.

As a workaround I put:
   |grep -v \Closing Response processing in unexpected state: 3\
into the command within nsca_vmware.pl

so for me the Problem is solved ;-)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Plugin: nagiosVMware

2010-12-28 Thread Sebastian Ries
Hi

I am trying to Configure the nagiosVMware plugin I found on
https://www.monitoringexchange.org/inventory/Check-Plugins/Virtualization/VMWare-%2528ESX%2529/nagiosVMware

Generally it works but now I found that most of the time the CPU and
MEM-checks give no result:

[nag...@nagios-check-vc ~]$ ./nsca_vmware.pl 5min
Processing host esx19.dtnet.de
... overcommit -1, cpuload -1 on 0 cpus, memtot -1, memfree -1
esx19   ESX-OVERCMMT3   Memory overcommitment -1
esx19   ESX-CPU-LOAD3   CPU load average -1 on 0 CPUs
esx19   ESX-MEMORY  3   Memory use -1 total -1 free
... mem/cpu took 8 seconds
... host esx19 took 8 seconds
Processing host esx20.dtnet.de

but sometimes it works:

[nag...@nagios-check-vc ~]$ ./nsca_vmware.pl 5min
Processing host esx19.dtnet.de
... overcommit 0.00, cpuload 0.19 on 8 cpus, memtot 32766, memfree 11680
esx19   ESX-OVERCMMT0   Memory overcommitment 0%
esx19   ESX-CPU-LOAD0   CPU load average 19% on 8 CPUs
esx19   ESX-MEMORY  0   Memory use 64% (21086 of 32766 MB used)
... mem/cpu took 8 seconds
... host esx19 took 8 seconds


This is the same effect with all ESX servers. All are ESX4.0

in the cmd file I get this error
[2010-12-28 14:17:16.275 7324B90 warning 'App'] Closing Response
processing in unexpected state: 3


Has anyone managed to run this without errors?
s_teeter: are you on this list?
  (I did not find an email address)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Upgrade from Nagios 1.x

2010-12-27 Thread Sebastian Ries
Hi

I have an old Nagios installation where they made much use of
hostgroups. Hosts are arranged and contacts are configured to these
groups. (which isn't allowed in Nagios2 and newer)

Does anyone know if there is a nice way to convert this config to the
new format?
(contacts as part of the host not part of the hostgroup)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Check RAID Script

2010-12-09 Thread Sebastian Ries
Hi

Am Donnerstag, den 09.12.2010, 09:43 + schrieb Duncan Berriman:
 Use check_cciss (uses hpacucli which must be installed), raid checker
 for HP.

Thanks, I was also looking for something like this, but:

maintain:/usr/lib/nagios/plugins# ./check_cciss -v
RAID OK:  [Controller Status: OK Cache Status: OK Battery Status: OK
Controller Status: OK Cache Status: Not Configured Battery Status: OK]
maintain:/usr/lib/nagios/plugins# hpacucli controller all show

MSA20 at E0ARMLJ191   (sn: PAAACADMQUUNF7, csn: E0ARMLJ191)
Smart Array 6400  (sn: P57820R9SS32WO)

As the MSA20 is connected to the P6400 this one does not have disks
directly connected.

So is it guaranteed that both controllers are checked?
How can I configure which to check?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Check RAID Script

2010-12-09 Thread Sebastian Ries
Am Donnerstag, den 09.12.2010, 11:10 +0100 schrieb Sebastian Ries:
 Hi
 
 Am Donnerstag, den 09.12.2010, 09:43 + schrieb Duncan Berriman:
  Use check_cciss (uses hpacucli which must be installed), raid checker
  for HP.
 
 Thanks, I was also looking for something like this, but:
 
 maintain:/usr/lib/nagios/plugins# ./check_cciss -v
 RAID OK:  [Controller Status: OK Cache Status: OK Battery Status: OK
 Controller Status: OK Cache Status: Not Configured Battery Status: OK]

*args*
Now I realized that Both controllers are mentioned - but NO Array was
found :-/
This is typical for an MSA20 (which is an external shelf with it's own
controller - which must be connected to another HP Controller :-/)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Check size of large directory

2010-12-02 Thread Sebastian Ries
Hi

I need to check the size of a directory...

The problem is that this directory is very large (needs to stay under
1TB - that's why I need the check) and I cannot move it to an own
partition (content is hard-linked)

So I tried to write the size of this directory into a file (content does
not change very often) an check the content of this file via nagios.

Something like daily do
# du -m -s $dir  $file

Does anyone know about a plugin that can do this?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Check size of large directory

2010-12-02 Thread Sebastian Ries
Hi

 The check_folder_size.sh script will probably suit your needs well. 

Yes, I found scripts for this.
The Problem is that a du within this folder takes about 2 minutes.
That's why I told that it is a very large directory with many files)

The other side is that the content within this directory is generated
once a day so I wanted to run the du after generating the content of
the file and let nagios just check the result that was written in a
file.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NRPE and ip range in allowed hosts

2010-09-23 Thread Sebastian Ries
Hi
 
 So there is no way to specify a range of servers , one must put all IP's 
 individually ?

just as an idea:

Can inetd handle the range of IPs?
Then you could think about starting the nrpe-server with inetd.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_proc --metric=CPU - alternatives?

2010-08-13 Thread Sebastian Ries
Hi

 p.s. also take a look at:
 
 http://nagios.manubulon.com/snmp_process.html

Thanks this was nearly what I was looking for ;-)

It solves my calculation problem but it seams that it only counts the
whole CPU usage for all processes.

I have about 60 processes (with the same name) and need to get an alert
if ONE (or more) of them uses mor than 90% CPU.

Did I miss the right option?

Or ss there a similar script that covers my needs?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_proc --metric=CPU - alternatives?

2010-08-13 Thread Sebastian Ries
Hi

 According to the documentation, the -n option is used to give a regex
 which selects which process(es) you are monitoring and the -u option
 should work on the sum of the CPU for those selected processes only.
 
 The example given is:
 
 ./check_snmp_process.pl -H 127.0.0.1 -C public -n http -w 3,8 -c 0,15
 -m 9,25 -u 70,99

This is what I tried but as I described all processes have the same
name :-(

 which should alert if the total cpu of all processes haveing 'http' in
 the name is  70.

And I want to get an alert if ANY of these processes uses more than the
given value.

 To get the plugin to do exactly what you describe, you will need to
 edit the perl code a bit.  Bear in mind that you can never have more
 than one process using 90% cpu in the same period!

Not really true ;-)
As this machine has 8 real CPU-Cores with HT enabled there can be up to
16 Processes with more than 90% CPU usage ;-)

I will have a look in the perl code. Maybe it is a only small
adaption...

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_proc --metric=CPU - alternatives?

2010-08-13 Thread Sebastian Ries
Hi

 According to the documentation, the -n option is used to give a regex
 which selects which process(es) you are monitoring and the -u option
 should work on the sum of the CPU for those selected processes only.
 
 The example given is:
 
 ./check_snmp_process.pl -H 127.0.0.1 -C public -n http -w 3,8 -c 0,15
 -m 9,25 -u 70,99

This is what I tried but as I described all processes have the same
name :-(

 which should alert if the total cpu of all processes haveing 'http' in
 the name is  70.

And I want to get an alert if ANY of these processes uses more than the
given value.

 To get the plugin to do exactly what you describe, you will need to
 edit the perl code a bit.  Bear in mind that you can never have more
 than one process using 90% cpu in the same period!

Not really true ;-)
As this machine has 8 real CPU-Cores with HT enabled there can be up to
16 Processes with more than 90% CPU usage ;-)

I will have a look in the perl code. Maybe it is a only small
adaption...

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] check_proc --metric=CPU - alternatives?

2010-08-10 Thread Sebastian Ries
Hi

as I'm not sure if my first attempt to send this message did work here i post 
it the second time:

I have the following Problem:

We have some Processes which are running but are idle for some time
(maybe some weeks) and the get used by a user.
While a single Process is used is should have a cpu usage varying
between 10 and 50%.
We have the problem that sometimes a process gets stuck and then is
running at 100% cpu usage.
= this is what we want to check via Nagios.

I tried to use check_procs like:
./check_procs -w 80 -c 90 --metric=CPU --command=qemu-system-x86
but this did noch catch the processes.

After some testing and searching on the internet I found out that this
is depending on how ps calculates the cpu usage:
It devides the cputime by the runtime of the process, giving the average
cup usage over the whole process time - which does not really help :-(

Does anyone know of an alternative check which gives me the cpu usage
actual of a process (or maybe the average over the last minute)?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] check_proc --metric=CPU - alternatives?

2010-08-06 Thread Sebastian Ries
Hi

I have the following Problem:

We have some Processes which are running but are idle for some time
(maybe some weeks) and the get used by a user.
While a single Process is used is should have a cpu usage varying
between 10 and 50%.
We have the problem that sometimes a process gets stuck and then is
running at 100% cpu usage.
= this is what we want to check via Nagios.

I tried to use check_procs like:
./check_procs -w 80 -c 90 --metric=CPU --command=qemu-system-x86
but this did noch catch the processes.

After some testing and searching on the internet I found out that this
is depending on how ps calculates the cpu usage:
It devides the cputime by the runtime of the process, giving the average
cup usage over the whole process time - which does not really help :-(

Does anyone know of an alternative check which gives me the cpu usage
actual of a process (or maybe the average over the last minute)?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Installing Nagios on CentOS

2010-01-05 Thread Sebastian Ries
Hi

 Can someone provide some instructions or links on how to install Nagios 
 on CentOS distribution.

One easy way ist use the EPEL repository
https://fedoraproject.org/wiki/EPEL

then yum install nagios does the job

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] NRPE on OpenSolaris

2009-05-28 Thread Sebastian Ries
Hi

I'm not that familar with OpenSolaris but we have 2 test machines
running on Opensolaris 2008.11

Is there a comfortable way to run nrpe daemon on Opensolaris to monitor
these?

And are there plugins to monitor zfs mirrors?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Web server behind firewall,

2009-03-10 Thread Sebastian Ries
Hi

 i wan to monitor a webserver, its behind the IPS. when i try to
 monitor using nagios
 check_http, nagios alerts me host down.
Do I understand right that the check_http works without problems (prints
OK) but nagios claims that the host is down?
You need to change the check_host command for this host to something
that gives you a clear knowledge about the host. Or you do not monitor
the host itself and change the check_host command to some dummy.

 can any one help. this is my client Server, and i want to check
 apache/jboss and need to restart if service is down. ping is disabled
 on it. 
You need any way to connect to the server. (preferably nrpe or ssh)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_dns with check_nrpe issue

2009-01-21 Thread Sebastian Ries
HI

 /usr/local/nagios/libexec/check_nrpe -H 72.2.95.6 -c check_dns -H 
 mail.suite224.net -s 72.2.95.6
 
 The response is: NRPE: Command 'check_dns' not defined
 
 The check_dns command is defined on the secondary server in the 
 commands.cfg file as:
 define command{
  command_namecheck_dns
  command_line $USER1$/check_dns -H www.suite224.net -s localhost
  }

check_dns has to be defined in nrpe.cfg on 72.2.95.6
(and check_nrpe needs another syntax)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Could not complete ssl handshake

2009-01-08 Thread Sebastian Ries
Am Donnerstag, den 08.01.2009, 06:36 -0500 schrieb Hart, Harry M. CTR
USJFCOM JTCI:
 I know I've seen this error on this forum before but can not remember
 what resolved the problem. I installed NRPE on a Linux system to talk
 to another Linux machine that is the Nagios server. I do the
 check_nrpe and get Could not complete SSL handshake. It works fine
 when I do it from the server to the remote system.

This error also occures when the nagios server (the host nrpe is called)
is not allowed to talk to the nrpe-daemon.

Have a look at allowed_hosts in nrpe.cfg when nrpe runs as a daemon or
at the (x)inetd config as nrpe is run like that.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: sebastian.r...@dtnet.de

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_http

2008-10-21 Thread Sebastian Ries
Hi

 I have this command sudo -u nagios /usr/nagios/libexec/check_http -H
 192.168.0.10 -p 8080 -u http://192.168.0.10:8080/SMPPSender/control -s
 Connected
 But not sure how to proceed. 

Try To check for Disconnected and run the negate script.
This will convert the status to OK as long as the string was NOT found.

In other words it will give you an OK state as long as check_http gives
you CRITICAL for the string Disconnected.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Integration with Request Tracker

2008-10-02 Thread Sebastian Ries
Hi

 Not directly.  Looking at the description, the ID increases on each
 new  notification sent.  
 
 : The notification ID number is incremented by one (1) each time a new
 
 : host notification is sent out, and regardless of how many contacts
 are 
 : notified.
 
 I read this being that each notification gets a new ID.  For example,
 a host goes down, the first notification gets 1... second gets 2...
 etc.  Host recovers. A service on another host goes down, and the
 notification ID is 3.  

No.

The Order is:

Host goes down
Notification 1
Notification 2
Notification 3
Host recovers
Notification 4 (Recovery)
Host goes down (any)
Notification 1
Notification 2
...

Notifications are counted for each problem without regarding other
problems.


Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Nagios monitoring itself / outage

2008-09-26 Thread Sebastian Ries
Hi

 
 I had this happen and the reporting and everything show it as being up
 for 39 days even though ti was down for 23 hours. ALl the other
 systems, which are remote, of course show correct up time. 
 
 How can nagios figure this out?

I think your problem is not that nagios shows the wrong time. Your
problem is that as long as your nagios master is down you won't notice
if any of your servers goes down...

What you need is a second master with both checking each other...

That's the only way I know of how to solve this problem.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] State-Retention in distributed Monitoring

2008-09-09 Thread Sebastian Ries
Hi

We are running a distributed nagios-System.
The master still runs on debian sarge with nagios 1.3

Is there a possibility to enable state retention on the master server?
Once I tried this with the effect of more than 1000 mails being sent
out.
(~900 Service-Checks most of them sent to more than one contact)

Loosing the service state on every restart of nagios (changing
Configuration) is not a problem but we also loose disabled notifications
and acknowledgments which doesn't really make fun...

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] State-Retention in distributed Monitoring

2008-09-09 Thread Sebastian Ries
Hi

Am Dienstag, den 09.09.2008, 09:22 + schrieb Assaf Flatto:
 First of - upgrade !
 version 2 already had state retention in reload (reading the config
 changes and implementing them - 
 no restart required) so it goes with out saying that ver 3 has it too.
Yes, I expected an answer like that :-/

The problem is that we have a system with distributed servers at each of
our customers and the master server located at our RZ. As some of them
do not want to invest in new systems we have some old linux
distributions running that do not provide nagios2 and none of our
customers will pay us for compiling nagios2 to install it...
So as the configuration files are not compatible between nagios1 and
nagios2 it would be too much work that will not be payed...

On the distributed servers state retention works that's why I thought
that it also should work on the master server.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Using Nagios to check if webpage is really shown

2008-09-02 Thread Sebastian Ries
Am Dienstag, den 02.09.2008, 12:14 +0200 schrieb Bastiaan:
 At the moment I have Nagios 2.9 up and running, and it does different
 kind of checks. But now I would not only like to check if, for example
 port 80 is open on my webserver, but also if the webpage on the same
 webserver is shown that customers can see it.
 I have been searching on the internet for a plugin that can help me do
 this, but I have not found something useful yet. 
 
 So I hope that anyone can help me.

check_http --help
 -s, --string=STRING
String to expect in the content

So specify the url and parse for a specific string.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nrpe installation

2008-08-29 Thread Sebastian Ries
Hi

 I have setup nagios server its working properly. Now i need to add
 remote server. So i have to install nrpe on monitoring server and
 remote server. But i am not able to configure nrpe properly on remote
 and monitoring server although installed.properly 
You do not need the nrpe-daemon on the monitoring server.
The only thing you need is the check_nrpe-Script.

 Any body please tell me how to configure nrpe on both remote and
 monitoring server
You need to set at least allowed_hosts to the IP of the monitoring
server that it is allowed to talk to the nrpe daemon.

Then you need to configure commands in the nrpe.cfg. only these commands
are allowed to be called via check-nrpe.

I hope that helps a little.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] differentiate a WARNING - OK and CRITICAL - OK

2008-08-27 Thread Sebastian Ries
Hi

 is it possible, to differentiate the status change from WARNING to
 OK and from CRITICAL to OK?
As far as I know it not really possible...

 Background: I don't want WARNINGs on the pager at night, just CRITICAL
 and the corresponding OKs, but not the OKs from WARNINGs.
But this just works (as far as I understood the process of sending
notifications.
Nagios will never send out a recovery notification to a contact that did
not receive the problem.
So create a contact that only gets notified on CRITICAL problems and it
will only get notified on a recovery of CRITICAL problems.

Please correct me if this is wrong.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Checking ssh access?

2008-07-17 Thread Sebastian Ries
Am Donnerstag, den 17.07.2008, 07:40 -0400 schrieb stan:
 Is it possible to use Nagios to verify ssh avaiabilty to a given target
 machine?
try check_ssh ...

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios actions

2008-07-15 Thread Sebastian Ries
Hi

 Can nagios trigger an action when an alert is received?
 
 For example, if /var is at warning, can nagios execute a script that cleans 
 the logs?
Yes, have a look at eventhandlers
http://nagios.sourceforge.net/docs/3_0/eventhandlers.html

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] not all contacst notified...

2008-06-26 Thread Sebastian Ries
Hi there

I found the problem that sometimes (ok, it occurred once) that not all
contacts get notified on a state change...

When a service goes down there are 6 email-contacts and one additional
sms-contact (technically it is an email as well) that should get
notified.
But one time only the 6 contacts got notified by mail, but noch
sms-notification was sent out... (in the web-interface I can see that
nagios even did not try to send the notification to that particular
contact :-(

Did anyone have this problem before?

Or does anyone have some hints where to take a look at?

Btw: We are still running nagios 1.3 installed as a Debian sarge package
 (never touch a running system...)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] not all contacst notified...

2008-06-26 Thread Sebastian Ries
Hi

 I found the problem that sometimes (ok, it occurred once) that not all
 contacts get notified on a state change...
 
 When a service goes down there are 6 email-contacts and one additional
 sms-contact (technically it is an email as well) that should get
 notified.
 But one time only the 6 contacts got notified by mail, but noch
 sms-notification was sent out... (in the web-interface I can see that
 nagios even did not try to send the notification to that particular
 contact :-(
 
 Did anyone have this problem before?


I found the problem... 
Not a Bug, it's a feature... ;-)

nagios counts notification NOT depending on if it ist Warning or
Critical...
So the first message was sent out as Warning and the following messages
were sent out as Critical.
As the sms is only configured tot be sent at the first notification no
Critical notification was sent out via sms :-/

Is it possible to configure nagios to start with notification no. 1 as a
service changes from Warning to Critical?

Regards
Sebastian Ries 

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] OT: Windows Uptime question

2008-06-23 Thread Sebastian Ries
Hi

 I use check SNMP for Windows uptime as its really easy to configure (just 
 SNMP on the Windows server).

Does anyone have a quick hint how to enable snmp on Windows Server 2003?

I installed the snmp agent from the windows components but still get not
answer from the host.
I think I have to configure snmp that it knows about the servers that
are allowed to connect via snmp but as I'm no windows-guru I don't find
where to configure snmp.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] OT: Windows Uptime question (solved)

2008-06-23 Thread Sebastian Ries
Hi

 I did this a very long time ago and when remembering correctly
 the configuration is within the service-properties.

This was exactly what I was looking fore.

Thanks a lot!

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] how it was possible to ask from shell to remote

2008-05-08 Thread Sebastian Ries
Hi

 how it was possible to check on my shell konsole? i have try this
 ./check_nrpe -H 10.23.3.29 check_disk -w 10% -c 20% -p /
 but i must made something wrong
 on my remotemaschine it was possible to become my informations

try ./check_nrpe --help

./check_nrpe -H host -c check -a attributes

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios reboot XP

2008-05-07 Thread Sebastian Ries
Hi
 
 Writing a batch that restart/start /stop etc. is np, but how would you
 call the batch/script file from Nagios? 

As I wrote before see http://trac.nakednuns.org/nscp/
Run nsclient++ on the windows host and configure the script as an
external plugin. (see CeckExternalScripts)

These scripts can be run through nrpe.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios reboot XP

2008-05-06 Thread Sebastian Ries
Hi

  i have two questions
 
  1- Is possible to nagios to reboot et midcrosft box  or one  service on
  this boxif there are a  mistake  ? 2- nagios can accepte the trap snmp
  only and dont do the get snmp ?
 Both is possible if you can script the connect and reboot/restart..

Have a look at NSClient++
http://trac.nakednuns.org/nscp/

It can execute external scripts which can be written in VBS e.g.
With such a script you might call shutdown -r -t0 ;-)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NRPE uninstall?

2008-04-18 Thread Sebastian Ries
Hi

 And note that you cannot *comment the end of that line*.

What exactly do you mean?

Do you want to say that if I add

allowed_hosts=ip.of.nagios.server# comment

to my nrpe.conf this line is not parsed an treated as if the whole line
was a comment?

This is the case in postfix configuration (and it is documented
there...)

Regards
Sebastian

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NRPE uninstall?

2008-04-17 Thread Sebastian Ries
Hi

 
 Description:
 When attempting to use the
 check_nrpe plugin, the following
 error message is printed: 
 CHECK_NRPE: Error - Could not
 complete SSL handshake 
  
 
 
 Solution:
 This error message could be due to
 several problems: 
  1. Different versions. Make
 sure you are using the same
 version of the check_nrpe
 plugin and the NRPE daemon.
 Newer versions of NRPE are
 usually not backward
 compatible with older
 versions. 
 Any idea ? Am I going to face any issues later on ? If so then I can
 easily go ahead with older version of NRPE installation.
  
I do not have further information or knowledge about that...
All I know is that I get this error message whenever I set up a new nrpe
daemon and forget to set allowed_hosts to the IP of our nagios
server ;-)

But post this to the documentation guys. I think adding it as a second
solution might help some other people.

Regards
Sebastian

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] notification_period, check_period and recovery notifications

2008-04-04 Thread Sebastian Ries
Hi

I have a question about some time periods and notifications sent out

We are still running nagios 1.3 on debian sarge.

We have configured notification_period and check_period to 18x7
(06:00-24:00 every day)

Now it happens, that (in a distributed system) a service goes down at
about 10 pm, so a notification is sent out. Then the service comes up at
4 am and as it event isn't checked no notification is sent out.

The service is checked again at 6 am and reported as OK (show in the
web-interface) but STILL NO notification is sent out.

I don't think this is expected behavior... (especially not expected by
me!)

As I understood the documentation about notification periods every
recovery will be reported as the critical message was sent out.

Any ideas about that?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Not sending RECOVERY notifications

2008-04-01 Thread Sebastian Ries
Hi

I have a distributed Nagios system with about 700 services.
(based on debian sarge, nagios 1.3)

Everything works fine exept one thing:

For one service I do not get a RECOVERY ALERT :-/

As the service goes down, I get a message but as the service comes up
again nagios even does not try to send a message... (I checked this in
the log)

Does anyone have a hint where to look at?
Service configuration is same as similar services on other hosts (these
work fine...)

The only hint I have is that the service is down for a very short time.
Is there any value that preserves sending notifications for one service
within a short period of time?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Not sending RECOVERY notifications

2008-04-01 Thread Sebastian Ries
Hi

  Does anyone have a hint where to look at?
  Service configuration is same as similar services on other hosts
  (these
  work fine...)
 
 First thing to check is that the contact has an 'r' in the
 host_notifications_options.  Otherwise the contact won't be notified on
 recoveries.

Yes it has.
This contact does get RECOVERY notifications for other services but not
for the specific one...

The notification options for the service are the same as for other
services as all have the statement
use generic-service
within their configuration...

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] strange nrpe behaviour

2008-03-12 Thread Sebastian Ries
Hi

 i have a Dell PowerEdge 1950 server with a PERC Raid Controller. It runs
 Debian Etch, updated.
 
 I've installed nrpe on the machine and all works fine, except for the
 raid check.
 I use the check_dell_omreport, that i found here:
 
 http://www.nagiosexchange.org/DELL_Server.61.0.html?tx_netnagext_pi1[p_view]=433
 
 So, if i run the command on the server (by hand), the output is correct:
 
 # /usr/lib/nagios/plugins/check_dell_omreport.pl
 OK: Controller0=Ok/Ready [ Battery0=Ok/Ready Vdisk0=Ok/Ready [
 0:0:0=Ok/Online 0:0:1=Ok/Online ] ]
 
 But when i run it from the Nagios server machine, it won't works :(
 
 morfeorz:~# /usr/lib/nagios/plugins/check_nrpe -H 192.168.2.3 -c check_raid
 
 STORAGE: UNKNOWN

Sounds like a permission problem.
NRPE Server run scripts with permitions of the user specified in
nrpe.conf

Try to run the script as that user on the mashine.
If it fails try to find out wich permissions are missing.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] include notification number in subject

2008-03-06 Thread Sebastian Ries
Hi

 Is there a list of available variables anywhere in the documentation?
 I did not find it...
 
 http://nagios.sourceforge.net/docs/2_0/macros.html
 
Cool. That's exactly what I was looking for.
I just did not search for macro...

Thanks!
-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Escalations and notification_intervall

2008-03-05 Thread Sebastian Ries
Hi

 I am trying to archieve the following goal:
 
 A service notification should be sent out after following time periods:
 
 1.Notification:   directly
 2.Notification:   after 1 hour
 3.Notification:   after 2 hours
 4.Notification:   after 4 hours
 5.Notification:   after 8 hours
 and every 24 hours from that time on
 
 I tried following configuration but I got 6 Norifications till now (one
 every hour)

Just for those who are interested in how to archive this:

My Configuration works fine!

I just didn't know, that someone else restarted the Nagios-Server while
I was running the test :-/
So Nagios startet with notification 1 again after the first 3 were sent
out...

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] include notification number in subject

2008-03-05 Thread Sebastian Ries
Hi

Regarding to my post on Topic Escalations and notification_intervall

Is it possible to include the Notification number in the Subject of a
notification email?

I know that I just can edit the command definition
define command{
command_namenotify-by-email
command_line/usr/bin/printf %b * Nagios  *\n
\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost:
$HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time:
$DATETIME$\n\nAdditional Info:\n\n$OUTPUT$ | /usr/bin/mail -s **
$NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$
** $CONTACTEMAIL$
}

But I do not know how the variable is called - or even if it exists...

Is there a list of available variables anywhere in the documentation?
I did not find it...

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Escalations and notification_intervall

2008-03-04 Thread Sebastian Ries
Hi

I am trying to archieve the following goal:

A service notification should be sent out after following time periods:

1.Notification: directly
2.Notification: after 1 hour
3.Notification: after 2 hours
4.Notification: after 4 hours
5.Notification: after 8 hours
and every 24 hours from that time on

I tried following configuration but I got 6 Norifications till now (one
every hour)

# Test
define serviceescalation{
host_name   lm_lmnagios
service_description TEST-Service
first_notification  1
last_notification   3
contact_groups  test_CG
notification_interval   60
}
define serviceescalation{
host_name   lm_lmnagios
service_description TEST-Service
first_notification  3
last_notification   4
contact_groups  test_CG
notification_interval   120
}
define serviceescalation{
host_name   lm_lmnagios
service_description TEST-Service
first_notification  4
last_notification   5
contact_groups  test_CG
notification_interval   240
}
define serviceescalation{
host_name   lm_lmnagios
service_description TEST-Service
first_notification  5
last_notification   0
contact_groups  test_CG
notification_interval   1440
}


Any Ideas?
Is there a possibility which escalation was used for a specific
notification?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] check time syncronization

2008-02-21 Thread Sebastian Ries
Hi there

I am looking for a plugin to check time syncronization.

We had the problem that the clock on some computers was running away and
caused problems witch kerberos authentication.

Is there a plugin that checks the difference in time between the checked
host and - say - a specified ntp server?

Or does ntpq -pn have different exit codes when the computer is in sync
an when the computer is out of sync?
Does anyone know?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] OT: check time syncronization

2008-02-21 Thread Sebastian Ries
Hi

 Sorry.  I meant, there's no plugin that lets you check from the Nagios
 host whether host A is in sync with NTP server B.  
 
 NRPE works, but we can't use it here because of security issues.  I keep
 forgetting not everyone is prohibited from running NRPE.

Nagios without NRPE -- isn't it like a Cheeseburger without cheese?
- It helps you a little, but it is not what you want! ;-)

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] how to use negate !!

2007-12-06 Thread Sebastian Ries
Am Donnerstag, den 06.12.2007, 12:42 +0100 schrieb Sjaak Nabuurs VSM
Hosting:
 Hello users
 
 Why isn't this not working or what's wrong !!
 
 ./negate /usr/local/nagios/libexec/check_ping -H x.x.x.x -w1,10% 
 -c2,20% -t 1 -p 1
 PING CRITICAL - Packet loss = 100%
 
 where x.x.x.x is an IP who's blocked by the firewall.

Did you check the Return-code of your command?
sysmon:/usr/lib/nagios/plugins# /usr/lib/nagios/plugins/check_http -H
host
HTTP OK HTTP/1.1 200 OK - 831 bytes in 0.005 seconds |
time=0.005336s;;;0.00 size=831B;;;0
sysmon:/usr/lib/nagios/plugins# echo $?
0
sysmon:/usr/lib/nagios/plugins# ./negate
/usr/lib/nagios/plugins/check_http -H host
HTTP OK HTTP/1.1 200 OK - 831 bytes in 0.006 seconds |
time=0.006457s;;;0.00 size=831B;;;0
sysmon:/usr/lib/nagios/plugins# echo $?
2

How do you expact the negate-script to change the output of your check?

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] how to use negate !!

2007-12-06 Thread Sebastian Ries
Hi

 The return value from negate is oke if you run it inside nagios
 the output is the same.
 I was thinking that the output would be changing to.
 But only the return code is changing
 0 gets 3
 2 stays 2
 3 gets 0
 
 Arghhh that's it

How do you think the script should change the output?
As this is human readable text...
To archieve this the script would have to understand the meaning and
know how to negate it.

Everything I could imagine would be adding Negated:  in front of the
text.  Would be nice to avoid this confusion.

Btw:
The script sould change the return codes as following:
0 gets 2
2 gets 0
1 and 3 stay

as 0 is OK
1 is Warning
2 is Critical
3 is Unknown

Regards
Sebastian Ries

P.S.: please send answeres to the list not just to me ;-)

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios looses state on restart

2007-11-16 Thread Sebastian Ries
Hi

I have an additional Question:

Is this also possible on a master server that has several slaves in a
distributed environement?

I tryed it with the result of thousands of notifications sent...

Regards
Sebastian Ries

 -Original Message-
 From: [EMAIL PROTECTED] on behalf of Klavs
 Klavsen
 Sent: Fri 11/16/2007 2:50 AM
 To: Nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] nagios looses state on restart
 
 Hi,
 
 I've been using Nagios for a long time, and we have approx. a 1000
 checks.
 
 I've just moved the installation to a new machine, and now when I
 restart
 nagios (on FreeBSD 6.2) it looses state - all checks go to grey
 service
 not checked yet..

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios looses state on restart

2007-11-16 Thread Sebastian Ries
Hi

 Oh, this could definitely be an issue in a setup like that. It could be
 something entirely different though too, does your new box have SELinux
 enabled? 

No we do not use SELLinux...
And this is no new installation, it is the old server
The only thing I changed was enabling retention...

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios looses state on restart

2007-11-16 Thread Sebastian Ries
Hi

 Do you have retain_status_information set to 1 in service definitions? 

Yes, I have.

and it works on the slave servers... but not on the master server

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] parenst for service

2007-11-07 Thread Sebastian Ries
Hi

 somebody know if it's possible add an parents directive in services.cfg
 files?
 thank in advances
You can archieve this by configuring Service Dependancies.
Look for that.

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Availability reports

2007-11-05 Thread Sebastian Ries
Hi

 I have two sites being monitored with checkhttp  a string.  When I do
 an availability report for today it shows as 100% availability,
 however if I go further in and click on the host, it shows 95.4% Time
 OK with 4.5% Time Critical.  Why is this downtime not showing in the
 availability report?

Is the availability report based on the service checks?
Nagios does not check services as long as it knows the host is down.

So it could be that EVERY service check returned OK (100%) because as
the host was down the server hasn't been checked...

Regards
Sebastian Ries

-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Sebastian Ries
Hi

Am Freitag, den 26.10.2007, 11:03 + schrieb Alex Dehaini:
 In that case I will give it a spin. Are there instructions on how to
 integrate it with nagios?

I've not looked for that...

But it shouldn't be that complicated to define a command like
notify-by-yahoo which uses the mentioned command...

Maybe you post your command configuration when it works...
Could help someone else, too.

Another hint:
- test if it is possible to send messages throug centerim as it is not
running or
- be shure that centerim is (and stayes) running! (maybe another script
or a service check?) ;-)

Regards
Sebastian Ries

 
 
 
 On 10/26/07, Sebastian Ries [EMAIL PROTECTED] wrote:
 Hi
 
 Am Freitag, den 26.10.2007, 10:41 + schrieb Alex Dehaini: 
  Can it send service and host notification to yahoo IM?
 
 As centerim can connect to the yahoo network, yes
 
 Regards
 Sebastian Ries
 
 --
  
 DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
 Tel: +49-711-849910-36   Fax: +49-711-849910-936
 WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a
 browser.
 Download your FREE copy of Splunk now 
 http://get.splunk.com/
 ___ 
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS
 when reporting any issue.
 ::: Messages without supporting info will risk being sent
 to /dev/null
 
 
 
 -- 
 Alex Dehaini
 Developer
 Site - www.alexdehaini.com
 Email - [EMAIL PROTECTED] 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___ Nagios-users mailing list 
 Nagios-users@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include 
 Nagios version, plugin version (-v) and OS when reporting any issue. ::: 
 Messages without supporting info will risk being sent to /dev/null
-- 

DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36   Fax: +49-711-849910-936
WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] HPProrCurve SNMP Plugin Questions

2007-10-25 Thread Sebastian Ries
Hi there

As we got some ProCurve 4202vl 48G Switches I looked for
scriptes to integrate the into our Nagios.

I just found the configuration files on nagiosexchange.org:
http://www.nagiosexchange.org/SNMP.64.0.html?tx_netnagext_pi1[p_view]=4
26

But I have a view Questions about that:

1. check_hp_cpu doesn't seem to work
   it just reports No Data

2. What do the Numbers for warning and critical mean?
   Espezially for the fan-check - where do I have to look for that?

Does anyone have experiences with these checkcommands?

Regards
Sebastian Ries

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null