We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a51ea commit f592ec3Copy full SHA for f592ec3
check-plugins/icinga-topflap-services/README.md
@@ -8,7 +8,12 @@ An output like `srv01 ! Swap usage ! 10 ! [WARNING]` means that the service 'Swa
8
9
Instead of specifying url, user and password on the command line, you can create and specify an INI file like this
10
11
-> \[icingaweb2\] url = <http://localhost/icingaweb2/icingadb/history?limit=250> username = alice password = linuxfabrik
+```text
12
+[icingaweb2]
13
+url = http://localhost/icingaweb2/icingadb/history?limit=250
14
+username = alice
15
+password = linuxfabrik
16
+```
17
18
Command line arguments override the settings in the password INI file.
19
0 commit comments