From c75148ec5156219f4cd1f67ef5e95624f00f7674 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 30 Nov 2024 09:38:38 +0100 Subject: [PATCH] add some Information for Monitor-All Script (#605) * add some Information for Monitor-All Script * Update monitor-all.json --- json/monitor-all.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/json/monitor-all.json b/json/monitor-all.json index a556d39b..754de0b7 100644 --- a/json/monitor-all.json +++ b/json/monitor-all.json @@ -34,6 +34,30 @@ { "text": "Execute within the Proxmox shell", "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" } ] -} \ No newline at end of file +}