Shinken: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
Zeile 27: Zeile 27:


=== Linux Client ===
=== Linux Client ===
<pre>sudo apt-get install snmpd
<pre>adduser shinken
vi /etc/snmp/snmpd.conf
passwd shinken AnyPassword
# activate:
# look for the mounted directories
agentAddress udp:161,udp6:[::1]:161
df
rocommunity GeHeimEsPassWd  default    -V systemonly
</pre>
<pre>sudo service snmpd restart
</pre>
</pre>



Version vom 23. Juni 2015, 09: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