Skip to content

Commit 73ab146

Browse files
author
Alexis Mousset
committed
Fix documentation
1 parent 0e352fc commit 73ab146

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ with:
109109

110110
* `keyname`: The attribute you want to use to select items in the configuration. `name` refers to the item name configured in Zabbix, `key_` to the item key, `itemid` to the id
111111
* `hostname`: The hostname of the host you want to used
112-
* `input_item_name`: the input item identifier (according to what you put as keyname)
113-
* `output_item_name`: the output item identifier (according to what you put as keyname)
112+
* `graph_name`: the graph identifier (according to what you put as keyname)
114113

115114
For example:
116115

@@ -121,8 +120,8 @@ OVERLIBGRAPH zabbix:switch-01:GigabitEthernet3/8
121120
It can also be used with `INOVERLIBGRAPH` and `OUTOVERLIBGRAPH` (for links only):
122121

123122
```
124-
INOVERLIBGRAPH zabbix:switch-01:GigabitEthernet3/8-IN
125-
OUTOVERLIBGRAPH zabbix:switch-01:GigabitEthernet3/8-OUT
123+
INOVERLIBGRAPH zabbix:name:switch-01:GigabitEthernet3/8-IN
124+
OUTOVERLIBGRAPH zabbix:name:switch-01:GigabitEthernet3/8-OUT
126125
```
127126

128127
The generated `INFOURL` will be a link to the configured graph in your Zabbix frontend.

0 commit comments

Comments
 (0)