Shinken: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Server) |
|||
Zeile 27: | Zeile 27: | ||
=== Linux Client === | === Linux Client === | ||
<pre> | <pre>adduser shinken | ||
passwd shinken AnyPassword | |||
# | # look for the mounted directories | ||
df | |||
</pre> | </pre> | ||
Version vom 23. Juni 2015, 07:20 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 shinken search linux
Monitoring a Host
Server
- new file /etc/shinken/hosts/conan.cfg
define host{ use linux-ssh host_name conan address 192.168.1.200 _fs /, /home }
service shinken reload
Linux Client
adduser shinken passwd shinken AnyPassword # look for the mounted directories df
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/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