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 Castro <lucas@gnuabordo.com.br>2024-01-11 12:07:59 -0300
commit11c6082673831a4e7c07633394522a3a9cffeba0 (patch)
treee42650dfeafc8bc253377a689f84b34ae5948042 /plugin_export.c
parentf07863bd15070279a38dad7caa3617b0aaf44e96 (diff)
New upstream version 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");