Re: [opsview-users] is there a way to use a python script in opsview

2010-06-01 Thread Dennis Hicks
Hi Ralph - The numerical value returned by the script will be the OK, CRITICAL, WARNING or UKNOWN state. The values are defined here: http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN76 Regards, Dennis Dennis Hicks Opsview Technical Support Opsera Limited | Unit 69 Suttons B

Re: [opsview-users] is there a way to use a python script in opsview

2010-06-01 Thread Ralph Willemsen
Great! This is working (drop file in the specified directory) Next step is to find the exact syntax for warning and critical since it gives now NULL as output. I will find out (unless you can tell me that without efforts ;-) Best regards, Ralph On Tue, 1 Jun 2010 16:42 , Andrew Noonan wrote: >

Re: [opsview-users] is there a way to use a python script in opsview

2010-06-01 Thread Andrew Noonan
Probably. It is a Nagios-style check script? If so, all you've got to do is put it in the /usr/local/nagios/libexec directory and Opsview should pick up its existence in a few minutes. This assumes that the server has what the script needs to run. Try dropping the script in place as the nagios