mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
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
24 lines
264 B
INI
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=
|
|
|