Hi Everyone,
Sorry for the beginner question but loving the platform so far. I’ve been scratching my head trying to get this working for a while. I’m looking to get the status of a service into the dashboard.
I’ve enabled systemd monitoring on the go.d file. Configured updated the go.d/systemdunits.conf
and verified with the debug that this is now tracked and set to 1 indicating active which is perfect.
[ DEBUG ] systemdunits[myservice] collect.go:68 got total/loaded 1/1 units
BEGIN 'systemdunits_myservice.service_unit_state' 9999861
SET 'myservice.service' = 1
END
My question is, how can I get a graph into the dashboard, I couldn’t find the relevant metric when searching the drop down box.
Also, which .conf file under /usr/lib/netdata/conf.d/health.d/
would I use to track its state and alert if it ever is stopped?
Thanks!