1
0
mirror of https://github.com/alexreinert/homematic_check_mk.git synced 2023-10-10 11:37:02 +00:00

8 Commits

Author SHA1 Message Date
Jens Maus
fcc773bd0d
introduced a wrapper script to either directly call an existing
'timeout' command (e.g. on RaspberryMatic) or to use shell syntax to
replicate the same functionality just using shell functionality. This
should hopefully solve any licensing issues between GPL and Apache2
license under which this check_mk_agent is licensed.
2019-01-22 10:15:15 +01:00
Jens Maus
b68676e1bc
changed waitmax to use the coreutils timeout command instead which
should provide the same functionality but is licensed under GPL3 which
is compatible to Apache2.
2019-01-21 22:53:46 +01:00
Jens Maus
2ab8da8d1b
added "waitmax" binary for CCU2 and CCU3 platform and propagated its use
to the check_mk agent execution. Also implemented nfsmounts and
cifsmounts outputs using waitmax.
2018-10-24 10:14:52 +02:00
Alexander Reinert
5fd140ea24 Fixed installation on original CCU2 2018-01-08 09:06:56 +01:00
Alexander Reinert
51efc44e6b Made some changes to be compatible with YAHM 2017-08-05 06:29:15 +02:00
Alexander Reinert
ac9fca048a Set missing exec attributes 2017-07-23 08:55:02 +02:00
Alexander Reinert
085bf4b77b Added date of last change to check message
Support more checks on CCU2
Preparations for release 1.1
2017-07-19 20:45:41 +02:00
Alexander Reinert
594331e987 Initial commit 2017-06-25 21:24:20 +02:00