You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: