Python plugin reports status (null)
Posted: Thu May 02, 2013 9:16 am
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 Information. To me it looks like in some way Nagios does not find/know how to work with paramiko. I concluded this because when deleting the paramiko part it just works fine.
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 Information. To me it looks like in some way Nagios does not find/know how to work with paramiko. I concluded this because when deleting the paramiko part it just works fine.