Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:monitoring

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
wiki:monitoring [2019/02/26 11:47] – [Python Pakete mit Pip nachinstallieren] techguruwiki:monitoring [2025/02/09 16:13] (aktuell) – [Python Pakete mit Pip nachinstallieren] pulsar
Zeile 1: Zeile 1:
 +===== Datenträger Performance =====
 +
 +=== Intenso Alu Line 32GB ===
 +
 +Dell Intel mini PC openSUSE Leap 15.5
 +
 +Mit dd Image auf Datenträger schreiben: 3,7 MB/s
 +
 +
 +=== Intenso microSD 64GB ===
 +
 +Dell Intel mini PC openSUSE Leap 15.5
 +
 +Mit dd Image auf Datenträger schreiben: 4,2 MB/s
 +
 +
 +=== SanDisk microSD 16GB ===
 +
 +Dell Intel mini PC openSUSE Leap 15.5
 +
 +Mit dd Image auf Datenträger schreiben: 4,4 MB/s
 +
 +
 +===== Icinga2 Kommunikations Schema =====
 +
 +[[https://monitoring-portal.org/woltlab/index.php?thread/38330-zeichnung-kommunikation-schema-icinga2-icingaweb2-icingadirector-und-pnp4nagios/]]
 +
 +{{ :wiki:icinga2_kommunikations_schema_01.odg |}}
 +
 +
 +{{ :wiki:icinga2_kommunikations_schema_01.pdf |}}
 +
 +
 +
  
 ===== Graphite ===== ===== Graphite =====
Zeile 12: Zeile 46:
  
  
-Mit pip3 Pakete installieren über einen Proxy+Mit pip3 Pakete installieren über einen Proxy ✔ LOL
  
   sudo -s pip3 install python-gvm --upgrade --proxy https://ronni:geheim@webproxy.example.de:8000   sudo -s pip3 install python-gvm --upgrade --proxy https://ronni:geheim@webproxy.example.de:8000
Zeile 32: Zeile 66:
   export https_proxy=http://webproxy.intra.rodgau.de:8080   export https_proxy=http://webproxy.intra.rodgau.de:8080
  
-anschließend pip nutzen:+weitere Möglichkeit mit Nutzer und Passwort: 
 + 
 +  export https_proxy=http://download:geheim@webproxy.example.net:8080 
 +  export http_proxy=http://download:geheim@webproxy.example.net:8080 
 + 
 + 
 +anschließend pip nutzen: ✔ läuft unter Ubuntu LTS 20.04
  
   sudo -E pip install somepackage   sudo -E pip install somepackage
Zeile 59: Zeile 99:
  
   check                 Verify installed packages have compatible dependencies.   check                 Verify installed packages have compatible dependencies.
- 
- 
- 
-=== für OpenVAS check === 
  
 <code> <code>
-ronni@doom2018:~/git_src/Icinga_Plugin_Sammlung./check_gmp.py  +ws19233:~> glxinfo |grep -i memory 
-Traceback (most recent call last)+    Video memory503MB 
-  File "./check_gmp.py"line 37in <module> +    Unified memory: no 
-    from gmp.gvm_connection import (SSHConnection+    GL_EXT_framebuffer_objectGL_EXT_framebuffer_sRGB, GL_EXT_memory_object,  
-ImportError: No module named 'gmp' +    GL_EXT_memory_object_fd, GL_EXT_packed_depth_stencil, GL_EXT_packed_float,  
-</code> +    GL_MESA_texture_signed_rgba, GL_NVX_gpu_memory_info,  
- +    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, GL_EXT_memory_object,  
- +    GL_EXT_memory_object_fd, GL_EXT_multi_draw_arrays,  
- +    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NVX_gpu_memory_info,  
-<code python> +    GL_EXT_instanced_arrays, GL_EXT_map_buffer_range, GL_EXT_memory_object,  
-#!/usr/bin/python3 +    GL_EXT_memory_object_fd, GL_EXT_multi_draw_arrays,  
-# -*codingutf-8 -*+ws19233:lspci -v|grep -A17 -i vga 
-# GMP Nagios Command Plugin +01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1) (prog-if 00 [VGA controller]) 
-+        Subsystem: Hewlett-Packard Company Device 094e 
-# DescriptionA nagios command plugin for the Greenbone Management Protocol +        Flagsbus master, fast devsel, latency 0, IRQ 26 
- +        Memory at f6000000 (32-bit, non-prefetchable) [size=16M] 
- +        Memory at e0000000 (64-bit, prefetchable) [size=128M] 
-import argparse +        Memory at e8000000 (64-bit, prefetchable) [size=32M] 
-import logging +        I/O ports at e000 [size=128] 
-import os +        Expansion ROM at 000c0000 [disabled] [size=128K] 
-import sys +        Capabilities: [60] Power Management version 3 
-import sqlite3 +        Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+ 
-import tempfile +        Capabilities: [78] Express Endpoint, MSI 00 
-import signal +        Capabilities: [b4] Vendor Specific Information: Len=14 <?> 
- +        Capabilities: [100] Virtual Channel 
-from argparse import RawTextHelpFormatter +        Capabilities: [128] Power Budgeting <?> 
-from datetime import datetime +        Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> 
-from lxml import etree +        Kernel driver in use: nouveau 
-from gmp.gvm_connection import (SSHConnection, +        Kernel modules: nouveau
-                                TLSConnection, +
-                                UnixSocketConnection) +
 </code> </code>
  
  
 <code> <code>
-(21:02:20) Mario: da steht ja, wie das geht oder? +testfeld@pc203:~> glxinfo |grep -i memory 
-pip install python-gvm +    Video memory1024MB 
-(21:02:33) Mario: dann wird das wohl ins System installiert +    Unified memoryno 
-(21:02:41) Mario: wahrsch. site-packages oder sowas +    GL_AMD_pinned_memoryGL_AMD_query_buffer_object,  
-(21:02:44) ronnih@mail.de/thorgmp heißt doch das Modul? +    GL_MESA_texture_signed_rgbaGL_NVX_gpu_memory_info,  
-(21:02:57) Mario: https://github.com/greenbone/python-gvm +    GL_AMD_performance_monitor, GL_AMD_pinned_memory,  
-(21:02:58) ronnih@mail.de/thor: und wenn das installiert ist findet der den Pfad +    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NVX_gpu_memory_info
-(21:03:07) ronnih@mail.de/thor: das habe ich auch grad offen +
-(21:03:11) Mario: from gvm.protocols.latest import Gmp +
-(21:03:18) Mario: das macht das gmp verfügbar +
-(21:04:02) ronnih@mail.de/thor: okdann installiere ich dieses gvm zuerst +
-(21:04:49) Mario: scheint mir alles normal zu sein. Immerhin haben dies über pip verfügbar gemacht +
-(21:05:00) Mario: kein manueller Download oder sowas +
-(21:05:26) ronnih@mail.de/thor: Und das was die da bei Example schreiben macht das Programm automatisch oder muss man da noch was machen mit dem from gvm.protocols.latest import Gmp? +
-(21:05:35) Mario: das site-packages gehört zum PYTHONPATHd.h. der findet das dann dort +
-(21:05:45) Mario: das siehst du dann also nicht an der Stelle des Scripts +
-(21:06:41) Mario: ich hab k.A. was das Ding tut +
-(21:06:48) Mario: das ist ein rudimentäres Beispiel +
-(21:06:51) Mario: mit foo und bar +
-(21:06:56) Mario: irgendein Login wo hin +
-(21:08:03) Mario: irgendwelche Services mit XML... +
-(21:08:14) Mario: anscheinend testet dieses Framework sowas +
-(21:08:30) ronnih@mail.de/thor: Oki werde ich morgen nochmal versuchen das zu installierenist oftmals nicht so einfach durch den Proxy zu kommen wenn der alles blockt. Pip ist eine Katastrophe wenn man über Proxy raus will +
-(21:09:01) Mario: wir ham sowas auchaber viell. einfacher +
-(21:09:10) Mario: da gibts dann Umgebungsvariablen +
-(21:09:16) Mario: http_proxy und sowas +
-(21:09:23) Mario: ftp_proxyhttps_proxy +
-(21:09:36) Mario: da steht dann ein ofsquid:8080 oder so drin +
-(21:09:43) Mario: wenn man das gesetzt hatdarf man raus +
-</code>+
  
-<code> +pc203:lspci -v|grep -A17 -i vga 
-doom2018:/usr/local/icinga python3 +01:00.0 VGA compatible controllerAdvanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 6570/7570/8550 / R5 230] (prog-if 00 [VGA controller]
-Python 3.4.6 (default, Mar 01 2017, 16:52:22) [GCCon linux +        SubsystemHewlett-Packard Company Radeon HD 6570 
-Type "help", "copyright", "credits" or "license" for more information. +        Flagsbus masterfast devsellatency 0IRQ 26NUMA node 0 
->>> import argparse +        Memory at d0000000 (64-bitprefetchable[size=256M] 
->>> import logging +        Memory at febc0000 (64-bit, non-prefetchable[size=128K] 
->>> import os +        I/O ports at d000 [size=256] 
->>> import sys +        Expansion ROM at 000c0000 [disabled] [size=128K] 
->>> import sqlite3 +        Capabilities[50] Power Management version 3 
->>> import tempfile +        Capabilities: [58] Express Legacy EndpointMSI 00 
->>> import signal +        Capabilities: [a0] MSIEnable+ Count=1/1 Maskable- 64bit+ 
->>> from argparse import RawTextHelpFormatter +        Capabilities[100] Vendor Specific InformationID=0001 Rev=Len=010 <?
->>> from datetime import datetime +        Capabilities[150] Advanced Error Reporting 
->>> from lxml import etree +        Kernel driver in useradeon 
->>> from gmp.gvm_connection import (SSHConnection,TLSConnection,UnixSocketConnection+        Kernel modulesradeonamdgpu
-Traceback (most recent call last)+
-  File "<stdin>", line 1, in <module> +
-ImportErrorNo module named 'gmp' +
->>> from gmp import (SSHConnection,TLSConnection,UnixSocketConnection) +
-Traceback (most recent call last): +
-  File "<stdin>"line 1in <module> +
-ImportError: No module named 'gmp' +
->>> from gvm import (SSHConnection,TLSConnection,UnixSocketConnection+
-Traceback (most recent call last): +
-  File "<stdin>", line 1, in <module> +
-ImportErrorcannot import name 'SSHConnection' +
->>> from gvm.gvm_connection import (SSHConnection,TLSConnection,UnixSocketConnection) +
-Traceback (most recent call last): +
-  File "<stdin>", line 1, in <module> +
-ImportErrorNo module named 'gvm.gvm_connection' +
->>> from gvm_connection import (SSHConnection,TLSConnection,UnixSocketConnection) +
-Traceback (most recent call last): +
-  File "<stdin>", line 1, in <module+
-ImportErrorNo module named 'gvm_connection' +
->>> from gvm.gmp_connection import (SSHConnection,TLSConnection,UnixSocketConnection) +
-Traceback (most recent call last): +
-  File "<stdin>", line 1, in <module> +
-ImportErrorNo module named 'gvm.gmp_connection' +
->>> from gvm import (SSHConnection,TLSConnection,UnixSocketConnection) +
-Traceback (most recent call last): +
-  File "<stdin>"line 1, in <module> +
-ImportError: cannot import name 'SSHConnection' +
->>> from gvm.connections import UnixSocketConnection +
->>> from gvm.connections import TLSConnection +
->>> from gvm.connections import SSHConnection+
 </code> </code>
wiki/monitoring.1551178067.txt.gz · Zuletzt geändert: 2019/02/26 11:47 von techguru