diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/parse_ini.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index ede0e5f..cd3d827 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
@@ -46,7 +46,9 @@ static char *default_ini_file_names[] = { | |||
46 | }; | 46 | }; |
47 | 47 | ||
48 | static char *default_ini_path_names[] = { | 48 | static char *default_ini_path_names[] = { |
49 | "/usr/local/etc/monitoring-plugins/monitoring-plugins.ini", | ||
49 | "/usr/local/etc/monitoring-plugins.ini", | 50 | "/usr/local/etc/monitoring-plugins.ini", |
51 | "/etc/monitoring-plugins/monitoring-plugins.ini", | ||
50 | "/etc/monitoring-plugins.ini", | 52 | "/etc/monitoring-plugins.ini", |
51 | /* deprecated path names (for backward compatibility): */ | 53 | /* deprecated path names (for backward compatibility): */ |
52 | "/etc/nagios/plugins.ini", | 54 | "/etc/nagios/plugins.ini", |