Skip to content

Commit f273c45

Browse files
committed
Fix typos in documentation (amousset#2)
1 parent 932240a commit f273c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Enable the Zabbix integration for overlib graphs, using a specific `OVERLIBGRAPH
7272

7373
---
7474

75-
`SET post_zabbix_graph_links 1`
75+
`SET post_zabbix_graph_link 1`
7676

7777
Enable the links to the graph page in Zabbix, overriding the `INFOURL` links with link to a Zabbix graph.
7878

@@ -105,7 +105,7 @@ The graph period in seconds.
105105
To configure a graph, use the following `OVERLIBGRAPH` syntax, for nodes and links:
106106

107107
```
108-
OVERLIBGRAPH zabbix:hostname:graph_name
108+
OVERLIBGRAPH zabbix:keyname:hostname:graph_name
109109
```
110110

111111
with:
@@ -119,7 +119,7 @@ with:
119119
For example:
120120

121121
```
122-
OVERLIBGRAPH zabbix:switch-01:GigabitEthernet3/8
122+
OVERLIBGRAPH zabbix:name:switch-01:GigabitEthernet3/8
123123
```
124124

125125
It can also be used with `INOVERLIBGRAPH` and `OUTOVERLIBGRAPH` (for links only):

0 commit comments

Comments
 (0)