check_nextcloud
check_nextcloud copied to clipboard
Check nextcloud version security
Hello, it is possible in you're check command to test if nextcloud is on the last security version ?
I would to have alert if nextcloud is not updated.
Regards
Hi, this script will only show data from the monitoring api. This includes the version, but won't check for the latest release.
I think you are looking for something like this: https://github.com/hobbyquaker/check_nextcloud
I opened a feature reqest to add this data to the api: https://github.com/nextcloud/serverinfo/issues/149
Maybe it's possible, since the integrated update notifies the user...
Implemented in https://github.com/nextcloud/serverinfo/pull/434
PRs are welcome if someone needs this feature😄