Page 1 of 1

debian agent installation error

Posted: Mon Nov 11, 2013 6:03 am
by Servo
Hi everyone,

I'm trying to install nagios agent for monitoring Debian 7 server, from http://assets.nagios.com/downloads/nagi ... _Agent.pdf

after all steps in manual, I have errors:

Code: Select all

root@idaho:~# gdebi nagios-agent_1.0-2ppa2_all.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done
Building data structures... Done
This package is uninstallable
Dependency is not satisfiable: nagios-nrpe-server


root@idaho:~# dpkg -i nagios-agent_1.0-2ppa2_all.deb
Selecting previously unselected package nagios-agent.
(Reading database ... 41297 files and directories currently installed.)
Unpacking nagios-agent (from nagios-agent_1.0-2ppa2_all.deb) ...
dpkg: dependency problems prevent configuration of nagios-agent:
 nagios-agent depends on nagios-nrpe-server; however:
  Package nagios-nrpe-server is not installed.
 nagios-agent depends on nagios-plugins; however:
  Package nagios-plugins is not installed.
 nagios-agent depends on nagios-snmp-plugins; however:
  Package nagios-snmp-plugins is not installed.

dpkg: error processing nagios-agent (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 nagios-agent
i'm trying install nagios-nrpe-server:

Code: Select all

root@idaho:~# apt-get install nagios-nrpe-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nagios-nrpe-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'nagios-nrpe-server' has no installation candidate

Re: debian agent installation error

Posted: Mon Nov 11, 2013 10:24 am
by slansing
It appears as though you are trying to install the agent, what you want is the server. We do not host or maintain this package so I'm not sure what the name is. But, you will need to install the nagios plugins and snmp plugins package as well it seems.

Re: debian agent installation error

Posted: Tue Nov 12, 2013 12:41 am
by Servo
thx

after I added http://ftp.de.debian.org/debian to sources, and run agt-get update, installation was complete successfully