-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello Kevin,
I've struggled with whitelisting my nagios servers IP in the monitoring whitelist IP in gitlab, maybe it could be good if you put that in your doc as prereq?
I've tried out your plugin in our nagios configuration but i'm not receiving any output.
If I run a curl to my gitlab url I do receive output.
root@:/srv/nagios/libexec# curl -k https:///-/readiness?all=1
{"db_check":{"status":"ok"},"redis_check":{"status":"ok"},"cache_check":{"status":"ok"},"queues_check":{"status":"ok"},"shared_state_check":{"status":"ok"},"gitaly_check":{"status":"ok","labels":{"shard":"default"}}}
Output from check_gitlab
root@:/srv/nagios/libexec# ./check_gitlab -s https:/// --check-all
Cache check: Status=unknown, Message=
Database check: Status=unknown, Message=
Gitaly check: Status=unknown, Message=
Queues check: Status=unknown, Message=
Redis check: Status=unknown, Message=
Shared state check: Status=unknown, Message=
6 checks done.
Any Idea in how to troubleshoot this?
Kind Regards,
Niel