This page lists technical information and guidelines regarding Zabbix wiki.
Use your Zabbix forum user name and password for write access to Wiki.
This wiki uses the following example structure (subject to change for a while after the upgrade):
doc doc/tech howto howto/install howto/install/centos howto/monitor/db howto/monitor/db:mysql howto/monitor/db:postgresql howto/monitor/mail howto/monitor/mail/postfix templates templates/db templates/mail scripts scripts/maintenance scripts/monitoring contrib contrib/guidelines wiki wiki/syntax wiki/instructions
Adding new namespaces is discouraged and should be discussed first to keep the information easily accessible.
On this wiki, British English is used for all content, except non-English section, where language specific content should be separated by using two letter language codes.
Some minor modifications, mostly from Dokuwiki trunk, are applied.
Moving your mouse button over the Edit button will hilight the section that will be edited.
Zabbix wiki makes use of several plugins to make life easier.
Plugins that might interest community are listed along with short instructions on their use.
Numbered headings plugin allows to insert numbers in headings, obviously. To use it, the following syntax is required:
==== - Heading ====
If you want to start numbering from a specific number, add it using the following syntax:
==== - #5 Heading ====
This plugin allows to insert formatted notes. You can use the following syntax :
<note>note</note> <note tip>tip</note> <note important>important</note> <note warning>warning</note>
These will produce the following output:
This plugin places a discussion are at the bottom of all pages. Logged in user can use it to comment on pages in case they are in a hurry or are unsure about something.
In the top bar, you can see ODT icon - the one with small page and seagull. Clicking on it will export current page as an ODT file, which can be useful for pages in the howto or doc areas.
Include plugin allows to include other pages. Basic syntax:
{{page>pagetoinclude}}
Replace pagetoinclude with actual page name.