NOTE : Initial script was taken from http://doc.bonfire-project.eu/R2/monitoring/bonfire_monitoring_data_to_csv.html Location for the Original File : http://doc.bonfire-project.eu/R2/_static/scripts/fetch_items_to_csv.py Have done some minor changes as per my need. This script gets monitoring data from Items from Zabbix server and creates a CSV file. For a range of time given. Time range is given in ‘yyyy-mm-dd hh:mm:ss’ format. For the range we give start datetime and end datetime, if only start datetime is specified then time period will be start datetime to now() Script can do 2 things: Single key data into csv Multiple keys read from a file and creates a single csv, with all the keys (creates a .csv file). Single key data into csv This option will connect to Zabbix and collection a single key monitoring data. CSV file is created with the key_name.csv format. python -s 127.0.0.1 -h host-in-zabbix -u admin -p zabbix -k key-in-zabbix -t1 '2014-10-16 12:00:00...