From 7a33e9e0828379c94188c46faa86e84864ec918f Mon Sep 17 00:00:00 2001 From: wpanda Date: Thu, 12 Mar 2026 15:54:54 +0100 Subject: [PATCH] . --- Conf/LibreNMS/LibreNMS.md | 54 +++++++++++++++++++ .../bash/Adduser_für_SMTP_Relay.md | 0 .../SNMP Aktivieren auf HP Aruba Switch.md | 0 {Doc/Scripts => Scripts}/python/wakeonlan.py | 0 4 files changed, 54 insertions(+) create mode 100644 Conf/LibreNMS/LibreNMS.md rename {Doc/Scripts => Scripts}/bash/Adduser_für_SMTP_Relay.md (100%) rename {Doc/Scripts => Scripts/hp aruba switch}/SNMP Aktivieren auf HP Aruba Switch.md (100%) rename {Doc/Scripts => Scripts}/python/wakeonlan.py (100%) diff --git a/Conf/LibreNMS/LibreNMS.md b/Conf/LibreNMS/LibreNMS.md new file mode 100644 index 0000000..1a75a24 --- /dev/null +++ b/Conf/LibreNMS/LibreNMS.md @@ -0,0 +1,54 @@ +$.devices[*].hardware +$.devices[*].type + + +{ + "status": "ok", + "devices": [ + { + "device_id": 48, + "inserted": "2026-03-09 15:40:30", + "hostname": "10.101.0.201", + "sysName": "10.101.0.201", + "display": "NET-ZE02_(ZG)", + "ip": "10.101.0.201", + "overwrite_ip": null, + "community": null, + "authlevel": null, + "authname": null, + "authpass": null, + "authalgo": null, + "cryptopass": null, + "cryptoalgo": null, + "snmpver": "v2c", + "port": 161, + "transport": "udp", + "timeout": null, + "retries": null, + "snmp_disable": 1, + "bgpLocalAs": null, + "sysObjectID": null, + "sysDescr": null, + "sysContact": null, + "version": null, + "hardware": "", + "features": null, + "location_id": null, + "os": "ping", + "status": 1, + "status_reason": "", + "ignore": 0, + "disabled": 0, + "uptime": null, + "agent_uptime": 0, + "last_polled": "2026-03-11 14:53:50", + "last_poll_attempted": null, + "last_polled_timetaken": 1.0587911605835, + "last_discovered_timetaken": 1.3786909580231, + "last_discovered": "2026-03-11 13:00:46", + "last_ping": "2026-03-11 14:53:49", + "last_ping_timetaken": 0.76, + "purpose": null, + "type": "", + "serial": null, + "icon": null, \ No newline at end of file diff --git a/Doc/Scripts/bash/Adduser_für_SMTP_Relay.md b/Scripts/bash/Adduser_für_SMTP_Relay.md similarity index 100% rename from Doc/Scripts/bash/Adduser_für_SMTP_Relay.md rename to Scripts/bash/Adduser_für_SMTP_Relay.md diff --git a/Doc/Scripts/SNMP Aktivieren auf HP Aruba Switch.md b/Scripts/hp aruba switch/SNMP Aktivieren auf HP Aruba Switch.md similarity index 100% rename from Doc/Scripts/SNMP Aktivieren auf HP Aruba Switch.md rename to Scripts/hp aruba switch/SNMP Aktivieren auf HP Aruba Switch.md diff --git a/Doc/Scripts/python/wakeonlan.py b/Scripts/python/wakeonlan.py similarity index 100% rename from Doc/Scripts/python/wakeonlan.py rename to Scripts/python/wakeonlan.py