Skip to content

Instantly share code, notes, and snippets.

View benedikt-wegmann's full-sized avatar

BenBenBeartrax benedikt-wegmann

View GitHub Profile
@jeffgeiger
jeffgeiger / munin-node.sh
Last active April 7, 2022 20:05
A generic stand-in for munin-node written to run on AIX, may work elsewhere.
#!/bin/ksh
#Connected - echo basic info
echo "# munin node at `hostname`"
#watchdog timestamp
WD_TIME=$(perl -e 'print time')