Fix a bug where default file used is not shown
commite70d62aaf96830a6480b147e6c90c30aeef31a54
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Fri, 29 Jun 2012 02:54:38 +0000 (28 22:54 -0400)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Fri, 29 Jun 2012 02:54:38 +0000 (28 22:54 -0400)
tree8fcfa608a5770ec364b2c272d738e22ff72cbc55
parentbacb16365718f55bbb09f9d990011e3829691f16
Fix a bug where default file used is not shown

When a default file is used but no section is found (ex. below using
"bad_section"), the plugin dies with:

  Invalid section 'bad_section' in config file ''

This patch add a function to Nagios::Plugin::Config that returns the last
used file, and use it to return a file name when we have none.
lib/Nagios/Plugin/Config.pm
lib/Nagios/Plugin/Getopt.pm