Can I somehow monitor/graph my custom scrips the way bind is monitored?
I run scrips to get values from devices that cannot be monitored by librenms and extend them in snmpd.conf.
All I want is to make them appear on monitored host.
after few minutes I can see munin tab, but all graphs are empty.
suppose exmple script in documentation should be working as it outputs seconds.
how can I check if check_mk is working as it should?
there is no CR or NL after foobar.value
may this be the reason?
Munin Plugins:Array
(
[test-script] => foobar.value 1511280502graph_title Some title
graph_args --base 1000 -l 0
graph_vlabel Some label
graph_scale no
graph_category system
graph_info This graph shows something awesome.
foobar.label Label for your unit foobar.info Desc for your unit.