From 92fe4673a36e2ce89c660a9b4c7ed62a37f8214a Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Tue, 18 Oct 2022 10:38:23 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fa7563..4a2d5bc 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This check is based on the snmp_uptime check form CMK 2.0. It adds the SNMP-FRAM snmpEngineTime : The number of seconds since the value of the snmpEngineBoots object last changed. When incrementing this object's value would cause it to exceed its maximum, snmpEngineBoots is incremented as if a re-initialization had occurred, and this object's value consequently - reverts to zero. + reverts to zero. This is a 32 bit integer counter (0..2147483647). ``` -**Note**: this is only a SNMP section that supersedes the original section "snmp_uptime". It will not touch the original check. You can control the usage of this section by disable/enable SNMP section "snmp_uptime_exetended" +**NOTE**: this is only a SNMP section that supersedes the original section "snmp_uptime". It will not touch the original check. You can control the usage of this section by disable/enable SNMP section "snmp_uptime_exetended" **NOTE**: this plugin my have some side efects on checks that use the original section and expect the uptime not larger than 497 days. I.e the interface inventory plugin ecpects this to calculate the "not used" state. -- GitLab