From 0de0687f3034b33dca7c7319008aeff276ff027c Mon Sep 17 00:00:00 2001 From: mpana Date: Mon, 10 Sep 2018 09:18:46 +0300 Subject: [PATCH] added new line to end --- agents/bakery/mk_nfsiostat | 4 ++-- agents/plugins/mk_nfsiostat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agents/bakery/mk_nfsiostat b/agents/bakery/mk_nfsiostat index 9709abd..bc58f92 100644 --- a/agents/bakery/mk_nfsiostat +++ b/agents/bakery/mk_nfsiostat @@ -4,7 +4,7 @@ def bake_nfsiostat(opsys, conf, conf_dir, plugins_dir): shutil.copy2(cmk.paths.local_agents_dir + "/plugins/mk_nfsiostat", plugins_dir + "/mk_nfsiostat") -bakery_info["mk_nfsiostat"] = { +bakery_info["nfsiostat"] = { "bake_function" : bake_nfsiostat, "os" : [ "linux", ], -} \ No newline at end of file +} diff --git a/agents/plugins/mk_nfsiostat b/agents/plugins/mk_nfsiostat index c0eb91c..4bea8ef 100644 --- a/agents/plugins/mk_nfsiostat +++ b/agents/plugins/mk_nfsiostat @@ -3,4 +3,4 @@ if command nfsiostat > /dev/null ; then echo '<<>>' nfsiostat | paste -sd " " - | tr -s ' ' -fi \ No newline at end of file +fi