summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMartijn van Duren <martijn@cvs.openbsd.org>2022-09-01 14:20:35 +0000
committerMartijn van Duren <martijn@cvs.openbsd.org>2022-09-01 14:20:35 +0000
commit2d5dc9ef1f5d84396a4ee49fc9541486470454b4 (patch)
tree48fd23c506756dccb6283cce8ac891aca2776c12 /libexec
parent2b9e3b69a51861b2de0cd201a11e6c16f072d03a (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/mib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/snmpd/snmpd_metrics/mib.c b/libexec/snmpd/snmpd_metrics/mib.c
index eeedb1e0714..cf588196ca3 100644
--- a/libexec/snmpd/snmpd_metrics/mib.c
+++ b/libexec/snmpd/snmpd_metrics/mib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mib.c,v 1.1.1.1 2022/09/01 14:20:34 martijn Exp $ */
+/* $OpenBSD: mib.c,v 1.1 2022/09/01 14:20:34 martijn Exp $ */
/*
* Copyright (c) 2022 Martijn van Duren <martijn@openbsd.org>