Skip to content

Commit

Permalink
Merge pull request #19 from Neanderfunk/master
Browse files Browse the repository at this point in the history
URLs geupdatet / unnoetiges --no-check-certificate entfernt
  • Loading branch information
jjx- committed Oct 25, 2016
2 parents ba31138 + f8c8dfd commit 523c6bb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 2 additions & 0 deletions communities.rst
Expand Up @@ -435,6 +435,8 @@ Subdomänen
+-----------------------+----------------+-------------------+----------------+-------------------------+-----------------+-----------------+
|rat@neander-2 |151.80.11.203 | |10.11.64.0/20 |2a03:2260:300e:80::3/64 | | |
+-----------------------+----------------+-------------------+----------------+-------------------------+-----------------+-----------------+
|rat-1 |37.59.64.75 | |10.11.64.4/20 |2a03:2260:300e:180::4/64 | | |
+-----------------------+----------------+-------------------+----------------+-------------------------+-----------------+-----------------+
|han@neander-1 |151.80.11.203 | |10.1.232.0/21 |2a03:2260:300e:90::1/64 | | |
+-----------------------+----------------+-------------------+----------------+-------------------------+-----------------+-----------------+
|han@neander-2 |151.80.11.203 | |10.1.232.0/21 |2a03:2260:300e:90::3/64 | | |
Expand Down
10 changes: 5 additions & 5 deletions supernode01.rst
Expand Up @@ -191,14 +191,14 @@ In die CheckMK-Instanz per Webbrowser einloggen. Dann suchen:
-> WATO Configuration (Menü/Box)
-> Monitoring Agents
-> Packet Agents
-> check-mk-agent_1.2.8p1-1_all.deb _(Beispiel)_
-> check-mk-agent_1.2.8p11-1_all.deb _(Beispiel)_

Den Download-Link in die Zwischenablage kopieren.
Im SSH-Terminal nun eingeben: (die Download-URL ist individuell und der Name des .deb-Paketes ändert sich ggf.)

::

wget --no-check-certificate "https://monitoring.eulenfunk.de/heimathoster/check_mk/agents/check-mk-agent_1.2.8p1-1_all.deb"
wget https://monitoring.eulenfunk.de/eulenfunk/check_mk/agents/check-mk-agent_1.2.8p11-1_all.deb

Um das .deb Paket zu installieren wird gdebi empfohlen, ausserdem benötigt der Agent xinetd zum ausliefern der monitoring Daten. Die Installation von gdebi kann durchaus einige Dutzend Pakete holen. Das ist leider normal.
Per SSH auf dem Server. (Auch hier: Name des .deb-Files ggf. anpassen)
Expand All @@ -219,11 +219,11 @@ Nun noch zusätzliche Check_MK Plugins hinzufügen
::

cd /usr/lib/check_mk_agent/plugins
sudo wget --no-check-certificate "https://monitoring.freifunk-mk.de/heimathoster/check_mk/agents/plugins/smart"
sudo wget https://monitoring.eulenfunk.de/eulenfunk/check_mk/agents/plugins/smart
sudo chmod +x smart

cd /usr/lib/check_mk_agent/local
sudo wget --no-check-certificate https://raw.githubusercontent.com/eulenfunk/check_mk/master/proxmox
cd /usr/lib/check_mk_agent/local
sudo wget https://raw.githubusercontent.com/eulenfunk/check_mk/master/proxmox
sudo chmod +x proxmox

::
Expand Down
5 changes: 2 additions & 3 deletions supernode02.rst
Expand Up @@ -541,15 +541,14 @@ In die CheckMK-Instanz per Webbrowser einloggen. Dann suchen:
-> WATO Configuration (Menü/Box)
-> Monitoring Agents
-> Packet Agents
-> check-mk-agent_1.2.8p1-1_all.deb _(Beispiel)_
-> check-mk-agent_1.2.8p11-1_all.deb _(Beispiel)_

Den Download-Link in die Zwischenablage kopieren.
Im SSH-Terminal nun eingeben: (die Download-URL ist individuell und der Name des .deb-Paketes ändert sich ggf.)

::

wget --no-check-certificate \
https://monitoring.freifunk-mk.de/heimathoster/check_mk/agents/check-mk-agent_1.2.8p1-1_all.deb
wget https://monitoring.eulenfunk.de/eulenfunk/check_mk/agents/check-mk-agent_1.2.8p11-1_all.deb

Um das .deb Paket zu installieren wird gdebi empfohlen, ausserdem benötigt der Agent xinetd zum Ausliefern der Monitoring Daten.

Expand Down
6 changes: 3 additions & 3 deletions supernode03.rst
Expand Up @@ -695,15 +695,15 @@ In die CheckMK-Instanz per Webbrowser einloggen. Dann suchen:
-> WATO Configuration (Menü/Box)
-> Monitoring Agents
-> Packet Agents
-> check-mk-agent_1.2.8p1-1_all.deb _(Beispiel)_
-> check-mk-agent_1.2.8p11-1_all.deb _(Beispiel)_

Den Download-Link in die Zwischenablage kopieren.
Im SSH-Terminal nun eingeben: (die Download-URL ist individuell und der Name des .deb-Paketes ändert sich ggf.)

::

wget --no-check-certificate \
https://monitoring.freifunk-mk.de/heimathoster/check_mk/agents/check-mk-agent_1.2.8p1-1_all.deb
wget https://monitoring.eulenfunk.de/eulenfunk/check_mk/agents/check-mk-agent_1.2.8p11-1_all.deb


Um das .deb Paket zu installieren wird gdebi empfohlen, ausserdem benötigt der Agent xinetd zum Ausliefern der Monitoring Daten.

Expand Down

0 comments on commit 523c6bb

Please sign in to comment.