Shinken: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→WEB-UI) |
|||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 14: | Zeile 14: | ||
== Monitoring a Host == | == Monitoring a Host == | ||
=== Linux Client === | |||
<pre>adduser shinken | |||
passwd shinken AnyPassword | |||
# look for the mounted directories | |||
df | |||
</pre> | |||
=== Server === | === Server === | ||
* linux-ssh needs only a key on the client! | |||
* new file /etc/shinken/hosts/conan.cfg | * new file /etc/shinken/hosts/conan.cfg | ||
<pre>define host{ | <pre>define host{ | ||
use linux | use linux-ssh | ||
host_name conan | host_name conan | ||
address 192.168.1.200 | address 192.168.1.200 | ||
_fs /, /home | |||
} | } | ||
</pre> | </pre> | ||
<pre> | <pre>ssh-copy-id -i .ssh/id_rsa.pub shinken@conan | ||
service shinken reload | |||
</pre> | </pre> | ||
== WEB-UI == | == WEB-UI == | ||
<pre> | <pre> |
Aktuelle Version vom 23. Juni 2015, 07:24 Uhr
Installation[Bearbeiten]
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 shinken search linux
Monitoring a Host[Bearbeiten]
Linux Client[Bearbeiten]
adduser shinken passwd shinken AnyPassword # look for the mounted directories df
Server[Bearbeiten]
- linux-ssh needs only a key on the client!
- new file /etc/shinken/hosts/conan.cfg
define host{ use linux-ssh host_name conan address 192.168.1.200 _fs /, /home }
ssh-copy-id -i .ssh/id_rsa.pub shinken@conan service shinken reload
WEB-UI[Bearbeiten]
shinken install webui shinken install auth-cfg-password shinken install sqlitedb
- /etc/shinken/modules/webui.cfg
- modules auth-cfg-password,SQLitedb
- /etc/shinken/brokers/broker-master.cfg
- modules webui
- /etc/shinken/modules/sqlitedb.cfg
service shinken reload
- URL: <server>:7767
- User/password are taken from /etc/shinken/contacts/*.cfg