Hi,
Please find below the screenshots attached:
Issue while monitoring Remote Linux Server
Re: Issue while monitoring Remote Linux Server
You do not have the required permissions to view the files attached to this post.
Re: Issue while monitoring Remote Linux Server
I believe the issue is here -
Since you have no repositories it does not know how to install. What is the full output of zypper lr
Code: Select all
Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
Former Nagios Employee
Re: Issue while monitoring Remote Linux Server
Hi,
Below is the output of zypper lr :
Below is the output of zypper lr :
You do not have the required permissions to view the files attached to this post.
Re: Issue while monitoring Remote Linux Server
Two options.
Create a repo file with this in it:
Or do this:
https://raymii.org/s/tutorials/VMWare_v ... tware.html
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=1https://raymii.org/s/tutorials/VMWare_v ... tware.html
I don't insult, I diagnose.
Re: Issue while monitoring Remote Linux Server
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.
@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