Skip to content
Snippets Groups Projects
Commit fbbb4154 authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

userspace/snmpd: add wrs_watchdog to userspace daemons list


Report when wrs_watchdog is not present in process' list.

Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent e4178c3b
Branches
Tags
No related merge requests found
......@@ -88,6 +88,7 @@ static struct wrs_usd_item userspace_daemons[] = {
[4] = {"/usr/sbin/lighttpd", 1},
[5] = {"/usr/bin/monit", 1},
[6] = {"/usr/sbin/snmpd", 1},
[7] = {"/wr/bin/wrs_watchdog", 1},
};
struct wrs_bc_item {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment