コード例 #1
0
ファイル: alerts.py プロジェクト: JustinAzoff/network-pinger
 def down_json(self):
     etag_cache(get_last())
     down = get_down()
     return {'down': [c.to_dict() for c in down]}
コード例 #2
0
 def down_json(self):
     etag_cache(get_last())
     down = get_down()
     return {'down': [c.to_dict() for c in down]}
コード例 #3
0
ファイル: alerts.py プロジェクト: JustinAzoff/network-pinger
 def up_json(self):
     etag_cache(get_last())
     up = get_up()
     return {'up': [c.to_dict() for c in up]}
コード例 #4
0
 def up_json(self):
     etag_cache(get_last())
     up = get_up()
     return {'up': [c.to_dict() for c in up]}