| NagiosQL on Debian |
|
|
|
| Written by rouven | ||||||||
| Wednesday, 17 June 2009 08:51 | ||||||||
NagiosQL on DebianĀPackage Info
This is just a translated version of Wolfgangs blog post. To read the original german version of this document just follow the link above. InstallationAdd the following to your /etc/apt/sources.list: # -- debian.swobspace.net If you want to download only NagiosQL from this repository you need to amend the Pin-Priority at /etc/apt/preferences (if it not exists, create a new file): Package: * Pin-Priority 200 reduces the priority for all files of this repository. The priority of the official debian repositories are set to 500 (default) and therefore more important. So if you want to download NagiosQL from this repository, just set the priority to 600 only for this package. You can check your modifications by using apt-cache policy. To avoid annoying key warnings, you should import the public key by using: wget http://www.swobspace.net/wob@swobspace.net.pub.asc -O- | apt-key add - Now you are ready to install NagiosQL via: apt-get update && apt-get install nagiosql ConfigurationNote: The used paths are the defaults. Please amend to reflect your customized installation!
WARNING: This package is setting up readonly-Access to the nagios.cfg and cgi.cfg. If you want to amend those files via NagiosQL you need to amend the permissions manually. |
||||||||
| Last Updated on Wednesday, 17 June 2009 10:46 |