Re: [Nagios-users] check_disk and Volumes 10 TB

2010-06-19 Thread Dirk H. Schulz
Am 12.06.10 13:16, schrieb Matt Simmons:
 I've seen people run into problems like this when they're checking a
 machine that's 64 bit, and the monitoring host is 32. That's not, by
 chance, the case now, is it?

Well, the problem also arises if check_disk is run locally on the 
monitored host. Could it be that it is compiled for 32Bit and has to 
compiled for 64Bit?

Dirk
 --Matt

 On Sat, Jun 12, 2010 at 12:33 AM, Dirk H. Schulz
 dirk.sch...@kinzesberg.de  wrote:

 Hi folks,

 I have run into a problem with check_disk. I have a volume with 14 TB
 that is 91 % free:
  
 /dev/disk0s314Ti  1.2Ti   13Ti 9%/Volumes/EonStor1

 check_disk states it is 0 % free:
  
 check_disk -u GB /Volumes/EonStor1
 DISK OK - free space: /Volumes/EonStor1 0 GB (0% inode=91%);|
 /Volumes/EonStor1=1276GB;;;0;14665

 Is there a known limitation concerning the size of the volumes? With a
 volume  2 TB I do not have this problem on the same machine.

 Is there something I can do to get around this?

 Any hint or help is appreciated.

 Dirk

  


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
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_disk and Volumes 10 TB

2010-06-12 Thread Dirk H. Schulz
Am 12.06.10 13:16, schrieb Matt Simmons:
 I've seen people run into problems like this when they're checking a
 machine that's 64 bit, and the monitoring host is 32. That's not, by
 chance, the case now, is it?


Well, the monitoring host is 32 bit, and the MacOS X 10.5. client 
machine claims to be i386.

But the problem also occurs if I call check_disk manually on the machine 
where the volume is checked.  The lines copied in my first mail where 
from such a manual run.

So I am sure no 32/64Bit hassle is involved in this case.

Thank you for your input!

Dirk


 --Matt

 On Sat, Jun 12, 2010 at 12:33 AM, Dirk H. Schulz
 dirk.sch...@kinzesberg.de  wrote:

 Hi folks,

 I have run into a problem with check_disk. I have a volume with 14 TB
 that is 91 % free:
  
 /dev/disk0s314Ti  1.2Ti   13Ti 9%/Volumes/EonStor1

 check_disk states it is 0 % free:
  
 check_disk -u GB /Volumes/EonStor1
 DISK OK - free space: /Volumes/EonStor1 0 GB (0% inode=91%);|
 /Volumes/EonStor1=1276GB;;;0;14665

 Is there a known limitation concerning the size of the volumes? With a
 volume  2 TB I do not have this problem on the same machine.

 Is there something I can do to get around this?

 Any hint or help is appreciated.

 Dirk

 --
 ThinkGeek and WIRED's GeekDad team up for the Ultimate
 GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
 lucky parental unit.  See the prize list and enter to win:
 http://p.sf.net/sfu/thinkgeek-promo
 ___
 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

  





--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
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] Weird phenomenon with hostgroup expansion

2009-07-16 Thread Dirk H. Schulz
Hi folks,

I have Nagios 3.0.6 running on CentoOS 5.3 (current patches). I have 
defined 72 hosts with 716 services. Everything works fine so far.

Now I have added a new hostgroup consisting of 2 new servers, and have 
added this hostgroup_name to 16 service definitions. Running 
/usr/bin/nagios -v /etc/nagios/nagios.cfg suddenly shows 15 hosts 
having no service definitions!

After careful reediting of configs and systematic testing I found the 
following:

I have some service definitions with two lines of hostgroup_name because 
of the amount of hostgroups to add to that service. For example:
 define service{
 use generic-service
 hostgroup_name  
 Mailserver,Mailstore,Nameserver,Headserver,Management,Webserver,PhysLinux,Testserver-Linux,Templates-Linux
 hostgroup_name   
  Masse-CentOS,Masse-Ubuntu,Testserver-NetBSD,MySQLserver
 service_description RES-Swap
 check_commandcheck_ssh_swap!22!20!10
 }
This works fine so far. But there is one, ONE CERTAIN service definition 
that must NOT have two lines of hostgroup_name. If it looks like that:
 # check memory
 define service{
 usegeneric-service
 hostgroup_name   
  
 Mailserver,Mailstore,Nameserver,Headserver,Management,Webserver,PhysLinux,Testserver-Linux,Templates-Linux,Masse-CentOS,Masse-Ubuntu,MySQLserver
 service_description RES-Memory
 check_commandcheck_ssh_memory!22!100:!50:!M
 }
everything is fine so far, but if I devide the hostgroup_name line into 
two lines like in the first service definition above then suddenly 
Nagios claims 15 hosts to have no service definitions.

I have tried a lot, have even copied the above service definition and 
changed just the differing part, but to no avail.

And then there is one more problem:
Before adding the new hostgroup with the 2 new servers, I have 716 
services. After adding the new hostgroup to 16 service definitions 697 
services are remaining.

Is there any known problems with hostgroup_name expansion with bigger 
amounts of hosts? I do not know where to look at any more.

Any hint or help is appreciated.

Dirk


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
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_smtp und SMTPS

2009-03-22 Thread Dirk H. Schulz
Kevin,

Kevin Keane schrieb:
 Dirk H. Schulz wrote:
   
 Marc Powell schrieb:
   
 
 On Mar 20, 2009, at 9:57 AM, Dirk H. Schulz wrote:

   
 
   
 Hi Folks,

 I am trying to check a mailserver using SSL:

 ./check_smtp -H my.server.tld -S -p 465
 CRITICAL - Socket timeout after 10 seconds
 ./check_tcp -H my.server.tld -p 465
 TCP OK - 0.002 second response time on port 465|time=0.001616s;;;
 0.00;10.00

 SMTPS ist in productive use on that server, as you can see check_tcp
 can reach the port, but check_smtp claims not to reach the SMTPS
 service.
 
   
 
 It seems to work as advertised. What do you see with verbose mode for  
 check_smtp --
   
 
   
 check_smtp -H my.server.tld -S -p 465 -v
 HELOCMD: EHLO nagios.server.tld
 CRITICAL - Socket timeout after 10 seconds

 That is all. It looks like check_smtp sends a EHLO but does not get 
 anything back.

 Strange. I have to check with kerio support, I guess.

 Dirk
   
 
 You are using the wrong plugin. check_smtp does not understand 
 SSL-protected SMTP. Use the check_ssmtp plugin instead; that is what I 
 am using for this purpose.

 The -S option turns on TLS (also known as starttls), not SSL. They are 
 *almost* the same, with one critical difference: with TLS, the initial 
 conversation (the EHLO and one or two more commands and responses) 
 occurs in plain text, and THEN the client and the server negotiate 
 encryption. That way, you can run encrypted and unencrypted traffic at 
 the same time over the same port (25 or 587).

 On port 465, the server turns on encryption first, and then expects the 
 EHLO to already be encrypted.
   
Thanks for your detailled explanation - that was what I needed to know. 
check_ssmtp works fine for my environment.

Dirk


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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_smtp und SMTPS

2009-03-21 Thread Dirk H. Schulz
Marc Powell schrieb:
 On Mar 20, 2009, at 9:57 AM, Dirk H. Schulz wrote:

   
 Hi Folks,

 I am trying to check a mailserver using SSL:

 ./check_smtp -H my.server.tld -S -p 465
 CRITICAL - Socket timeout after 10 seconds
 ./check_tcp -H my.server.tld -p 465
 TCP OK - 0.002 second response time on port 465|time=0.001616s;;;
 0.00;10.00

 SMTPS ist in productive use on that server, as you can see check_tcp
 can reach the port, but check_smtp claims not to reach the SMTPS
 service.
 

 It seems to work as advertised. What do you see with verbose mode for  
 check_smtp --
   
check_smtp -H my.server.tld -S -p 465 -v
HELOCMD: EHLO nagios.server.tld
CRITICAL - Socket timeout after 10 seconds

That is all. It looks like check_smtp sends a EHLO but does not get 
anything back.

Strange. I have to check with kerio support, I guess.

Dirk



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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_smtp und SMTPS

2009-03-20 Thread Dirk H. Schulz
Hi Folks,

I am trying to check a mailserver using SSL:

./check_smtp -H my.server.tld -S -p 465
CRITICAL - Socket timeout after 10 seconds
./check_tcp -H my.server.tld -p 465
TCP OK - 0.002 second response time on port 465|time=0.001616s;;; 
0.00;10.00

SMTPS ist in productive use on that server, as you can see check_tcp  
can reach the port, but check_smtp claims not to reach the SMTPS  
service.

I have googled a lot and found that I am not the only one with this  
problem, but found no solution.

Any takers? Thanks in advance,

Dirk


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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] checking for results of external commands

2009-02-10 Thread Dirk H. Schulz
Hello all,

I know I can use external commands to enable/disable service checks  
and host checks - I already use that in scripts.

But is there an external command I can use to check for the result of  
the enable/disable command - in other words, can I check the current  
state (enabled/disabled) of the service checks and host check for a  
certain host? I did not find anything that sounded fitting to me in  
the documentation of external commands.

The reason is that it takes some time for the external commands to be  
worked upon; at the moment I use sleep 120 steps in my scripts to  
wait for that which is quite ugly.

Any hint or help is appreciated.

Dirk


--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-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] checking for results of external commands

2009-02-10 Thread Dirk H. Schulz
HTH,

thanks for your fast reply.

I was referring to nagios service checks, not to operating system or  
application services. My question is if there is a CHECK... equivalent  
to ENABLE_HOST_SVC_CHECKS, e.g.

Dirk

Am 10.02.2009 um 20:12 schrieb rjustinwilli...@gmail.com:

 Dirk

 This is largely going to depend upon the setup of the service. In  
 RedHat, you can use service foobar status to return the current  
 status of the service, foobar. Likewise, you can use service foobar  
 stop/start/restart to stop/start/restart said service.

 In Gentoo, you use the init scripts directly, as /etc/init.d/foobar  
 start/stop/restart/status

 Other flavors may differ further..

 In any case though, you should get feedback in the form of Foobar  
 is (not) running.

 You can write a script on the remote machine to parse that and, if  
 it sees not, it can exit with whatever nagios value you choose (3  
 for unknown, 2 for critical, 1 for warning, 0 for OK), which will  
 cause Nagios to alert as you see fit; likewise, it not seeing a  
 not, you can have the script exit with a different value.

 HTH

 On Feb 10, 2009 12:46pm, Dirk H. Schulz  
 dirk.sch...@kinzesberg.de wrote:
  Hello all,
 
 
 
  I know I can use external commands to enable/disable service checks
 
  and host checks - I already use that in scripts.
 
 
 
  But is there an external command I can use to check for the result  
 of
 
  the enable/disable command - in other words, can I check the current
 
  state (enabled/disabled) of the service checks and host check for a
 
  certain host? I did not find anything that sounded fitting to me in
 
  the documentation of external commands.
 
 
 
  The reason is that it takes some time for the external commands to  
 be
 
  worked upon; at the moment I use sleep 120 steps in my scripts to
 
  wait for that which is quite ugly.
 
 
 
  Any hint or help is appreciated.
 
 
 
  Dirk
 
 
 
 
 
   
 --
 
  Create and Deploy Rich Internet Apps outside the browser with  
 Adobe(R)AIR(TM)
 
  software. With Adobe AIR, Ajax developers can use existing skills  
 and code to
 
  build responsive, highly engaging applications that combine the  
 power of local
 
  resources and data with the reach of the web. Download the Adobe  
 AIR SDK and
 
  Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-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
 



--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-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] Nagios checks and DNS queries

2008-12-02 Thread Dirk H. Schulz
Hi folks,

I have two servers running Nagios, one is 2.3.1 on Debian, the other 3.0.5 
on CentOS. With both I have a peculiar problem:

Both of the servers have 3 different nameserves in /etc/resolv.conf, but 
when the first nameserver fails, then more than half of the service checks 
fail (plugin timed out). The failure does not occur just shortly, but 
takes as long as the first nameserver is not running.
This first nameserver in /etc/resolv.conf is not the master nameserver (all 
of them are slaves), so it is not a problem of the slave stopping answering 
when the master fails or any misconfiguration between the nameservers.

This should not be occuring, but it can be reproduced reliably. Now I hope 
that there is some configuration item I overlooked, but googling did not 
deliver any hint.

Any help is appreciated.

Dirk

-
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] Nagios 3.x on PowerPC

2008-08-13 Thread Dirk H. Schulz
Hi folks,

I am running several instances of Nagios 2.x on Linux machines. My main 
instance monitors 30 hosts and 400+ service from a xen vm on an old PIII 
dual - not noticable load on the machine involved.

No I have setup Nagios 3.03 via Macports on a dual cpu PowerMac G5 with 
only 3 hosts and not even 100 services - and cpu usage is constantly 
between 150 and 200 %.
Is Nagios 3.x compared to 2.x using much more resources, or must there be a 
problem with it running on PowerPC and MacOS X especially? Has anybody 
experienced this, too?

The other problem is that Nagios on the G5 sometimes stops working: no 
checks are done any more; in other cases a sub process (e.g. one generating 
an email notification) stops in the middle of action and resides in the 
running process list for hours or days without errors showing anywhere.

I am stuck and do not have a good idea what to look at.

Any hint or help is appreciated.

Dirk

-
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] HOWTO for nagiosgrapher

2008-06-25 Thread Dirk H. Schulz
Stephan,

--On 25. Juni 2008 14:24:57 -0400 Stephen Valdinger 
[EMAIL PROTECTED] wrote:

 Does anyone have notes on how to get nagiosgrapher up and running on an
 ubuntu installation? I've downloaded the stuff, but there is no configure
 scripts or anything, and the documentation just plain well sucks. Any
 help or pointers would be wonderful. Google yielded a few very vague and
 unhelpful results on the matter. I'm running ubuntu 7.10 and nagios 2.10
 with NDO installed and NagVis.

Have you tried the Debian configure script? According to my experience you 
have to call two distri specific parameters (--with-layout=DISTRI 
--with...=DISTRI), but I do not remember the second at the moment.

Dirk



--
Dirk H. Schulz
IT Systems Service
Wiesenweg 12, 85567 Grafing
Tel. 0 80 92/86 25 68
Fax. 0 80 92/86 25 72
--
Technik vom Feinsten - und das nötige Tuning

-
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

[Nagios-users] check_procs argument-array via check_by_ssh

2008-06-23 Thread Dirk H. Schulz
Hi folks,

I have a problem with the plugin check_procs (current version): I would 
like to use the argument-array (-a) to check the startup parameters of 
daemons, but that does not seem to work when used via check_by_ssh. For 
example:
Testing locally with
PATH/check_procs -w 1:10 -c 1:15 -a '/usr/sbin/clamd -c /etc/clamd.conf'
works fine.
The same from remote with
PATH/check_by_ssh -H FQDN -C $USER1/check_procs -w 1:10 -c 1:15 -a 
'/usr/sbin/clamd -c /etc/clamd.conf'
fails with check_procs: Critical Process Count must be an integer!

I guess somehow the single quotes around the argument-array are not 
transferred correctly by check_by_ssh. I tried a few workarounds, but:
- using single quotes instead of double quotes for the -C expression: does 
not work (unknown option -c)
- using -a for ever part of the argument-array: -a '/usr/sbin/clamd' -a 
'-c' -a '/etc/clamd.conf': does not work (could not open pipe ...

Is it possible to solve this with check_by_ssh? The docs did not provide 
anything I found helpful.

Regards,

Dirk


--
Dirk H. Schulz


-
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


[Nagios-users] NagiosGrapher weird entries in logfile

2008-06-09 Thread Dirk H. Schulz
Hi Folks,

is this the right place to ask for help with NagiosGrapher? If not, please 
point me to an appropriate mailing list.

I am trying to run NagiosGrapher on Centos 5. I have installed and 
configured it according to Wolfgang Barths new Nagios book, but I am 
running into a weird problem.

I have configured Nagios to write the service perf data into a file which 
is renamed with a time stamp using the 
service_perfdata_file_processing_command directive. That works fine. The 
resulting files are named service-perfdata with the unix timestamp as 
extension.

NagiosGrapher is configured with interface file and perffile_path 
/path/to/perffiles/. It apparently reads the files, but there is two weird 
entries in ngraph.log:

... REGEX: No blocks found for XXX  # while x is the 
timestamp 
extension of the perfdata file
... PIPE: [SERVICEPERFDATA] ... # although no pipe is 
used for 
transferring performance data

The perfdata entries in the PIPE lines are correct, they contain all needed 
data.

I have also configured NagiosGrapher to include /etc/nagios/ngraph.d/ and 
placed a ping.ncfg there (copies from the examples). It refers to service 
ping which is used in the nagios config as service_name.

NagiosGrapher does not generate any rrd dbs in /var/lib/nagios/rrd/ which 
is configured to be the rrdpath.

Any hint or help is appreciated.

Dirk



-
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] check_mem errors

2008-05-30 Thread Dirk H. Schulz
Hello Thomas,

great, your plugins works fine. Thank you!

Regards,

Dirk

--On 29. Mai 2008 08:44:47 -0400 Thomas Guyot-Sionnest [EMAIL PROTECTED] 
wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 29/05/08 07:14 AM, Dirk H. Schulz wrote:
 Hello nagios fellows,

 I am running a nagios test environment on CentOS 4 and RHEL4/5, and came
 to  recognize some errors in check_mem.pl:

 - if used with option -f (checks free memory), it does not report back
 free  memory - the amount reported corresponds to cached memory.
 - if used with option -u (checks used memory), it reports wrong
 percentages, e.g. if 2.6 GB of 4 GB on a 32Bit System is used it reports
 93  % used.

 Are these known errors? I did not find much relating to that.
 Is there a replacement for check_mem.pl?

 I never used check_mem, be be aware that Linux can cache all free memory
 while still having is available for any process than need it. On some
 servers with very stable loads the free memory can get down to only a
 few megs (out of many GBs) but if you take into account cached memory
 that can be freed up any time the picture is much different.

 I wrote this memory check (using Nagios::Plugin) that can take absolute
 values and percentages as thresholds. It parses free(1) and returns the
 amount of memory available, counting cached memory into account. It also
 let you choose the unit to display free memory with:

 http://www.nagiosexchange.org/cgi-bin/page.cgi?g=1433.html;d=1

 Since your system will always keep some memory in buffers/cache you
 should take this into account when setting thresholds.

 Thomas

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFIPqU/6dZ+Kt5BchYRAmDbAKCYXpcxpxqP15Oc6n+QKYlu6dDVrgCgprZJ
 6urqcEJuIGUdlNAuL9t+KtM=
 =EYq6
 -END PGP SIGNATURE-

 -
 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



--
Dirk H. Schulz
IT Systems Service
Wiesenweg 12, 85567 Grafing
Tel. 0 80 92/86 25 68
Fax. 0 80 92/86 25 72
--
Technik vom Feinsten - und das nötige Tuning

-
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] Longs lines in cfg files

2008-05-29 Thread Dirk H. Schulz
Simon,

thanks, that was exactly what I was looking for. I run Nagios in a fast 
growing environment, and reediting hostgroups is somewhat laborous if I use 
the hostgroup directive in the host definition.

Regards,

Dirk

--On 28. Mai 2008 12:27:23 +1000 Simon Finch [EMAIL PROTECTED] wrote:


 Hi Dirk,

 One way that I found by accident was to use multiple members lines in
 the hostgroup definitions.

 HTH,

 Simon

 Dirk H. Schulz [EMAIL PROTECTED] 27/05/2008 11:01 pm 
 Hi Folks,

 can I break long lines within a config file in several lines? I have
 tried
 the usual backslash, but nagios -v did not like it.

 What do yo do when you have dozens of hosts to put into one hostgroup to
 get a manageable members line?

 Thanks for any hint or help,

 Dirk



 -
 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


 *** This is an automatically appended message from St. George ITP.  If
 this email is SPAM please register it with WebSense MailControl by
 clicking this link
 https://www.mailcontrol.com/sr/wO2gxhebL4PTndxI!oX7UlFqrXJaieUTNuaFZbQ2jx
 OmkOjCPuhpBNeWV5OcZu2j2sXTsJG9rPYNWyQ1f1p+mg== . ***

 **

 * IMPORTANT INFORMATION *

 This document should be read only by those persons to whom it is

 addressed and its content is not intended for use by any other

 persons. If you have received this message in error, please notify

 us immediately. Please also destroy and delete the message from

 your computer. Any unauthorised form of reproduction of this message

 is strictly prohibited.




 St George Bank Limited AFSL 240997, Advance Asset Management Limited

 AFSL 240902, St George Life Limited AFSL 240900, ASGARD Capital
 Management Limited

 AFSL 240695 and Securitor Financial Group Limited AFSL 240687 is not
 liable for

 the proper and complete transmission of the information contained in

 this communication, nor for any delay in its receipt.

 **





--
Dirk H. Schulz
IT Systems Service
Wiesenweg 12, 85567 Grafing
Tel. 0 80 92/86 25 68
Fax. 0 80 92/86 25 72
--
Technik vom Feinsten - und das nötige Tuning

-
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_mem errors

2008-05-29 Thread Dirk H. Schulz
Hello nagios fellows,

I am running a nagios test environment on CentOS 4 and RHEL4/5, and came to 
recognize some errors in check_mem.pl:

- if used with option -f (checks free memory), it does not report back free 
memory - the amount reported corresponds to cached memory.
- if used with option -u (checks used memory), it reports wrong 
percentages, e.g. if 2.6 GB of 4 GB on a 32Bit System is used it reports 93 
% used.

Are these known errors? I did not find much relating to that.
Is there a replacement for check_mem.pl?

Regards,

Dirk

-
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] Longs lines in cfg files

2008-05-27 Thread Dirk H. Schulz
Hi Folks,

can I break long lines within a config file in several lines? I have tried 
the usual backslash, but nagios -v did not like it.

What do yo do when you have dozens of hosts to put into one hostgroup to 
get a manageable members line?

Thanks for any hint or help,

Dirk



-
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] Checking http with forms and login

2008-03-10 Thread Dirk H. Schulz
Hi folks,

I have searched nagiosexchange and the list archives, but found nothing 
appropriate.

I would like to be able to check web sites that you have to log into with 
name and password. Is there a plugin that can do that? Has anybody ever 
found a solution to this?

Any hint or help will be appreciated.

Thanks,

Dirk

-
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] different contact_groups not used

2007-10-04 Thread Dirk H. Schulz
Hello Tom,

thanks for helping.

--On 4. Oktober 2007 10:41:30 -0500 Tom Nail [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1



 Dirk H. Schulz wrote:
 Hi folks,

 we are running Nagios 2.3.1 and use different email contacts that are
 consolidated in different contact_groups which are used within the host
 definitions.


 Are you doing any templating for your host or service objects? It sounds
 like you are overriding your contact_group definition at some point, so
 you're going to have to figure out where that is occurring.

That is the point. I do not use templating yet, but I have mixed several 
hosts with different contact_groups in the same service definitions with 
only one contact_group.
That is simply stupid - the more since I am hunting down the problem for a 
long time now 

Thanks for your help and for directing me to the solution.

Dirk

-
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] different contact_groups not used

2007-10-03 Thread Dirk H. Schulz
Hi folks,

we are running Nagios 2.3.1 and use different email contacts that are 
consolidated in different contact_groups which are used within the host 
definitions.

But ALL email notifications are sent to the same contact(_group), not 
minding which contact_group is used in the host/service definition that 
email is concerned about.

I have tried to find a fault in nagios.cfg and in the several other cfg 
files, but there seems to be none.

Any help or hint is appreciated.

Dirk



-
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] Timeouts

2006-08-23 Thread Dirk H. Schulz
Hi folks,

I have a problem concerning timeouts.

First the basics: I run Nagios 2.3.1 on Debian Sarge stable.

I have configured service_check_timeout=60, but in certain 
circumstances (e.g. slow dns) I get the erorr: Plugin timed out after 
10 seconds or Socket timed out after 10 seconds.

Is there another timeout value I have to configure to get rid of this 10 
seconds threshold?

I know that I should work on my dns first, but I want to understand what 
decisions Nagios makes there.

Any hint or help is appreciated.

Dirk



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
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] Understanding service checks

2006-03-28 Thread Dirk H. Schulz

Hi folks,

today both our dns servers went out of function.

As a result every service check in nagios timed out after 10 sec. and 
was CRITICAL.


EVERY one of several hundred!

Since service check definitions depend on host definitions and host 
definitions contain ip addresses I would not have expected a dns outage 
to have any effect on nagios' service checks.


Can anyone explain why there IS an effect? I would like to understand it 
more deeply.


Dirk


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
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] Understanding service checks

2006-03-28 Thread Dirk H. Schulz

Hi Arno,

Arno Lehmann schrieb:


Hello,

On 3/28/2006 8:01 PM, Dirk H. Schulz wrote:


Hi folks,

today both our dns servers went out of function.



Funny day, eh?


Ah, yes - oh, ah, no, definitely not. :-)



As a result every service check in nagios timed out after 10 sec. and 
was CRITICAL.


EVERY one of several hundred!

Since service check definitions depend on host definitions and host 
definitions contain ip addresses I would not have expected a dns 
outage to have any effect on nagios' service checks.


Can anyone explain why there IS an effect? I would like to understand 
it more deeply.



Rhis sounds like it depends only on your Nagios setup and your 
network. For example, if you _only_ use IP adresses and not DNS in 
your Nagios configuration, all your routers do _not_ need DNS, and all 
your services do _not_ depend on DNS (think of verifying reverse 
mapping for mail address verification, or SSL certificate checks, for 
example, or nrpe or (x)inetd or TCP wrappers... lots of opportunities 
to need DNS without being aware of it) having a DNS outage should not 
affect service state.


In other words: Since you experienced service failures, something 
_must_ depend on either DNS or some outage not directly monitored 
affected DNS as well as all other checks you run. Or it's all been a 
great coincidence...


You are right. I have written out of only half reduced panic. Of course 
it need not be nagios service checks depending on dns but the services 
themselves. Since most checks are done via ssh and ssh communication can 
depend on mutual dns verification ...

Maybe I find the time to dig into it somewhat deeper.

Thanks for getting me back on the track!

Dirk


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
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] [Fwd: Undelivered Mail Returned to Sender]

2006-03-28 Thread Dirk H. Schulz

Hi List Admins,

could someone deactivate/throw off this guy? Whenever I post to the list 
I get this reply.


Dirk
---BeginMessage---

This is the SMTP Server program at host zonepro.fr.

I'm sorry to have to inform you that your message could not be
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The SMTP Server program


- The following addresses had permanent fatal errors -
[EMAIL PROTECTED] (Reason: 550 5.2.1. [EMAIL PROTECTED] Mailbox disabled, not 
accepting messages)


550 5.1.1. [EMAIL PROTECTED] ... User unknown

---End Message---


Re: [Nagios-users] oracke monitoring

2006-03-22 Thread Dirk H. Schulz

Evgeny Stepanov schrieb:


Nagios-users@lists.sourceforge.net !

hello, people!

we are using nagios to monitor our network resources very effectively.
nagios is running under FreeBSD. It works as a breeze, thanks
developers.

we also check several Oracle servers among other things.
Couple of days ago i faced the situation when oracle listener was working but 
database instance was
broken. The problem is that i don't have oracle client installed on
nagios host, so i check only oracle host is alive and TCP port 1521 is
open. Obviously this is not enough for Oracle checking. I don't have
possibility to install oracle client on nagios host due to several
reasons.
 

You could also read out the oracle logfiles with a local nagios client. 
Reading out the logs is what OpenView and other expensive monitoring 
apps do most about Oracle. :-)


Dirk


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
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] monitor directory size?

2006-02-14 Thread Dirk H. Schulz

Hi HP,

HP Geeza schrieb:

From what i can tell though check_snmp_storage.pl only allows you to 
check for particular kinds of storage settingswhat i need to do is 
monitor the size of a directory on a remote windows server for 
example, d:\data


i am using nsclient at the moment but can't monitor directory size 
(only disk space).  Is there a way to monitor a directories size via 
snmp



As far as I understand SNMP it is quite easy to tell: If there is an 
object for that in the MIB of the SNMP client on this windows machine, 
then it should be fairly easy to rewrite check_snmp_storage.pl (or write 
your own script) to query that object.

So have a look at the MIB of your SNMP service on the winX box.

Dirk





From: Hendrik Baecker [EMAIL PROTECTED]
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] monitor directory size?
Date: Mon, 13 Feb 2006 12:44:00 +0100

Google for: check_snmp_storage.pl


HP Geeza schrieb:


Hi All,

I was wondering whether it is possible to monitor the size of a 
directory (eg find out how big it is in in MB or GBs) and then send 
an alert when the size goes over a certain threshold?


Any help would be great!

_
The new MSN Search Toolbar now includes Desktop search! 
http://toolbar.msn.co.uk/




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through 
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642 


___
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







---
This SF.net email is sponsored by: Splunk Inc. Do you grep through 
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
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



_
Are you using the latest version of MSN Messenger? Download MSN 
Messenger 7.5 today! http://messenger.msn.co.uk




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
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





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
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_mailq running wild

2006-02-08 Thread Dirk H. Schulz

Hi Chris,

Chris Wilson schrieb:


Hi Dirk,

 

early this morning Nagios (that means: check_mailq) claimed ALL of my 
hosts to have increasing mailqueues which went up to 40 mail waiting 
there and then cleared again.

But none of the those hosts has received or sent mail around that period!

They are Debian Sarge stable and postfix. Nagios is 2.0rc2, the plugins 
are current as well.


Any explanation for this?
   



How are you monitoring remote mail queues? With check_nrpe or check_ssh
or distributed monitoring?

If you're not using any of these, the chances are that your Nagios
machine is actually monitoring its own mail queue instead of the remote
host's queue in each case.
 

Thanks for pointing me to the right direction. I have defined local and 
ssh commands for check_mailq and used the local command for all servers.


I go banging my head somewhere ...

Dirk


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
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] Network outage not handled correctly

2006-02-08 Thread Dirk H. Schulz

Hi Chris,

Chris Wilson schrieb:


Hi Dirk,

 

this night we had a router down. As I understand ist, Nagios should not 
have notified about host down for the hosts set behind those routers 
(I have set up a fitting parent structure, and the map looks okay).
But for every host behind the died router there was a host down 
message as well as a host up message.
   



Did you get a host down for the router? Was it detected before the
host down (hard state) of the hosts behind the router?
 

The router was detected first as down (2 x soft, then hard state), and 
half a minute later the hosts behind it. A host down message was sent 
first, then a host unreachable message.


 

Is there anything additional to configure to get network outages handled 
right?
   



Did you disable unreachable host notifications for the hosts behind the
router?
 


That's it. Thank you.

Dirk


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
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_mailq running wild

2006-02-07 Thread Dirk H. Schulz

Hi folks,

early this morning Nagios (that means: check_mailq) claimed ALL of my 
hosts to have increasing mailqueues which went up to 40 mail waiting 
there and then cleared again.

But none of the those hosts has received or sent mail around that period!

They are Debian Sarge stable and postfix. Nagios is 2.0rc2, the plugins 
are current as well.


Any explanation for this?

Any hint or help is appreciated.

Dirk


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
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] spam protection on the nagios mailing list

2006-02-05 Thread Dirk H. Schulz

Hi Jim,

Jim Perrin schrieb:


I understand the need for spam protection and all, but why would you
subscribe an address that requires confirmation for EVERY post to a
mailing list? Are other people seeing this?

snip

Olá,

Você enviou uma mensagem para [EMAIL PROTECTED]
Para que sua mensagem seja encaminhada, por favor, clique aqui


Esta confirmação é necessária porque [EMAIL PROTECTED] usa o
Antispam UOL, um programa que elimina mensagens enviadas por robôs,
como pornografia, propaganda e correntes.

As próximas mensagens enviadas para [EMAIL PROTECTED] não
precisarão ser confirmadas*.
*Caso você receba outro pedido de confirmação, por favor, peça para
[EMAIL PROTECTED] incluí-lo em sua lista de

/snip

I'm of the opinion that addresses with this type of requirement should
not be subscribed to a mailing list. What do others think?
 


I do definitely agree.

Dirk


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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