Имея ось Debian и необходимость установить zabbix-agent делаю
# apt-get install zabbix-agent
но вижу некоторое препятствие
# apt-get install zabbix-agent
Reading package lists... Done
Building dependency tree
Reading state information... Done
zabbix-agent is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
zabbix-agent is already the newest version. якобы…
не имею особого желания заморачиваться (воскресенье все таки), просто чищу конфигурацию пакета
# apt-get remove --purge zabbix-agent
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libopenipmi0
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
zabbix-agent*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 516 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 29441 files and directories currently installed.)
Removing zabbix-agent ...
Stopping Zabbix agent: zabbix_agentdNo /usr/sbin/zabbix_agentd found running; none killed.
.
Purging configuration files for zabbix-agent ...
Processing triggers for man-db ...
Далее как видно установка проходит достаточно успешно
# apt-get install zabbix-agent
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
zabbix-agent
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/255 kB of archives.
After this operation, 516 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package zabbix-agent.
(Reading database ... 29425 files and directories currently installed.)
Unpacking zabbix-agent (from .../zabbix-agent_1%3a1.8.2-1squeeze2_amd64.deb) ...
Processing triggers for man-db ...
Setting up zabbix-agent (1:1.8.2-1squeeze2) ...
Creating config file /etc/zabbix/zabbix_agentd.conf with new version
Creating config file /etc/zabbix/zabbix_agent.conf with new version
Starting Zabbix agent: zabbix_agentd.
Про настройку конфига можно прочитать ЗДЕСЬ, ось хоть и другая — требования те же.
Запускаем на дебиан так
/etc/init.d/zabbix-agent start