opinkerfi / adagios

Adagios - Web Based Nagios Configuration
GNU Affero General Public License v3.0
327 stars 75 forks source link

How to Install "pynag" in Ubuntu 12.04 #497

Closed sunikumar closed 9 years ago

sunikumar commented 9 years ago

Hello Friends, I am trying to run command "apt-get install pynag python-paramiko" as mention at https://github.com/opinkerfi/adagios/wiki/Installing-Adagios-from-source-on-Debian

But I am getting the below error:

XYZ-UBUNTU:~# apt-get install pynag python-paramiko Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package pynag

Could anyone help me to install this package? Is this package is really needed to use Adagios with its fully functionality?

Regards

Sunil

palli commented 9 years ago

Seems like ubuntu 12.04 does not include pynag (14.04 does).

Try this instead:

pip install pynag
sunikumar commented 9 years ago

Hello Palli, Thanks alot for your support, command you suggested worked on 12.04. Regards Sunil