mySQL Result Source Errors

Warning: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in… You need to take a look at the $result variable used to define the loop. More than likely there is a syntax error on the reported line before the $result field, or the value of $result does not exist. Supplied argument is […]

See More

MRTG: WARNING: Problem with External get

WARNING: Problem with External get ‘/etc/mrtg/system swap’: Expected a Number for ‘in’ but got ” WARNING: Problem with Externale get ‘/etc/mrtg/system swap’: Expected a Number for ‘out’ but got ” Solution: root#vim /etc/mrtg/system if [ “$TYPE” = “swap” ]; then INDATA=`/usr/bin/free -b | grep “Swap:” | sed ‘s/ * / /g’ | cut -d ‘ […]

See More