additional fix for new status.dat location in nagios
This commit is contained in:
parent
233811ef32
commit
fc15d5bf36
4 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ debug = 0
|
|||
EMAIL_FROM="nagios@fedoraproject.org"
|
||||
EMAIL_TO="sysadmin-noc-members@fedoraproject.org"
|
||||
#EMAIL_TO="athmane@fedoraproject.org"
|
||||
nagios_status_file = '/var/log/nagios/status.dat'
|
||||
nagios_status_file = '/var/spool/nagios/status.dat'
|
||||
|
||||
class NagiosStatus:
|
||||
def __init__(self, filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue