From a4676d0e2e75ebcadfb2c947f7a1fa39b8aea246 Mon Sep 17 00:00:00 2001 From: Lucas Castro Date: Thu, 11 Jan 2024 12:07:59 -0300 Subject: New upstream version 1.0.8 --- plugin_export.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugin_export.c') 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"); -- cgit v1.2.3