Shinken: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
== Installation ==
== Installation ==
<pre>
<pre>
apt-get install python-pip python-pycurl python-cherrypy3
apt-get install python-pip python-pycurl python-cherrypy3 python-paramiko


adduser shinken
adduser shinken
Zeile 9: Zeile 9:
update-rc.d shinken defaults
update-rc.d shinken defaults
shinken --init
shinken --init
shinken install linux-ssh
</pre>
</pre>



Version vom 12. Mai 2014, 22:39 Uhr

Installation

apt-get install python-pip python-pycurl python-cherrypy3 python-paramiko

adduser shinken
pip install shinken

update-rc.d shinken defaults
shinken --init
shinken install linux-ssh

WEB-UI

shinken install webui
shinken install auth-cfg-password
shinken install sqlitedb
  • /etc/shinken/modules/webui.cfg
    • modules auth-cfg-password,sqlitedb
  • /etc/shinken/brokers/brokers-master.cfg
    • modules webui
  • /etc/shinken/modules/sqlitedb.cfg
service shinken reload
  • URL: <server>:7767