nagios module: add common locactions of icinga.cfg
Icinga should be compatible to Nagios (in our case the nagios module works well with our Icinga installation)
This commit is contained in:
parent
3808981d21
commit
14bf549b13
1 changed files with 5 additions and 1 deletions
6
nagios
6
nagios
|
@ -128,7 +128,11 @@ def which_cmdfile():
|
||||||
'/usr/local/nagios/etc/nagios.cfg',
|
'/usr/local/nagios/etc/nagios.cfg',
|
||||||
'/usr/local/nagios/nagios.cfg',
|
'/usr/local/nagios/nagios.cfg',
|
||||||
'/opt/nagios/etc/nagios.cfg',
|
'/opt/nagios/etc/nagios.cfg',
|
||||||
'/opt/nagios/nagios.cfg'
|
'/opt/nagios/nagios.cfg',
|
||||||
|
# icinga on debian/ubuntu
|
||||||
|
'/etc/icinga/icinga.cfg',
|
||||||
|
# icinga installed from source (default location)
|
||||||
|
'/usr/local/icinga/etc/icinga.cfg',
|
||||||
]
|
]
|
||||||
|
|
||||||
for path in locations:
|
for path in locations:
|
||||||
|
|
Loading…
Reference in a new issue