check_nextcloud icon indicating copy to clipboard operation
check_nextcloud copied to clipboard

Check nextcloud version security

Open guidtz opened this issue 5 years ago • 3 comments

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

guidtz avatar May 15 '19 09:05 guidtz

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

BornToBeRoot avatar May 15 '19 17:05 BornToBeRoot

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...

BornToBeRoot avatar May 17 '19 20:05 BornToBeRoot

Implemented in https://github.com/nextcloud/serverinfo/pull/434

PRs are welcome if someone needs this feature😄

BornToBeRoot avatar Jan 26 '24 23:01 BornToBeRoot