Issue while monitoring Remote Linux Server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Issue while monitoring Remote Linux Server

Post by HAL »

Hi,
Please find below the screenshots attached:
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Issue while monitoring Remote Linux Server

Post by rkennedy »

I believe the issue is here -

Code: Select all

Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
Since you have no repositories it does not know how to install. What is the full output of zypper lr
Former Nagios Employee
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Issue while monitoring Remote Linux Server

Post by HAL »

Hi,
Below is the output of zypper lr :
You do not have the required permissions to view the files attached to this post.
User avatar
ruffsense
Posts: 140
Joined: Thu Apr 11, 2013 12:40 am

Re: Issue while monitoring Remote Linux Server

Post by ruffsense »

Two options.

Create a repo file with this in it:

Code: Select all

[server_monitoring]
name=Server Monitoring Software (openSUSE_13.2)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.2/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.2//repodata/repomd.xml.key
enabled=1
Or do this:
https://raymii.org/s/tutorials/VMWare_v ... tware.html
I don't insult, I diagnose.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Issue while monitoring Remote Linux Server

Post by rkennedy »

Thanks @ruffsense - this is correct.

@HAL - let us know if you have any further questions. You may want to contact your SuSE administrator as well to see if they can help.
Former Nagios Employee
Locked