-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Hello
In my setup I'm trying to monitor the service state (up/down) of some services,
i.e.:
// Format: Label => pid file path
$settings['services']['pidFiles'] = array(
'nginx' => '/run/nginx.pid',
'ssh' => '/run/sshd.pid'
);
The problem is that whenever a service stops, the corresponding row is removed from the services box.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels