Re: [Nagios-users] Compiling nrpe_nt on old libssl-dev library

2012-07-10 Thread Yu Watanabe

Sorry nrpe. Not nrpe_nt.

Thanks,
Yu

Yu Watanabe

 Hello all.

 I would like to ask a question to people in this forum.

 There seems to be a compile issue with nrpe_nt with following versions.

 OS  : Ubuntu10.04 LTS ( libssl-dev ver. libssl-dev : 0.9.8g-16ubuntu3)
 nrpe_nt : 2.12

 Error   : undefined reference to `get_dh512'

 According to the README, this is caused because
 the OS library is not properly handling the AES.

 However, we are trying to find a way to elude this issue.
 Are there anyone who had successfully compiled nrpe_nt
 with this version of OS and libssl-dev?

 It would be helpful if version of the nrpe_nt can be provided as well.

 Thanks,
 Yu



---
Yu Watanabe

FUJITSU SOCIAL SCIENCE LABORATORY LIMITED

System Infrastructure Development Department
Telecom Systems Buisness Group 2

Tel. (+81)44-739-1504
---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] SNMP Trap monitoring for Dell servers (on IDRAC cards)

2012-07-10 Thread Sven Dohmen
Is there anyone that knows how to configure the snmp trap monitoring for 
nagios on a debian machine? I have been trying to set it up for a couple 
weeks now with help from some guides on the internet but i failed each 
time.

In the logs i see the incoming trap appear but after that nothing seems to 
happen with the trap. I do have snmptt en the snmp trap daemon installed 
and active but it seems i am missing something. We want to use this to 
monitor our dell servers on the idrac modules that are build in.

Met vriendelijke groet / With kind regards,
Sven Dohmen
NOC Engineer
Open for Support bv 
Amerikalaan 1 
6199 AE Maastricht-Airport Tel +31 (0)43 88 000 88 
Fax +31 (0)43 88 000 80 
http://www.o4s.nl --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Dynamic warning/critical thresholds

2012-07-10 Thread Jonathan Gazeley
On 22/06/12 15:11, Jonathan Gazeley wrote:
 I've got a bunch of Nagios plugins that monitor things like
 DNS/HTTP/RADIUS hits per second.

 I've set what I believe to be sensible max/min warning thresholds but
 what I really want is dynamic thresholds. If some quantity suddenly
 doubles or halves, I'd like an alert.

 For example, if I usually serve 10 DNS lookups per second, and suddenly
 it is doing 20 per second, that isn't a fault but I would like to know
 about it, because it might mean there is a problem with the network in
 general.

 Is there a way of doing this?


Any ideas?

Thanks,
Jonathan

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] Dynamic warning/critical thresholds

2012-07-10 Thread C. Bensend

 On 22/06/12 15:11, Jonathan Gazeley wrote:
 I've got a bunch of Nagios plugins that monitor things like
 DNS/HTTP/RADIUS hits per second.

 I've set what I believe to be sensible max/min warning thresholds but
 what I really want is dynamic thresholds. If some quantity suddenly
 doubles or halves, I'd like an alert.

 For example, if I usually serve 10 DNS lookups per second, and suddenly
 it is doing 20 per second, that isn't a fault but I would like to know
 about it, because it might mean there is a problem with the network in
 general.

 Is there a way of doing this?


 Any ideas?

You've already received two replies, both stating that you'll
likely have to write some code to do it.  I'm not aware of
any common plugins out there that calculate rates of change and
alert appropriately.  Maybe they exist, but I don't recall
seeing any of them.

Have you tried any of the plugin sites?


-- 
Death rays, advanced technology or not, no creature wants to be
stabbed in their hoo-hoo.-- Seen on zombiehunters.org


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] Dynamic warning/critical thresholds

2012-07-10 Thread Jonathan Gazeley
On 10/07/12 14:47, C. Bensend wrote:

 On 22/06/12 15:11, Jonathan Gazeley wrote:
 I've got a bunch of Nagios plugins that monitor things like
 DNS/HTTP/RADIUS hits per second.

 I've set what I believe to be sensible max/min warning thresholds but
 what I really want is dynamic thresholds. If some quantity suddenly
 doubles or halves, I'd like an alert.

 For example, if I usually serve 10 DNS lookups per second, and suddenly
 it is doing 20 per second, that isn't a fault but I would like to know
 about it, because it might mean there is a problem with the network in
 general.

 Is there a way of doing this?


 Any ideas?

 You've already received two replies, both stating that you'll
 likely have to write some code to do it.  I'm not aware of
 any common plugins out there that calculate rates of change and
 alert appropriately.  Maybe they exist, but I don't recall
 seeing any of them.

 Have you tried any of the plugin sites?



Oh, I didn't receive any replies. Presumably the mails got lost in the 
ether.

I'm happy to write code - I just wondered if there was a built-in way of 
doing this.

Thanks for your response,
Jonathan


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] Dynamic warning/critical thresholds

2012-07-10 Thread C. Bensend

 You've already received two replies, both stating that you'll
 likely have to write some code to do it.  I'm not aware of
 any common plugins out there that calculate rates of change and
 alert appropriately.  Maybe they exist, but I don't recall
 seeing any of them.

 Have you tried any of the plugin sites?



 Oh, I didn't receive any replies. Presumably the mails got lost in the
 ether.

 I'm happy to write code - I just wondered if there was a built-in way of
 doing this.

Not to my knowledge, no - the standard Nagios plugins don't know
about rate of change, and I haven't run across many (any?) third-
party plugins that do.

The difficult part is retaining state - yes, it's simple to use
a statefile, but if you have a lot of services you could end
up with thousands of state files.  It can become pretty ugly to deal
with them.

Your original message (and consequently, the replies you missed)
can be found here:

http://marc.info/?l=nagios-usersm=134037453807273w=2


-- 
Death rays, advanced technology or not, no creature wants to be
stabbed in their hoo-hoo.-- Seen on zombiehunters.org


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] Dynamic warning/critical thresholds

2012-07-10 Thread dave stern - e-mail.pluribus.unum
As indicated, make a plugin that gets the info and set thresholds
so high they're never likely to ring the red bell.

But in addition to this, I'd set it up with something like nagiosgraph
to generate graphs that you can watch. This will save/show historical
data and show you the norm. Thus you may wish to then set a
threshold at a later date based on this empirical data.

If you don't want to go to the trouble of nagiosgraph, your plugin can
still email you when the rate reaches a threshold you define (again,
without setting off nagios warning/critical alarms)

On Tue, Jul 10, 2012 at 10:28 AM, Jonathan Gazeley
jonathan.gaze...@bristol.ac.uk wrote:
 On 10/07/12 14:47, C. Bensend wrote:

 On 22/06/12 15:11, Jonathan Gazeley wrote:
 I've got a bunch of Nagios plugins that monitor things like
 DNS/HTTP/RADIUS hits per second.

 I've set what I believe to be sensible max/min warning thresholds but
 what I really want is dynamic thresholds. If some quantity suddenly
 doubles or halves, I'd like an alert.

 For example, if I usually serve 10 DNS lookups per second, and suddenly
 it is doing 20 per second, that isn't a fault but I would like to know
 about it, because it might mean there is a problem with the network in
 general.

 Is there a way of doing this?


 Any ideas?

 You've already received two replies, both stating that you'll
 likely have to write some code to do it.  I'm not aware of
 any common plugins out there that calculate rates of change and
 alert appropriately.  Maybe they exist, but I don't recall
 seeing any of them.

 Have you tried any of the plugin sites?



 Oh, I didn't receive any replies. Presumably the mails got lost in the
 ether.

 I'm happy to write code - I just wondered if there was a built-in way of
 doing this.

 Thanks for your response,
 Jonathan


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 IPv6

2012-07-10 Thread Robert V. Bolton
I saw in the email thread about you asking if you need to use a patch for
Nagios to use IPv6. The answer to your question is no. If you have a IPv6
only host you can use the IPv6 address in the address field. You need to
type the entire IPv6 address out, because Nagios doesn’t handle the double
colon (::) shorthand very well. You'll need to update your commands to use
the IPv6 option such as specifying the  -6 flag on some of the checks. If
you have a dual stack host with both IPv4 and IPv6 addresses you'll need to
use a custom variable in order to specify a IPv6 address. Custom variables
are created by using the underscore (_) before the variable name. For
example I use _address6 for IPv6 addresses in my configuration files for
the host I monitor. In my commands config file I reference the custom
variable like so: $_HOSTADDRESS6$. I hope this helps.

--
*Robert V. Bolton*
Email: rob...@robertvbolton.com
Web: http://robertvbolton.com
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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