Skip to content

Commit f592ec3

Browse files
committed
docs(icinga-topflap-services): update README
1 parent a1a51ea commit f592ec3

File tree

1 file changed

+6
-1
lines changed
  • check-plugins/icinga-topflap-services

1 file changed

+6
-1
lines changed

check-plugins/icinga-topflap-services/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ An output like `srv01 ! Swap usage ! 10 ! [WARNING]` means that the service 'Swa
88

99
Instead of specifying url, user and password on the command line, you can create and specify an INI file like this
1010

11-
> \[icingaweb2\] url = <http://localhost/icingaweb2/icingadb/history?limit=250> username = alice password = linuxfabrik
11+
```text
12+
[icingaweb2]
13+
url = http://localhost/icingaweb2/icingadb/history?limit=250
14+
username = alice
15+
password = linuxfabrik
16+
```
1217

1318
Command line arguments override the settings in the password INI file.
1419

0 commit comments

Comments
 (0)