diff options
Diffstat (limited to 'plugin_export.c')
| -rw-r--r-- | plugin_export.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin_export.c b/plugin_export.c index b2a9f82..a6db219 100644 --- a/plugin_export.c +++ b/plugin_export.c @@ -67,9 +67,9 @@ static void plugin_export_munin(CONFIG *first) return; } - fprintf(fp, "graph_title LSM Average Ping Latency\n"); + fprintf(fp, "graph_title Foolsm Average Ping Latency\n"); fprintf(fp, "graph_vlabel ms\n"); - fprintf(fp, "graph_info This graph shows LSM status\n"); + fprintf(fp, "graph_info This graph shows Foolsm status\n"); fprintf(fp, "graph_category network\n"); fprintf(fp, "graph_args --base 1000 -l 0\n"); @@ -107,9 +107,9 @@ static void plugin_export_munin(CONFIG *first) return; } - fprintf(fp, "graph_title LSM packet counts\n"); + fprintf(fp, "graph_title Foolsm packet counts\n"); fprintf(fp, "graph_vlabel percent\n"); - fprintf(fp, "graph_info This graph shows LSM status\n"); + fprintf(fp, "graph_info This graph shows Foolsm status\n"); fprintf(fp, "graph_category network\n"); fprintf(fp, "graph_args --base 1000 -l 0\n"); @@ -177,9 +177,9 @@ static void plugin_export_munin(CONFIG *first) return; } - fprintf(fp, "graph_title LSM connection statuses\n"); + fprintf(fp, "graph_title Foolsm connection statuses\n"); fprintf(fp, "graph_vlabel Status\n"); - fprintf(fp, "graph_info This graph shows LSM connection statuses\n"); + fprintf(fp, "graph_info This graph shows Foolsm connection statuses\n"); fprintf(fp, "graph_category network\n"); fprintf(fp, "graph_info Status: 0 = DOWN, 1 = UP, 2 = UNKNOWN, 3 = LONG_DOWN\n"); fprintf(fp, "graph_args --base 1000 --lower-limit 0 --upper-limit 3\n"); |
