Skip to content

Commit

Permalink
Fixing Disk Check Alert Source Name
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Smith committed Jul 24, 2017
1 parent a1a1738 commit 2594db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweetSecurity/server/logRetention.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def deleteOldLogs():
#Warn user if disk storage is above 85%
if diskUsage > 84:
message='Server disk usage is at %d%%' % diskUsage
response=alert.send('diskcheck',message,None,None)
response=alert.send('Disk Check',message,None,None)
print response.status_code
print response.text
logger.info('Cleaning up logs')
Expand Down

0 comments on commit 2594db6

Please sign in to comment.