micneon
New Pleskian
- Server operating system version
- Debian11-12, Ubuntu 20.04 - 22.04, Rocky Linux 9
- Plesk version and microupdate number
- 18.0.64u1
Hello,
I would like to build a check_plesk_update, to get the version on Linux level which is currently installed is no problem, but is there a URL or something that always returns the current stable release, so that you could trigger an event in the monitoring in case of a deviation?
plesk -v | grep "Product version" | awk '{ print $5 }'
18.0.64.1
Nextcloud has something like that.
Greetings Michael
I would like to build a check_plesk_update, to get the version on Linux level which is currently installed is no problem, but is there a URL or something that always returns the current stable release, so that you could trigger an event in the monitoring in case of a deviation?
plesk -v | grep "Product version" | awk '{ print $5 }'
18.0.64.1
Nextcloud has something like that.
Greetings Michael