[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
David GUENAULT
dguenault at monitoring-fr.org
Tue Feb 28 22:22:11 UTC 2012
The following commit has been merged in the debian/master branch:
commit 54e0675f08e5966796d1ec26e3f8cd39c5c59c9a
Author: David GUENAULT <dguenault at monitoring-fr.org>
Date: Wed Feb 22 09:21:18 2012 +0100
Updated readme file
diff --git a/contrib/alternative-installation/shinken-install/README b/contrib/alternative-installation/shinken-install/README
index e1f2956..ccd450f 100644
--- a/contrib/alternative-installation/shinken-install/README
+++ b/contrib/alternative-installation/shinken-install/README
@@ -1,8 +1,8 @@
-===========================
-Shinken installation script
-===========================
+===========================================
+Shinken installation script for shinken 1.0
+===========================================
-===== WARNING : THIS SCRIPT IS STILL IN BETA =====
+===== WARNING : THIS SCRIPT IS STILL IN RC Stage =====
Contact
~~~~~~~~
@@ -24,20 +24,19 @@ Usage
This is a really simple script allowing to install a fully fonctionnal shinken in seconds !
Curently only tested with Ubuntu/Linux Mint/Debian and RHEL/CentOS 5/6 distros.
-
Usage : shinken -k | -i | -w | -d | -u | -b | -r | -l | -c | -h | -a | -z [poller|centreon] | -e daemons | -p plugins [plugname]
-k Kill shinken
-i Install shinken
- -w Remove demo configuration
+ -w Remove demo configuration (DEPRECATED)
-d Remove shinken
- -u Update an existing shinken installation
+ -u Update an existing shinken installation (DEPRECATED)
-v purge livestatus sqlite db and shrink sqlite db
-b Backup shinken configuration plugins and data
-r Restore shinken configuration plugins and data
-l List shinken backups
-c Compress rotated logs
-e Which daemons to keep enabled at boot time
- -z This is a really special usecase that allow to install shinken on Centreon Enterprise Server in place of nagios
+ -z This is a really special usecase that allow to install shinken on Centreon Enterprise Server in place of nagios (DEPRECATED)
-p Install plugins or addons (args should be one of the following :
check_esx3
nagios-plugins
@@ -52,7 +51,8 @@ Usage : shinken -k | -i | -w | -d | -u | -b | -r | -l | -c | -h | -a | -z [polle
capture_plugin
pnp4nagios
multisite
- -h Show help"
+ nagvis
+ -h Show help
configuration file
~~~~~~~~~~~~~~~~~~
@@ -70,3 +70,33 @@ allowed values are :
SKGROUP shinken group
Others configuration values are stored in shinken.conf. You can try to modify them, but never forget to test it before using them in production.
+
+Using proxy
+~~~~~~~~~~~
+
+You can enable support for proxy this way
+ ex : USEPROXY=1 ./shinken.sh -i
+
+Do not forget to declare proxy environment variables
+
+ export http_proxy=http://login:password@proxy:port
+ export https_proxy=$http_proxy
+
+For debian package manager you also have to declare your proxy in /etc/apt/apt.conf
+
+ Acquire::http::Proxy "http://login:password@proxy:Port";
+
+For yum package manager you have to declare your proxy in /etc/yum.conf
+
+ proxy=http://proxy:port/
+ proxy_username=username
+ proxy_password=password
+
+Using proxy and sudo
+~~~~~~~~~~~~~~~~~~~~
+
+You should use -E option in order to preserve your environment variables
+
+ export http_proxy=http://login:password@proxy:port
+ export https_proxy=$http_proxy
+ sudo -E -- USEPROXY=1 ./shinken.sh -i
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list