Skip to content

Commit

Permalink
Improved dmesg
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Schoechlin committed Dec 27, 2017
1 parent a832d67 commit ce977bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-files/tools/zabbix_check_dmesg
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ while True:
for ident, regex in kernel_problems.items():
if regex.match(msg):
status = "ERROR"
sys.stderr.write("%s : %s : %s\n" % (EXECUTABLE, ident, line_str))
#sys.stderr.write("%s : %s : %s\n" % (EXECUTABLE, ident, line_str))
matched.append("%s/%s" % (ident, current_time_stamp))

status_data["timestamp"] = latest_time_stamp
Expand Down

0 comments on commit ce977bb

Please sign in to comment.