Any way to monitor Dasher Process?

Is anyone using the systemmonitor platform to monitor Dasher? I am monitoring mosquitto and homebridge fine but can’t figure out how to monitor the Dasher process. Open to suggestions. Thanks.
CARLO.

https://github.com/CCOSTAN/Home-AssistantConfig/issues/173

for me Dasher runs under the node process.

- type: process
  arg: node

sorry for the multiple edits. To change the process name from node to dasher check out the pull request I just made.

https://github.com/maddox/dasher/pull/78

Also just to make a suggestion you can take these lines

and clean them up with .

value2: "{{ trigger.to_state.name }} is "

1 Like

That works well. Thanks for the clarification AND the additional Code Clean up! Appreciate it.

edit: I actually went with trigger.to_state.attributes.friendly_name :wink: