#!/bin/sh load_average_update_every= load_average_check() { # this should return: # - 0 to enable the chart # - 1 to disable the chart return 0 } load_average_create() { # create a chart with 3 dimensions cat <