Ad Widget
Collapse
Not just a newbie q...a stupid q.
Collapse
X
-
I don't install through packages, so I can't really help you out there, but here is a link to the latest official Zabbix packages. Maybe that will be of help to you to try these instead, or maybe some of the folks that do install through packages can chime in here.
http://www.zabbix.com/download.php -
The 1.8 Zabbix installation from the package manager worked great in Ubuntu, Fedora Core and RHEL for us. The only settings that I need to change after the installation are the Zabbix server IP and the hostname of the host that I want to monitor.
The Linux Zabbix Agent is the only Zabbix component that I install from the package manager. For Windows Zabbix Agents, Zabbix Proxies and Zabbix Servers I compile & install them from source.
Could you perhaps copy your command-line output (which includes the command(s) that you executed), as well as the OS/distro that you're using?Comment
-
login as: root
[email protected]'s password:
Last login: Mon Oct 7 17:26:28 2013 from 192.168.1.19
[root@thewall ~]# cat /etc/*release
ClearOS release 5.2
CentOS release 5.4 (Final)
ClearOS Enterprise Edition release 5.2
[root@thewall ~]# yum install zabbix20-agent
Loading "protect-packages" plugin
Loading "kmod" plugin
Setting up Install Process
Parsing package install arguments
No package zabbix20-agent available.
Nothing to do
[root@thewall ~]#Comment
-
You're most likely getting that error because you haven't installed EPEL (or at least this is my best guess).
Have a look at http://www.thegeekstuff.com/2012/06/...el-repository/ for how to enable EPEL (Extra Packages for Enterprise Linux).
Once you've "enabled" that repository, the zabbix20-agent should be available for installatioin.Comment
Comment