BornToBeRoot / check_nextcloud

Nagios/Centreon plugin for nextcloud serverinfo API (https://github.com/nextcloud/serverinfo)
GNU Affero General Public License v3.0
32 stars 15 forks source link

Check nextcloud version security #8

Open guidtz opened 5 years ago

guidtz commented 5 years ago

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

BornToBeRoot commented 5 years ago

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 commented 5 years ago

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 commented 9 months ago

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

PRs are welcome if someone needs this feature😄