QUOTE
Originally posted by Got-Hosting
In /etc/mrtg/mrtg.cfg, towards the end of the file it goes from being double spaced to single spaced. You simply need to delete all the double spaced lines.
Hi!
Do you mean something like change this:
CODE
#----------------------------
# Memory
#----------------------------
Target[localhost.mem]: `free -bt | grep buffers/cache | awk '{print $3"n"$4}'`
MaxBytes[localhost.mem]: 665536000
Title[localhost.mem]: Memory Utilization for domain.com
PageTop[localhost.mem]: <H3>Memory Utilization for domain.com </H3>
Options[localhost.mem]: gauge,growright
YLegend[localhost.mem]: Bytes
ShortLegend[localhost.mem]: B
Legend1[localhost.mem]: Free real memory
Legend2[localhost.mem]: Free swap memory
Legend3[localhost.mem]: Maximal 5 Minute Memory In Use
Legend4[localhost.mem]: Maximal 5 Minute Active Memory
LegendI[localhost.mem]: Used:
LegendO[localhost.mem]: Buffers + Cache:
XSize[localhost.mem]: 350
To this ?:
CODE
#----------------------------
# Memory
#----------------------------
Target[localhost.mem]: `free -bt | grep buffers/cache | awk '{print $3"n"$4}'`
MaxBytes[localhost.mem]: 665536000
Title[localhost.mem]: Memory Utilization for domain.com
PageTop[localhost.mem]: <H3>Memory Utilization for domain.com </H3>
Options[localhost.mem]: gauge,growright
YLegend[localhost.mem]: Bytes
ShortLegend[localhost.mem]: B
Legend1[localhost.mem]: Free real memory
Legend2[localhost.mem]: Free swap memory
Legend3[localhost.mem]: Maximal 5 Minute Memory In Use
Legend4[localhost.mem]: Maximal 5 Minute Active Memory
LegendI[localhost.mem]: Used:
LegendO[localhost.mem]: Buffers + Cache:
XSize[localhost.mem]: 350