Skip to content

Sample configuration

Alexis Mousset edited this page Feb 27, 2015 · 2 revisions

Sample plugin configuration:

# General configuration
SET zabbix_user username
SET zabbix_password password
SET zabbix_url http://zabbix/zabbix/api_jsonrpc.php

# Graph configuration
SET post_zabbix_graphs 1
SET post_zabbix_graph_link 1
SET post_zabbix_graph_base_url https://zabbix/zabbix
SET post_zabbix_graph_width 420
SET post_zabbix_graph_height 150
SET post_zabbix_graph_period 86400

# sample nodes
NODE switch-1
        LABEL switch-1
        OVERLIBGRAPH zabbix:name:switch-2:CPU_usage
        ICON images/WorkgroupSwitch.png
        POSITION 760 280

NODE switch-2
        LABEL switch-2
        OVERLIBGRAPH zabbix:name:switch-2:CPU_usage
        ICON images/WorkgroupSwitch.png
        POSITION 760 280

# sample link
LINK switch-1-switch-2
        OVERLIBGRAPH zabbix:name:switch-1:GigabitEthernet0/1
        TARGET zabbix:name:switch-1:GigabitEthernet0/1-IN:GigabitEthernet0/1-OUT
        NODES switch-1 switch-2

Sample graph:

Sample graphs

Clone this wiki locally