- ajout d'information de commande
This commit is contained in:
parent
65c83394f5
commit
6770e2d6b2
|
|
@ -52,7 +52,7 @@ CMD_LIST_CONFIG_JSON=$(cat <<EOF
|
||||||
"items": [
|
"items": [
|
||||||
{"label": "Exec errors", "cmd": "journalctl -xe -p err"},
|
{"label": "Exec errors", "cmd": "journalctl -xe -p err"},
|
||||||
{"label": "Boot errors", "cmd": "journalctl -b -p err"},
|
{"label": "Boot errors", "cmd": "journalctl -b -p err"},
|
||||||
{"label": "Service errors", "cmd": "systemctl --failed --no-legend --no-pager"}
|
{"label": "Service errors", "cmd": "systemctl --failed"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue