Archive the non-ported remainder of the legacy KNELServerBuild repo
under archive/KNELServerBuild/ with its original structure intact,
completing the legacy repo merge for everything except the live
LibreNMS patterns (ported in the previous commit).
Exclusions:
- .git history (superseded; legacy repo remains at its original path)
- ported files (Agents/librenms, Modules/OAM/oam-librenms.sh,
ConfigFiles/SNMP/snmp-sudo.conf)
- vendored KNELShellFramework tree (byte-identical duplicate of the
copy already vendored at vendor/ in this repo)
- SSH authorized-keys files (live access-control material; carrying
them in an archive invites drift — key policy lives elsewhere)
The whole tree is skip-listed in tests/shellcheck.sh (archived legacy
code, not maintained — same standing as vendor/); check-rules.sh
already prunes archive/. Rule 9 (conflict markers) now also excludes
archive/ staged files: preserved-verbatim legacy scripts contain
decorative "====" banners that false-positive as conflict markers
(same archive exclusion precedent as rule 11).
AGENTS.md: note archive/KNELServerBuild and oam/librenms-agent in the
Repository Layout, and fix the stale KNELIAC path to
/home/reachableceo/projects/KNEL/KNELIAC.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
##########################################################################
|
|
# snmpd.conf
|
|
# Created by CNW on 11/3/2018 via snmpconf wizard and manual post tweaks
|
|
###########################################################################
|
|
# SECTION: Monitor Various Aspects of the Running Host
|
|
#
|
|
|
|
# disk: Check for disk space usage of a partition.
|
|
# The agent can check the amount of available disk space, and make
|
|
# sure it is above a set limit.
|
|
#
|
|
load 3 3 3
|
|
rocommunity kn3lmgmt
|
|
sysservices 76
|
|
|
|
#syslocation Rack, Room, Building, City, Country [Lat, Lon]
|
|
syslocation SITER, Pflugerville, United States
|
|
syscontact coo@turnsys.com
|
|
|
|
#NTP
|
|
extend ntp-client /usr/lib/check_mk_agent/local/ntp-client
|
|
|
|
#SMTP
|
|
extend mailq /usr/lib/check_mk_agent/local/postfix-queues
|
|
extend postfixdetailed /usr/lib/check_mk_agent/local/postfixdetailed
|
|
|
|
#OS Distribution Detection
|
|
extend distro /usr/local/bin/distro
|
|
extend osupdate /usr/lib/check_mk_agent/local/os-updates.sh
|
|
|
|
|
|
#Hardware Detection
|
|
extend hardware /usr/bin/sudo /usr/bin/cat /sys/firmware/devicetree/base/model
|
|
extend serial /usr/bin/sudo /usr/bin/cat /sys/firmware/devicetree/base/serial-number
|
|
|
|
# Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX
|
|
# smuxpeer .1.3.6.1.4.1.674.10892.1
|
|
|
|
# LLDP collection
|
|
master agentx
|