diff options
| author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-26 09:46:27 +0000 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-26 09:46:27 +0000 |
| commit | af71e9fc0ef268b322c4f4677773273c07926a7a (patch) | |
| tree | fa0b6b2a3b87b6cb5177acd4f2a4b48276313102 /lib/tests/plugins.ini | |
| parent | a34cf37404104ff5bb13fb5fecdf5e492401c6a3 (diff) | |
| download | monitoring-plugins-af71e9fc0ef268b322c4f4677773273c07926a7a.tar.gz | |
write ini-file lookup function + tests
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1962 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests/plugins.ini')
| -rw-r--r-- | lib/tests/plugins.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/tests/plugins.ini b/lib/tests/plugins.ini new file mode 100644 index 00000000..5e20deda --- /dev/null +++ b/lib/tests/plugins.ini | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | |||
| 2 | [check_disk] | ||
| 3 | foo=bar | ||
| 4 | |||
| 5 | [section1] | ||
| 6 | foobar=baz | ||
| 7 | |||
