Please help with Ubuntu 8.04.2 64 bit

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mdzx111
Posts: 39
Joined: Tue Apr 17, 2012 2:27 pm

Please help with Ubuntu 8.04.2 64 bit

Post by mdzx111 »

Hello...So I'm trying to install the NagiosXI Ubuntu agent using the instructions from here:

http://assets.nagios.com/downloads/nagi ... _Agent.pdf

When I get to the step to # apt-get install nagios-agent below is the error I get. Please help!

root@dblog01:~# apt-get install nagios-agent
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
nagios-agent: Depends: nagios-plugins but it is not going to be installed
E: Broken packages
root@dblog01:~#
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Please help with Ubuntu 8.04.2 64 bit

Post by scottwilkerson »

Try

Code: Select all

apt-get install nagios-plugins nagios-agent
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mdzx111
Posts: 39
Joined: Tue Apr 17, 2012 2:27 pm

Re: Please help with Ubuntu 8.04.2 64 bit

Post by mdzx111 »

Below is what happened when I tried that.... Also, thank you for helping so quickly....

root@dblog01:~# apt-get install nagios-plugins nagios-agent
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
nagios-plugins: Depends: nagios-plugins-basic but it is not going to be installed
Depends: nagios-plugins-standard but it is not going to be installed
E: Broken packages
root@dblog01:~#
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Please help with Ubuntu 8.04.2 64 bit

Post by scottwilkerson »

Hate to keep doing this, not sure why it isn't resolving dependencies...

Try

Code: Select all

apt-get install nagios-plugins nagios-agent nagios-plugins-basic nagios-plugins-standard
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mdzx111
Posts: 39
Joined: Tue Apr 17, 2012 2:27 pm

Re: Please help with Ubuntu 8.04.2 64 bit

Post by mdzx111 »

We’re going to close this one because I’m being told the system is hanging on dependencies that can’t be upgraded. This machine will be going offline soon anyways….so thanks for your help on this one.
Locked