Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Trying to run cacti on a linux server but load graph is showing red x while others are working. When putting the load graph into debug mode it shows the following error...
Notice: Undefined index: type in /home/virtual/site2/fst/var/www/html/cacti/include/cdef_functions.php on line 67
Now here is the thing that is messing my head up even more... when running the cmd.php it is reading all the data for the load average. Here is is from a manual run...
command: perl /home/virtual/site2/fst/var/www/html/cacti/scripts/linux_memory.pl MemFree:, output: 81332
command: perl /home/virtual/site2/fst/var/www/html/cacti/scripts/linux_memory.pl SwapFree:, output: 942640
MUTLI command: perl /home/virtual/site2/fst/var/www/html/cacti/scripts/loadavg_multi.pl, output: 1min:1.38 5min:1.28 10min:1.36
MULTI expansion: found fieldid: 17, found rrdname: load_1min, value: 1.38
MULTI expansion: found fieldid: 18, found rrdname: load_5min, value: 1.28
MULTI expansion: found fieldid: 19, found rrdname: load_15min, value: 1.36
command: perl /home/virtual/site2/fst/var/www/html/cacti/scripts/unix_users.pl, output: 1
command: perl /home/virtual/site2/fst/var/www/html/cacti/scripts/unix_processes.pl, output: 242
update /home/virtual/site2/fst/var/www/html/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:81332
update /home/virtual/site2/fst/var/www/html/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:942640
update /home/virtual/site2/fst/var/www/html/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:1.38:1.28:1.36
update /home/virtual/site2/fst/var/www/html/cacti/rra/localhost_users_6.rrd --template users N:1
update /home/virtual/site2/fst/var/www/html/cacti/rra/localhost_proc_7.rrd --template proc N:242
time: 1
Check the rights on the rra folder (owner/permissions). Allow all users to read/write in this directory to see if the problem still persist (only for testing purpose).