Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
I am working on a project that has my computer communicating with an arduino board that reads the sensor output and test it in a C plugin ( http://stackoverflow.com/questions/1767 ... on-it?lq=1) for nagios. My problem is that the status information is always null. My plugin is in the lib"/usr/local/nagios/libexec" In commands.cfg I added the following:
I'm confused if the output of the printf should appear in the status information or not. Thanks in advance:D.
Last edited by slansing on Fri Jul 19, 2013 12:52 pm, edited 1 time in total.
Reason:Moved to Nagios Core forum as this is not an idea, rather a question.
I doubt it will run as it is an uncompiled c program (at least that is what *.c usually implies).
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Can you show us example output of the plugin? And a copy of it so we can look at it's format? I don't believe what you linked above is the actual plugin correct?