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

IP address instead of hostname #7

Closed fanto666 closed 5 years ago

fanto666 commented 5 years ago

when providing IP address instead of hostname I get 36-lines traceback ending with ssl.CertificateError. This is correct, but there are cases when we don't need the hostname valiation (or we use check it on other place). It would be nice to have possibility to ignore the SSL validation error, accept theIP and just check nextcloud parameters instead.