Re: [opsview-users] SNMP & MRTG broken

2010-06-01 Thread Scott Simecek
Did my output give you any clues as to what the problem is? Is there a patch? Thanks! From: Scott Simecek Sent: Tuesday, May 18, 2010 3:55 PM To: Opsview Users Subject: RE: [opsview-users] SNMP & MRTG broken Here is the output you requested. Let me know if you need anything else. Thanks, S

Re: [opsview-users] Discussion Forums

2010-06-01 Thread James Peel
Good idea. Lots of information are already available in the mailing list, so I hope you'll keep the archives around. Yes, I expect to keep the archives. We'll have a FAQs section in the forums so we should populate this with info sourced from this list. Probably not for day one though...

Re: [opsview-users] Discussion Forums

2010-06-01 Thread Arthur de Pauw
Good idea. Lots of information are already available in the mailing list, so I hope you'll keep the archives around. regards, Arthur ___ Opsview-users mailing list Opsview-users@lists.opsview.org http://lists.opsview.org/lists/listinfo/opsview-users

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

[opsview-users] Programmatically inserting hosts with event handlers

2010-06-01 Thread Matt Rose
As far as I can tell, the API XML .rng doesn't have event handler configuration defined for the create action. Granted, this check was done by simply doing a search for 'event' and coming up with nothing, then scanning over it to see if it was named something else. Did I miss it? If so, what's the

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

Re: [opsview-users] opsview agent on a (earlier) Suse distribution

2010-06-01 Thread Andrew Noonan
Quick, hack it! I'm just kidding. Could you clarify the statement "Nothing seems to be installed"? Are there specific files missing that you think should be there? Have you tried starting NRPE outside of xinetd to see if the process starts / opens a port? Perhaps there's a config issue and the

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

2010-06-01 Thread Ralph Willemsen
Yes, I have Opsview running to monitor servers for remote customers and now I am streamlining checks and find out usefull checks. I have found a python script: check_dell_warranty.py but I cannot find how to implement this in Opsview. The scripts checks the warranty status for a Dell server via

Re: [opsview-users] Discussion Forums

2010-06-01 Thread Simone Felici
That's a great news! I think forums are much better and easier to consult even if this mailinglist is at the moment still a good support for issues. Simon James Peel ha scritto in data 01/06/2010 15.59: Later this week we're planning to launch a new Opsview web site. This web site will incor

[opsview-users] Discussion Forums

2010-06-01 Thread James Peel
Later this week we're planning to launch a new Opsview web site. This web site will incorporate discussion forums that we're expecting to become a significant resource for the Opsview community. Rather than fragment the conversation I would encourage everyone on this mailing list to adopt

Re: [opsview-users] opsview agent on a (earlier) Suse distribution

2010-06-01 Thread Ralph Willemsen
Hello, there is no firewall running on the machine... Regards, Ralph On Tue, 1 Jun 2010 15:01 , Erwin Lismont wrote: > Op 01-06-10 14:44, Ralph Willemsen schreef:> HelloErwin, > > I do a netstat -an which doesn't list 5666. Or do you mean the firewallon the > machine itself? > > I

Re: [opsview-users] opsview agent on a (earlier) Suse distribution

2010-06-01 Thread Erwin Lismont
Op 01-06-10 14:44, Ralph Willemsen schreef: > Hello Erwin, > > I do a netstat -an which doesn't list 5666. Or do you mean the > firewall on the machine itself? > I mean the firewall on te machine itself. > Regards, > Ralph > > On Tue, 1 Jun 2010 14:28 , Erwin Lismont wrote: > > Op 01-06-10 12:

Re: [opsview-users] opsview agent on a (earlier) Suse distribution

2010-06-01 Thread Ralph Willemsen
Hello Erwin, I do a netstat -an which doesn't list 5666. Or do you mean the firewall on the machine itself? Regards, Ralph On Tue, 1 Jun 2010 14:28 , Erwin Lismont wrote: > Op 01-06-10 12:29, Ralph Willemsen schreef: > > Linux version 2.6.16.13-4-smp (ge...@buildhost) (gcc version 4.1.0 > > (S

Re: [opsview-users] opsview agent on a (earlier) Suse distribution

2010-06-01 Thread Erwin Lismont
Op 01-06-10 12:29, Ralph Willemsen schreef: > Linux version 2.6.16.13-4-smp (ge...@buildhost) (gcc version 4.1.0 > (SUSE Linux)) Hi, Perhaps the port 5666 on the firewall is not open. Erwin Lismont Brussel Belgiƫ ___ Opsview-users mailing list Opsview-

[opsview-users] opsview agent on a (earlier) Suse distribution

2010-06-01 Thread Ralph Willemsen
Sorry for my last post, I forgot to change the subject line :-( This is my question: Hi all, With a customer, I have a suse linux distribution I would like to put into Opsview this is the linux version: Linux version 2.6.16.13-4-smp (ge...@buildhost) (gcc version 4.1.0 (SUSE Linux)) I have dow

Re: [opsview-users] comments formating

2010-06-01 Thread Ralph Willemsen
Hi all, With a customer, I have a suse linux distribution I would like to put into Opsview this is the linux version: Linux version 2.6.16.13-4-smp (ge...@buildhost) (gcc version 4.1.0 (SUSE Linux)) I have downloaded the nrpe tar.gz file, did a ./configure and a make all I also added 5666 and nr

Re: [opsview-users] comments formating

2010-06-01 Thread Edgars Mazurs
Hi! I faced the same issue. Other formatting tags works fine. Edgars From: opsview-users-boun...@lists.opsview.org [mailto:opsview-users-boun...@lists.opsview.org] On Behalf Of Luis F. Periquito Sent: Tuesday, June 01, 2010 12:52 AM To: opsview-users@lists.opsview.org Subject: [opsview-

Re: [opsview-users] Max concurrent service checks have been reached

2010-06-01 Thread Andrew Hall
As a final note I decided to drop in the patched binary and have not only had no issues with it but the max concurrent checks has not been reached since. Now this is either a pretty impressive coincidence or the patch has also helped stop it reaching this limit - as opposed to just re-scheduling t