From f0341db1bc7c11ca84035960b50a6757a3cef8c7 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 22 Oct 2016 14:06:49 +0200 Subject: [PATCH] Update AMP Systemd conf example --- conf/glances.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/glances.conf b/conf/glances.conf index 41c6702f..57b048f5 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -386,10 +386,10 @@ status_url=http://localhost/nginx_status [amp_systemd] # Use the Systemd AMP enable=true -regex=\/usr\/lib\/systemd\/systemd +regex=\/lib\/systemd\/systemd refresh=30 one_line=true -systemctl_cmd=/usr/bin/systemctl --plain +systemctl_cmd=/bin/systemctl --plain [amp_systemv] # Use the Systemv AMP