Skip to content

Commit d2657cb

Browse files
author
Alexis Mousset
committed
Documentation fromatting
1 parent 73ab146 commit d2657cb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ TARGET zabbix:keyname:hostname:input_item_name:output_item_name
4646

4747
with:
4848

49-
* `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
50-
* `hostname`: The hostname of the host you want to used
49+
* `keyname`: the attribute you want to use to select items in the configuration, possible values:
50+
** `name` refers to the item name configured in Zabbix
51+
** `key_` refers to the key configured in Zabbix
52+
** `itemid` refers to the item id used by Zabbix
53+
* `hostname`: the hostname of the host you want to use
5154
* `input_item_name`: the input item identifier (according to what you put as keyname)
5255
* `output_item_name`: the output item identifier (according to what you put as keyname)
5356

@@ -107,8 +110,10 @@ OVERLIBGRAPH zabbix:hostname:graph_name
107110

108111
with:
109112

110-
* `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
111-
* `hostname`: The hostname of the host you want to used
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
112117
* `graph_name`: the graph identifier (according to what you put as keyname)
113118

114119
For example:

0 commit comments

Comments
 (0)