See www.zabbix.com for the official Zabbix site.
Templates
From Zabbix.org
Templates that are available in Zabbix.org wiki:
Several templates require changes in MediaWiki:Common.css
| Template | Example code | Example | Notes |
|---|---|---|---|
| Template:Command | {{Command|zabbix_sender}}
|
zabbix_sender
|
also used for parameters like -v or --help |
| Template:Path | {{Path|/etc/zabbix}}
|
/etc/zabbix | |
| Template:Macro | {{Macro|{HOSTNAME}}}
|
{HOSTNAME}
|
should be fixed for curly braces |
| Template:Itemkey | {{Itemkey|system.cpu.load}}
|
system.cpu.load
|
figure out how to highlight key name, parameters etc |
| Template:Triggerfunc | {{Triggerfunc|nodata}}
|
nodata()
|
|
| Template:Var | {{Var|Hostname}}
|
Hostname
|
|
| Template:Value | {{Value|Zabbix server}}
|
Zabbix server
|
|
| Template:Note | {{Note|Always have a backup}}
|
Note: Always have a backup
|
|
| Template:Progress | {{Progress|13}}
|
13% | See more examples |
| Template:Guiloc | {{Guiloc|Monitoring -> Triggers}}
|
Monitoring -> Triggers
|
|
| Template:Guitext | {{Guitext|Rows per page}}
|
Rows per page
|
|
| Template:Guibutton | {{Guibutton|Save}}
|
Save
|
Tracker
| Template | Example code | Example |
|---|---|---|
| Template:ZBX | {{ZBX|3}}
|
ZBX-3 |
| Template:ZBXNEXT | {{ZBXNEXT|3}}
|
ZBXNEXT-3 |
(are these good template names ?)
Keyboard
| Template | Example code | Example |
|---|---|---|
| Template:K | {{K|A}}
|
A |
| Template:AK | {{AK|A}}
|
Alt A |
| Template:CK | {{CK|A}}
|
Ctrl A |
| Template:SK | {{SK|A}}
|
Shift A |
| Template:CAK | {{CAK|A}}
|
CtrlAlt A |
| Template:SCK | {{SCK|A}}
|
ShiftCtrl A |
| Template:SCAK | {{SCAK|A}}
|
ShiftCtrlAlt A |
| Template:N | {{N|A}}
|
NumPad A |
| Template:SN | {{SN|A}}
|
Shift NumPad A |