From aceb2b4992c0caff65984c49493c095ab0bb6cee Mon Sep 17 00:00:00 2001 From: George Pochiscan Date: Thu, 3 Sep 2020 12:44:47 +0300 Subject: [PATCH] cleared clprs --- hitachi-vsp/.gitignore | 2 +- hitachi-vsp/share/check_mk/checks/hitachivsp_clprs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hitachi-vsp/.gitignore b/hitachi-vsp/.gitignore index 485dee6..5678398 100644 --- a/hitachi-vsp/.gitignore +++ b/hitachi-vsp/.gitignore @@ -1 +1 @@ -.idea +*.idea* diff --git a/hitachi-vsp/share/check_mk/checks/hitachivsp_clprs b/hitachi-vsp/share/check_mk/checks/hitachivsp_clprs index dd1faed..10ec20f 100644 --- a/hitachi-vsp/share/check_mk/checks/hitachivsp_clprs +++ b/hitachi-vsp/share/check_mk/checks/hitachivsp_clprs @@ -51,4 +51,4 @@ check_info['hitachivsp_clprs'] = { 'check_function': check_hitachivsp_clprs, 'service_description': 'CLPR %s', 'has_perfdata': True -} \ No newline at end of file +}