Repo zabbix » Historie » Version 2
Jeremias Keihsler, 12.01.2017 09:26
1 | 2 | Jeremias Keihsler | h1. ZABBIX repository |
---|---|---|---|
2 | 1 | Jeremias Keihsler | |
3 | h2. preliminary note |
||
4 | |||
5 | Zabbix SIA provides official RPM and DEB packages for Red Hat Enterprise Linux, Debian and Ubuntu LTS. |
||
6 | |||
7 | Package files are available at repo.zabbix.com. yum and apt repositories are also available on the server. |
||
8 | |||
9 | h2. Download ZABBIX release package |
||
10 | |||
11 | <pre><code class="bash"> |
||
12 | cd ~ |
||
13 | wget http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm |
||
14 | </code></pre> |
||
15 | h2. Install Package |
||
16 | |||
17 | <pre><code class="bash"> |
||
18 | yum install zabbix-release-2.2-1.el6.noarch.rpm |
||
19 | </code></pre> |
||
20 | This will add a yum repository config file and import the appropriate GPG keys. |
||
21 | |||
22 | h2. Test |
||
23 | |||
24 | the listing of available repositories should now include @zabbix@ |
||
25 | <pre><code class="bash"> |
||
26 | yum repolist |
||
27 | </code></pre> |