mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-18 00:22:44 -04:00
- parameters without argument after '=' are now assumed to be argument-less - Add a testcase for space in stanza and various argument-less parameters git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1948 f882894a-f735-0410-b71e-b25c423dba1c
15 lines
155 B
INI
15 lines
155 B
INI
|
|
[check_mysql]
|
|
username=operator
|
|
password=secret # Remember to change later
|
|
|
|
[check_mysql2]
|
|
u=admin
|
|
p=secret
|
|
|
|
[check space_and_flags]
|
|
foo=bar
|
|
a=
|
|
b=
|
|
bar=
|
|
|