From 7ce2e47ac8323275dd841a803d9097720ef27cd6 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 3 Nov 2016 15:25:17 +0100 Subject: [PATCH] New version with logfile_linux.conf updated --- libexec/logFiles_linux.conf | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/logFiles_linux.conf b/libexec/logFiles_linux.conf index ed4c1a5..a4e043b 100644 --- a/libexec/logFiles_linux.conf +++ b/libexec/logFiles_linux.conf @@ -18,6 +18,6 @@ $MACROS = {}; criticalpatterns => '.*([Ff]ail|[Cc]ritical|[Ee]rror).*', criticalexceptions => [ '.*(smb|nmb)d.*', '.*xxx.*', - 'frmweb.*: segfault', ], + 'frmweb.*: segfault', ], }); diff --git a/package.json b/package.json index 21036ac..6c53a49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linux-snmp", "types": ["pack"], - "version": "1.8", + "version": "1.9", "homepage": "https://github.com/shinken-monitoring/pack-linux-snmp", "author": "Jean Gabès", "description": "Linux checks based on SNMP",