You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL to the Zabbix frontend used to generate the graphs links.
84
-
85
-
---
86
-
87
-
`SET post_zabbix_graph_width 420`
88
-
89
-
The graphs width in pixels, use `OVERLIBWIDTH` to improve the positionning of the popup image. This is the width of the actual graph, and the image will be larger.
90
-
91
-
---
92
-
93
-
`SET post_zabbix_graph_height 150`
94
-
95
-
The graph height in pixels, use `OVERLIBHEIGHT` to improve the positionning of the popup image. This is the height of the actual graph, and the image will be larger.
96
-
97
-
---
98
-
99
-
`SET post_zabbix_graph_period 86400`
100
-
101
-
The graph period in seconds.
102
-
103
-
---
104
-
105
-
To configure a graph, use the following `OVERLIBGRAPH` syntax, for nodes and links:
106
-
107
-
```
108
-
OVERLIBGRAPH zabbix:keyname:hostname:graph_name
109
-
```
110
-
111
-
with:
112
-
113
-
*`keyname`: the attribute you want to use to select items in the configuration, possible values:
114
-
*`name` refers to the graph name configured in Zabbix
115
-
*`graphid` refers to the graph is used by Zabbix
116
-
*`hostname`: the hostname of the host you want to use
117
-
*`graph_name`: the graph identifier (according to what you put as keyname)
0 commit comments