add some Information for Monitor-All Script (#605)

* add some Information for Monitor-All Script

* Update monitor-all.json
This commit is contained in:
CanbiZ 2024-11-30 09:38:38 +01:00 committed by GitHub
parent 8c7b72e71b
commit c75148ec51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,30 @@
{ {
"text": "Execute within the Proxmox shell", "text": "Execute within the Proxmox shell",
"type": "warning" "type": "warning"
},
{
"text": "To make setup changes, first stop the service: `systemctl stop ping-instances`",
"type": "Info"
},
{
"text": "To edit pause time: `nano /usr/local/bin/ping-instances.sh`",
"type": "Info"
},
{
"text": "To add excluded instances: `nano /etc/systemd/system/ping-instances.service`",
"type": "Info"
},
{
"text": "To edit pause time: `nano /usr/local/bin/ping-instances.sh`",
"type": "Info"
},
{
"text": "After changes have been saved, `systemctl daemon-reload` and start the service: `systemctl start ping-instances`",
"type": "Info"
},
{
"text": "Monitor-All logs: `cat /var/log/ping-instances.log`",
"type": "Info"
} }
] ]
} }