diff --git a/README.md b/README.md index 2f7d00c3275395a9599d74df48978a4839e9f891..c44a3bafcdaabce1c874a30f7eeaa8307d02b91b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[PACKAGE]: ../../raw/master/snmp_uptime-0.0.2-20230805.mkp "snmp_uptime-0.0.2-20230805.mkp" +[PACKAGE]: ../../raw/master/mkp/snmp_uptime-0.0.2-20230805.mkp "snmp_uptime-0.0.2-20230805.mkp" # SNMP uptime This check is based on the snmp_uptime check form CMK. It adds the SNMP-FRAMEWORK-MIB::snmpEngineTime OID to the check. Its value is in seconds not ticks and therefore the Uptime can now be around 68 years before a rollover of the counter :-) diff --git a/doc/sample.png b/img/sample.png similarity index 100% rename from doc/sample.png rename to img/sample.png diff --git a/mkp/snmp_uptime-0.0.2-20230805.mkp b/mkp/snmp_uptime-0.0.2-20230805.mkp new file mode 100644 index 0000000000000000000000000000000000000000..6a90ea2c6eed33ac4afc76cfd90917b2b6316f92 Binary files /dev/null and b/mkp/snmp_uptime-0.0.2-20230805.mkp differ diff --git a/snmp_uptime-0.0.2-20230805.mkp b/snmp_uptime-0.0.2-20230805.mkp deleted file mode 100644 index 850e4566266b891ea064494e34d63291606a9fa1..0000000000000000000000000000000000000000 Binary files a/snmp_uptime-0.0.2-20230805.mkp and /dev/null differ diff --git a/agent_based/snmp_uptime.py b/source/agent_based/snmp_uptime.py similarity index 100% rename from agent_based/snmp_uptime.py rename to source/agent_based/snmp_uptime.py diff --git a/packages/snmp_uptime b/source/packages/snmp_uptime similarity index 94% rename from packages/snmp_uptime rename to source/packages/snmp_uptime index 922b4a0930884b36bd8e2745ce249bb63ca7530f..b0183fc4cd0d23a40499ce029dd7b1a116bd589a 100644 --- a/packages/snmp_uptime +++ b/source/packages/snmp_uptime @@ -10,5 +10,5 @@ 'title': 'SNMP Uptime', 'version': '0.0.2-20230805', 'version.min_required': '2.0.0b1', - 'version.packaged': '2.2.0p7', + 'version.packaged': '2.2.0p24', 'version.usable_until': None}