2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

added: 98_systemd_watchdog.pm

git-svn-id: https://svn.fhem.de/fhem/trunk@17183 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2018-08-20 18:59:01 +00:00
parent 74f0549925
commit f37dbb024c
3 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- added: 98_systemd_watchdog: tested and moved from contrib
- bugfix: 36_Vallox: Initialization bug fixed - bugfix: 36_Vallox: Initialization bug fixed
- added: 00_MQTT: ability for client notifications: on connect, - added: 00_MQTT: ability for client notifications: on connect,
on disconnect, on timeout on disconnect, on timeout

View File

@ -219,6 +219,7 @@ sub watchdog_client_NotifySystemD($$) {
1; 1;
=pod =pod
=item summary_DE Sendet periodisch eine keep-alive Nachricht an das Systemd.
=begin html_DE =begin html_DE
<a name="systemd_watchdog"></a> <a name="systemd_watchdog"></a>
@ -280,6 +281,7 @@ sub watchdog_client_NotifySystemD($$) {
=end html_DE =end html_DE
=item summary Sends periodically keep-alive message to the systemd.
=begin html =begin html
<a name="systemd_watchdog"></a> <a name="systemd_watchdog"></a>

View File

@ -446,6 +446,7 @@ FHEM/98_TRAFFIC.pm jmike Unterstuetzende Dienste
FHEM/98_UbiquitiPM.pm Wzut Sonstige Systeme FHEM/98_UbiquitiPM.pm Wzut Sonstige Systeme
FHEM/98_UbiquitiOut.pm Wzut Sonstige Systeme FHEM/98_UbiquitiOut.pm Wzut Sonstige Systeme
FHEM/98_Verkehrsinfo.pm martins Unterstuetzende Dienste FHEM/98_Verkehrsinfo.pm martins Unterstuetzende Dienste
FHEM/98_systemd_watchdog.pm hexenmeister Unterstuetzende Dienste
FHEM/98_WeekdayTimer.pm igami Unterstuetzende Dienste FHEM/98_WeekdayTimer.pm igami Unterstuetzende Dienste
FHEM/98_WOL.pm dietmar63 Unterstuetzende Dienste FHEM/98_WOL.pm dietmar63 Unterstuetzende Dienste
FHEM/98_XmlList.pm rudolfkoenig Automatisierung FHEM/98_XmlList.pm rudolfkoenig Automatisierung