Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > deecb6b6a05b8293e284be1ad9b5f073 > files > 35

xymon-4.3.17-5.1.mga5.src.rpm

#!/bin/sh

# Read data from /proc/meminfo on linux and report back in the xymon client
# It's more compatable across more versions that running 'vmstat -s'

test -f /proc/meminfo && exec cat /proc/meminfo