Re: [opsview-users] Event handler and remote NRPE command

2011-07-18 Thread Wilco Noordermeer
Dear list, Slight got it sorted. Monday morning oversight: the $HOSTADDRESS$ should of course have been $NAGIOS_HOSTADDRESS Regards, Wilco From: opsview-users-boun...@lists.opsview.org [mailto:opsview-users-boun...@lists.opsview.org] On Behalf Of Wilco Noordermeer Sent: Monday, 18 July, 2011

[opsview-users] Event handler and remote NRPE command

2011-07-18 Thread Wilco Noordermeer
./check_nrpe -H mybox -c restart_httpd Stopping httpd: [FAILED] Starting httpd: [ OK ] Any thoughts on what might be wrong here? Much appreciated. Kind regards, Wilco Wilco Noordermeer IT Operations Manager Tel.: +31 71 5451 161 / +31 6 4798 8000 Leidse Onderwijsinstellingen bv Leidsedre

Re: [opsview-users] Howto: stop alerts for certain periods?

2011-04-12 Thread Wilco Noordermeer
..@lists.opsview.org [mailto:opsview-users-boun...@lists.opsview.org] On Behalf Of Wilco Noordermeer Sent: Tuesday, 12 April, 2011 10:39 To: Opsview Users Subject: Re: [opsview-users] Howto: stop alerts for certain periods? Hi Simon, If you go to Status > Host Detail > $host you can schedule downt

Re: [opsview-users] Howto: stop alerts for certain periods?

2011-04-12 Thread Wilco Noordermeer
Hi Simon, If you go to Status > Host Detail > $host you can schedule downtime, stop checks, disable notifications, etc. for that host on the right hand side of the screen. Is that what you're looking for? Regards, Wilco -Original Message- From: opsview-users-boun...@lists.opsview.or

Re: [opsview-users] FW: Map.local file question

2011-03-04 Thread Wilco Noordermeer
Hi Paul, I wasn't aware of the test script. Very handy. I can see that it extracts the right fields and I can use it to test other stuff. Unfortunately still no rrd's but I'm sure I must be close to getting there. Through your suggestions I've found the correct logging options in insert.pl so

Re: [opsview-users] FW: Map.local file question

2011-03-04 Thread Wilco Noordermeer
> If you do not have access to the source of jmxquery.jar, you can't > modify the output. I was referring to > http://nagios.sourceforge.net/docs/3_0/pluginapi.html > > hth > Paul > > -Original message- > To: Opsview Users ; > From: Wilco Noordermeer

Re: [opsview-users] Map.local file question

2011-03-03 Thread Wilco Noordermeer
t according to the default nagios plugin performance output, you don't need to modify map.local. hth Paul -Original message- To: Opsview Users ; From: Wilco Noordermeer Sent: Thu 03-03-2011 10:10 Subject:Re: [opsview-users] Map.local file question > Hi all, &

Re: [opsview-users] Map.local file question

2011-03-03 Thread Wilco Noordermeer
psview.org] On Behalf Of Wilco Noordermeer Sent: Thursday, 03 March, 2011 09:59 To: opsview-users@lists.opsview.org Subject: [opsview-users] Map.local file question HI all, I'm using check_jmx to get some info out of some JVM's. This works fine, but I'm having trouble parsing th

[opsview-users] Map.local file question

2011-03-03 Thread Wilco Noordermeer
4773720} /output:JMX.*?committed=(\d+);init=(\d+);max=(\d+);used=(\d+)/ and push @s, [ "HeapMemoryUsage", [ "commited", GAUGE, 1 ], [ "init", GAUGE, 2 ], [ "max", GAUGE, 3 ], [ "used", GAUGE, 4 ] ]; Thanks, Wilco Wilco Noo