So I am debating the idea of making a Nagios plugin but I am not sure what kind I should make
I am wondering how far I should take it,
-
I think it would be really cool if I re-wrote the nagios "scheduler" and was able to parse the nagios config directly
-
Just make a clone of logstash-input-exec and customize with Timeouts, return codes, etc
-
Just make a codec to parse the EXEC return data as Nagios can get quirky
-
Make a filter instead of a codec - which is where the Thresholds would reside
-
Or figure out the integrate with the Nagios Broker protocol
Any Suggestions on the topic?