Azure-Samples / azure-zabbix-templates

Azure zabbix template samples.
MIT License
13 stars 5 forks source link

Azure not collecting data from subscription #1

Closed angelzamora closed 5 years ago

angelzamora commented 7 years ago

Hi,

I followed the steps which are clear and simple but my zabbix server 3.2 is not collecting data.. Any suggestions what could be wrong or how to test the templates to find the break point ? Thanks !

karataliu commented 7 years ago

@angelzamora

The origin template was generated on zabbix 2.2, and I just verified it can work well with zabbix 3.2 .

I've uploaded a troubleshoot guide to wiki page. You can have a look and see whether certain steps works from your side.

If you would like to do future debugging, you can go though the source code directly.

Basically the logic under lib is responsible for communicating with Azure, bin & conf are for talking to zabbix.

The diagnostic data would map to zabbix items via discovery prototype. conf/azure_monitoring_agentd.conf defines the custom keys, and files under bin/ are for discovering and reporting.

Related doc in zabbix: Custom key , Discovery

karataliu commented 5 years ago

Closing this due to no information update for long. Please feel free to reopen it if there is some update.