linfo icon indicating copy to clipboard operation
linfo copied to clipboard

Missing down services

Open SteveSte opened this issue 7 years ago • 1 comments

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.

SteveSte avatar May 14 '18 19:05 SteveSte

Interesting. Will look into this

jrgp avatar May 16 '18 15:05 jrgp