Advertisement
Guest User

Untitled

a guest
May 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. def ALARM_CLEAR():
  2.     ALF.write(logDate+" "+hostN+" Alarm-CLEAR: |connectionAlm|%s" % jsn["hostname"]+":%s" % PORT+"|OK connected \n")
  3.  
  4. def ALARM_CRITICAL():
  5.     ALF.write(logDate+" "+hostN+" Alarm-CRITICAL: |connectionAlm|%s" % jsn["hostname"]+":%s" % PORT+"|FAIL connected \n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement