Search found 4 matches

by elsticky
Mon May 06, 2013 3:45 am
Forum: Open Source Nagios Projects
Topic: Python plugin reports status (null)
Replies: 5
Views: 2593

Re: Python plugin reports status (null)

Yes this is resolved!
by elsticky
Fri May 03, 2013 5:38 am
Forum: Open Source Nagios Projects
Topic: Python plugin reports status (null)
Replies: 5
Views: 2593

Re: Python plugin reports status (null)

It seems that we were missing the nrpe plugin and this was causing the problem.
by elsticky
Fri May 03, 2013 1:15 am
Forum: Open Source Nagios Projects
Topic: Python plugin reports status (null)
Replies: 5
Views: 2593

Re: Python plugin reports status (null)

At the moment i'm using my administrator account on ubuntu (which is not called nagios) , should I rename it? My colleague is working with a user named 'nagios' but there it seems also not working. Btw, does it matter where our scripts are stored? Currently they're located on the desktop and full pa...
by elsticky
Thu May 02, 2013 9:16 am
Forum: Open Source Nagios Projects
Topic: Python plugin reports status (null)
Replies: 5
Views: 2593

Python plugin reports status (null)

Hi all, We're writing some scripts to check our services here with Python. We wrote them to use paramiko to connect to another system. All went well and our scripts are working when we run them in the command line. Unfortunately, when trying to implement them in Nagios Core we get (null) as Status I...