mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 10:21:10 +02:00
an SNMP polling daemon which writes the polled values to an RRD database http://memberwebs.com/stef/software/rrdbot/
8 lines
167 B
Bash
8 lines
167 B
Bash
#!/bin/sh
|
|
|
|
# this user should be included in alpine-baselayout-1.2.
|
|
# included here for backward compability.
|
|
adduser -H -s /bin/false -D rrdbotd 2>/dev/null
|
|
|
|
exit 0
|