Shinken: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
Zeile 41: Zeile 41:
</pre>
</pre>
* /etc/shinken/modules/webui.cfg
* /etc/shinken/modules/webui.cfg
** modules auth-cfg-password,sqlitedb
** modules auth-cfg-password,SQLitedb
* /etc/shinken/brokers/brokers-master.cfg
* /etc/shinken/brokers/broker-master.cfg
** modules webui
** modules webui
* /etc/shinken/modules/sqlitedb.cfg
* /etc/shinken/modules/sqlitedb.cfg

Version vom 22. Juni 2015, 10:56 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
   _SNMPCOMMUNITY  GeHeimEsPassWd
}
service shinken reload

Linux Client

sudo apt-get install snmpd

vi /etc/snmp/snmpd.conf

  1. activate:

agentAddress udp:161,udp6:[::1]:161 rocommunity P@GeHeimEsPassWd default -V systemonly

sudo service snmpd restart

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