mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-07 10:05:11 -04:00
25 lines
351 B
INI
25 lines
351 B
INI
|
|
# This config file is amended from perl's Config::Tiny's testcases
|
||
|
|
|
||
|
|
# Line below is allowed in perl's Config::Tiny, but not in our parse_ini.c
|
||
|
|
#root=something
|
||
|
|
|
||
|
|
[section]
|
||
|
|
one=two
|
||
|
|
Foo=Bar
|
||
|
|
this=Your Mother!
|
||
|
|
blank=
|
||
|
|
|
||
|
|
[Section Two]
|
||
|
|
something else=blah
|
||
|
|
remove = whitespace
|
||
|
|
|
||
|
|
[ /path/to/file.txt ]
|
||
|
|
this=that
|
||
|
|
|
||
|
|
[ section2]
|
||
|
|
this=that
|
||
|
|
|
||
|
|
[section3 ]
|
||
|
|
this=that
|
||
|
|
|