mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
Compare commits
1 Commits
37f0fd2dd0
...
ee97da4332
Author | SHA1 | Date | |
---|---|---|---|
|
ee97da4332 |
@ -24,10 +24,6 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
- Convert line endings in the-lounge.sh [@jamezpolley](https://github.com/jamezpolley) ([#599](https://github.com/community-scripts/ProxmoxVE/pull/599))
|
- Convert line endings in the-lounge.sh [@jamezpolley](https://github.com/jamezpolley) ([#599](https://github.com/community-scripts/ProxmoxVE/pull/599))
|
||||||
|
|
||||||
### 🌐 Website
|
|
||||||
|
|
||||||
- add some Information for Monitor-All Script [@MickLesk](https://github.com/MickLesk) ([#605](https://github.com/community-scripts/ProxmoxVE/pull/605))
|
|
||||||
|
|
||||||
## 2024-11-29
|
## 2024-11-29
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -16,7 +16,6 @@ update_os
|
|||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
gpg \
|
|
||||||
wget \
|
wget \
|
||||||
mc
|
mc
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
@ -34,30 +34,6 @@
|
|||||||
{
|
{
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user