monitoring-plugins/lib/tests/plugin.ini
Thomas Guyot-Sionnest 51ec51a8dc Make extra-opts (C plugins) behave more like N::P:
N::P allows both '#' and ';' for comments. Extra-opts used to allow only '#', it now allows both (';' is the standard for ini files)
  Extra-opts does not allow trailing comments anymore (like N::P)



git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2063 f882894a-f735-0410-b71e-b25c423dba1c
2008-11-04 17:41:53 +00:00

24 lines
264 B
INI

# Non-standard (but accepted) comment
; standard ini comment
[check_mysql]
username=operator
; comment in the middle
password=secret
[section_twice]
foo=bar
[check_mysql2]
u=admin
p=secret
[section_twice]
bar=foo
[check space_and_flags]
foo=bar
a=
b=
bar=