diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2022-09-01 14:20:35 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2022-09-01 14:20:35 +0000 |
commit | 25036864a5d527f991d68828ffed442c5fbabd1d (patch) | |
tree | d650d5a8a183202359b6bb60a01130d7c1ced4f5 /libexec | |
parent | 1f396fdbc3fba981fd04ef10d2e0802642d93183 (diff) |
Import snmpd_metrics.
This contains snmpd's mib.c (and friends) adjusted for libagentx.
This standalone binary is to be used by snmpd to achieve privilege
separation.
If people need net-snmpd, but want some of the base snmpd metrics they can
start this binary as a normal daemon and connect to net-snmpd's agentx
socket.
Tested, Feedback, and OK sthen@
Release build test, and OK tb@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/snmpd/snmpd_metrics/snmpd_metrics.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/snmpd/snmpd_metrics/snmpd_metrics.8 b/libexec/snmpd/snmpd_metrics/snmpd_metrics.8 index dbfb0af4e7f..a5b8eec9777 100644 --- a/libexec/snmpd/snmpd_metrics/snmpd_metrics.8 +++ b/libexec/snmpd/snmpd_metrics/snmpd_metrics.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snmpd_metrics.8,v 1.1.1.1 2022/09/01 14:20:34 martijn Exp $ +.\" $OpenBSD: snmpd_metrics.8,v 1.1 2022/09/01 14:20:34 martijn Exp $ .\" .\" Copyright (c) 2022 Martijn van Duren <martijn@openbsd.org> .\" |