aboutsummaryrefslogtreecommitdiff
path: root/plugin_export.c
diff options
context:
space:
mode:
authorLucas Castro <lucas@gnuabordo.com.br>2024-01-11 12:07:59 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-06-03 12:23:58 -0300
commit2d526a3651f6e789f99b8e4c1c1583b39869972a (patch)
tree9454be20d34a97c3f7f5a7bc636259c5b9990d30 /plugin_export.c
parentc7b8e8b43ffd2fb6d7544b125c95f191fe51bc10 (diff)
New upstream version 1.0.8upstream/1.0.8
Diffstat (limited to 'plugin_export.c')
-rw-r--r--plugin_export.c12
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");