You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -89,6 +107,16 @@ Example service bypassing reverse proxy and dns and proxy server::
89
107
90
108
## In this way you can connect to some backend and pass with -H the host header to get and also ensure no proxy used to connect to url.
91
109
110
+
Example using azuread oauth2::
111
+
112
+
define service {
113
+
host_name SERVERY
114
+
service_description fqdn.backend1
115
+
check_command check_http_curl_azuread!http://fqdn.site.name/api/xx!client-unique-id!https://{tenant}/unique-id-here-for-the-app/.default!client-secret-unique!tenant!some extra args if desired
116
+
use generic-service
117
+
notes Monitoring backend1 de of site fqdn.site.name
118
+
}
119
+
92
120
You can use ansible role that already has the installation and command: https://github.com/CoffeeITWorks/ansible_nagios4_server_plugins
0 commit comments