Mercurial > bottledash
comparison dash.py @ 24:7d431b779512
working connection with MON
author | sean |
---|---|
date | Thu, 13 Aug 2015 16:34:46 +0200 |
parents | f730dd0bcf85 |
children | 05e5441c5160 |
comparison
equal
deleted
inserted
replaced
23:f63737665ac5 | 24:7d431b779512 |
---|---|
177 | 177 |
178 | 178 |
179 logger.info('------- new alert --------') | 179 logger.info('------- new alert --------') |
180 logger.info('Service : ' + str(service)) | 180 logger.info('Service : ' + str(service)) |
181 logger.info('Status : ' + str(status)) | 181 logger.info('Status : ' + str(status)) |
182 log_tile_status() | 182 # log_tile_status() |
183 | 183 |
184 return "thanks for informing bottledash! :: " + str(service) + " is " + str(status) + " !" | 184 return "thanks for informing bottledash! :: " + str(service) + " is " + str(status) + " !" |
185 | 185 |
186 | 186 |
187 @post('/ask-systemstate') | 187 @post('/ask-systemstate') |