mirror of https://github.com/nicolargo/glances.git
Update AMP Systemd conf example
This commit is contained in:
parent
0b5d032a48
commit
f0341db1bc
|
|
@ -386,10 +386,10 @@ status_url=http://localhost/nginx_status
|
||||||
[amp_systemd]
|
[amp_systemd]
|
||||||
# Use the Systemd AMP
|
# Use the Systemd AMP
|
||||||
enable=true
|
enable=true
|
||||||
regex=\/usr\/lib\/systemd\/systemd
|
regex=\/lib\/systemd\/systemd
|
||||||
refresh=30
|
refresh=30
|
||||||
one_line=true
|
one_line=true
|
||||||
systemctl_cmd=/usr/bin/systemctl --plain
|
systemctl_cmd=/bin/systemctl --plain
|
||||||
|
|
||||||
[amp_systemv]
|
[amp_systemv]
|
||||||
# Use the Systemv AMP
|
# Use the Systemv AMP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue