This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# POD documentation | |
: <<=cut | |
=head1 NAME | |
pf_queue_ - Munin plugin to monitor OpenBSD's pf queues. | |
=head1 APPLICABLE SYSTEMS | |
OpenBSD 5.5 and newer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sleep 2 | |
# Get screen width | |
SCRN_WIDTH=`xrandr --prop | grep "^Screen 0" | cut -d, -f2 | awk '{print $2}'` | |
#HALF_SCRN=`dc -e "$SCRN_WIDTH 2 / p"` | |
DZEN_WIDTH=740 | |
# Settings |