[Nagios-users] Difference between % Total Time and % Known Time

2009-03-21 Thread Ayotunde Itayemi
Hi All,

Please what's the difference between % Total Time and % Known Time
on the NAGIOS interface (availability etc)?  The two values usually
appear together e.g., as Total Time % (Known Time %)

If reporting to management for example, which value should be
reported?

The staff in my monitoring unit (and myself :-) are a little confused as
to which of the two values represent availability for example.

Thanks.

 

 

 

Ayotunde Itayemi

Manager: Business  Systems

 

Zain Nigeria

Z-House 
Victoria Island, Lagos

Nigeria

Mobile : +234 80  5919

Email : itayem...@ng.celtel.com 

Web  : www.zain.com http://www.zain.com/ 

 

Enjoy free midnight calls from 12.30am - 4.30am on the new TRU Talk
package by registering with *141*708#. Zain ... A Wonderful World

 

inline: image001.png--
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] Difference between % Total Time and % Known Time

2009-03-21 Thread Andy Shellam
Hi Ayotunde,

% known time is the amount of time that Nagios definitely knows the 
state of the hosts/services. For example if your Nagios system is down 
for an hour in a 24-hour period (or has no data from result checks to 
ascertain the state of devices) the % total time will be 100% (24 hours) 
but the % known time will be 95.8% (23 hours.)

That's how I understand it anyway.

Andy

Ayotunde Itayemi wrote:

 Hi All,

 Please what’s the difference between % Total Time and % Known Time 
 on the NAGIOS interface (availability etc)? The two values usually 
 appear together e.g., as Total Time % (Known Time %)”

 If reporting to “management” for example, which value should be reported?

 The staff in my monitoring unit (and myself :-) are a little confused 
 as to which of the two values represent availability for example.

 Thanks.

 cid:image004.png@01C975B0.97B49D20

 Ayotunde Itayemi

 Manager: Business Systems

 Zain Nigeria

 Z-House
 Victoria Island, Lagos

 Nigeria

 Mobile : +234 80  5919

 Email : itayem...@ng.celtel.com

 Web : www.zain.com http://www.zain.com/

 “Enjoy free midnight calls from 12.30am - 4.30am on the new TRU Talk 
 package by registering with *141*708#. Zain ... A Wonderful World”

 

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

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


Re: [Nagios-users] check_smtp und SMTPS

2009-03-21 Thread Kevin Keane
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.

-- 
Kevin Keane
Owner
The NetTech
Find the Uncommon: Expert Solutions for a Network You Never Have to Think About

Office: 866-642-7116
http://www.4nettech.com

This e-mail and attachments, if any, may contain confidential and/or 
proprietary information. Please be advised that the unauthorized use or 
disclosure of the information is strictly prohibited. The information herein is 
intended only for use by the intended recipient(s) named above. If you have 
received this transmission in error, please notify the sender immediately and 
permanently delete the e-mail and any copies, printouts or attachments thereof.


--
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] Difference between % Total Time and % Known Time

2009-03-21 Thread Jim Avery
2009/3/21 Ayotunde Itayemi ayotunde.itay...@zain.com:
 Hi All,

 Please what’s the difference between % Total Time and % Known Time on
 the NAGIOS interface (availability etc)?

I could be completely wrong, but I've always thought total time
includes the time even before you started monitoring.  For example, if
you started monitoring something yesterday, but you run an availabilty
report for the last 30 days, the % total time might be only 3 or so
but the % known time might be 100.

I've always assumed % total time isn't very helpful, so would normally
only report %known time to management.

Cheers,

Jim

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