tech-sketch / zabbix_aws_template

This is AWS monitoring integration Zabbix templates.
49 stars 29 forks source link

AWS Health Dashboard script no error no data to process #23

Closed dragan1979 closed 6 years ago

dragan1979 commented 6 years ago
./AWS_Service_Health_Dashboard.py -i 3600 -b 'NA' '-m' "True"
{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000006"}
{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000004"}
{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000002"}
{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000003"}

2018-08-24 22:14:14 | {"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000004"}
{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000002"}{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000004"}{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000002"}{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000002"}{"response":"success","info":"processed: 0; failed: 0; total: 0; seconds spent: 0.000004"}

print htmldata

<addinfourl at 140176301032584 whose fp = <socket._fileobject object at 0x7f7d56a09750>>

dragan1979 commented 6 years ago

i'm stupid: just studied script carefully and changed condition for date/time (just to test it) and now data started to feed into zabbix, just it's not seen in Monitoring-latest data (i presume it's because item type is log) but alerts are shown in dashboard.Thanks for excellent work !