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 +}