[Nagios-users] Applying a multiplier to check_snmp results

2010-08-12 Thread Hall, JC
I have a situation where I would like to apply a multiplier to the results of a check_snmp output. The situation is this: The value received from my check_snmp = 20717. The integer multiplier for this particular OID is 0.01. The output I want reported to Nagios is 20717 x 0.01 = 207.17.

Re: [Nagios-users] Applying a multiplier to check_snmp results

2010-08-12 Thread Jim Avery
On 12 August 2010 21:27, Hall, JC jh...@iodatacenters.com wrote: I have a situation where I would like to apply a multiplier to the results of a check_snmp output. The situation is this: The value received from my check_snmp = 20717.  The integer multiplier for this particular OID is 0.01.

Re: [Nagios-users] Applying a multiplier to check_snmp results

2010-08-12 Thread Matthew J. Salerno
Subject: Re: [Nagios-users] Applying a multiplier to check_snmp results On 12 August 2010 21:27, Hall, JC jh...@iodatacenters.com wrote: I have a situation where I would like to apply a multiplier to the results of a check_snmp output. The situation is this: The value received from my

Re: [Nagios-users] Applying a multiplier to check_snmp results

2010-08-12 Thread Hall, JC
run this as an external command and pipe it back into nagios? -Original Message- From: Matthew J. Salerno [mailto:vagabond_k...@yahoo.com] Sent: Thursday, August 12, 2010 2:17 PM To: Nagios Users List Subject: Re: [Nagios-users] Applying a multiplier to check_snmp results I ran

Re: [Nagios-users] Applying a multiplier to check_snmp results

2010-08-12 Thread Max
- From: Matthew J. Salerno [mailto:vagabond_k...@yahoo.com] Sent: Thursday, August 12, 2010 2:17 PM To: Nagios Users List Subject: Re: [Nagios-users] Applying a multiplier to check_snmp results I ran into the same thing, I ended up writing my own plugins. Just look for a non binary plugin (perl

Re: [Nagios-users] Applying a multiplier to check_snmp results

2010-08-12 Thread Gary Every
@lists.sourceforge.net Sent: Thu, August 12, 2010 5:05:42 PM Subject: Re: [Nagios-users] Applying a multiplier to check_snmp results On 12 August 2010 21:27, Hall, JC jh...@iodatacenters.com wrote: I have a situation where I would like to apply a multiplier to the results of a check_snmp output