]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 27 Mar 2026 13:32:56 +0000 (14:32 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 27 Mar 2026 13:32:56 +0000 (14:32 +0100)
.docker/config/monit/conf.d/home
.idea/workspace.xml
bin/healthcheck
bin/restart-logcat
servers/logcatb.php [deleted file]

index f4a0cf24db8563ff84e7c4d1f11e44208a59c36b..6b5ef5b3ac065b2baffd9de0ba5480d69568c8ae 100644 (file)
@@ -20,10 +20,4 @@ check process home-logcat-salon
         with pidfile "/var/run/home-logcats.pid"
         group homeautomation
         start program = "/home/tortugahome/www/servers/startdaemon logcats"
-        stop program = "/home/tortugahome/www/servers/stopdaemon logcats"
-
-check process home-logcat-bureau
-        with pidfile "/var/run/home-logcatb.pid"
-        group homeautomation
-        start program = "/home/tortugahome/www/servers/startdaemon logcatb"
-        stop program = "/home/tortugahome/www/servers/stopdaemon logcatb"
+        stop program = "/home/tortugahome/www/servers/stopdaemon logcats"
\ No newline at end of file
index b7b401fdf66ad5ace60a40438b8f9838672789a4..17deab45e87d6e857d726a3ada88ab78e0dd8a38 100644 (file)
@@ -5,13 +5,11 @@
   </component>
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
+      <change beforePath="$PROJECT_DIR$/.docker/config/monit/conf.d/home" beforeDir="false" afterPath="$PROJECT_DIR$/.docker/config/monit/conf.d/home" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/rooms.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/rooms.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/insteon.php" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/automodes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/automodes.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/homeassistant.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/homeassistant.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/bin/healthcheck" beforeDir="false" afterPath="$PROJECT_DIR$/bin/healthcheck" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/bin/restart-logcat" beforeDir="false" afterPath="$PROJECT_DIR$/bin/restart-logcat" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/servers/logcatb.php" beforeDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1774028822942" duration="792000" />
       <workItem from="1774430967346" duration="6359000" />
       <workItem from="1774441121722" duration="7518000" />
-      <workItem from="1774603188976" duration="4395000" />
+      <workItem from="1774603188976" duration="5376000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="649" />
+    <option name="localTasksCounter" value="650" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index d2b842f9c727a852eda01ceb2880af914dd7894c..7ce3bbf4edb9af9a9ce98c89db43a2f4ebfcd51e 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/php
 <?php
 require_once __DIR__ . "/../scripts/import.php";
-$heartbeats = ['cron', /*'logcats', 'logcatb',*/
+$heartbeats = ['cron', /*'logcats',*/
     'hue', 'squeezebox'];
 
 $hasError = false;
index 132535d756f4b3208de5150ff511a1efc463a219..f5bd0a80f0bb980876659cb8f7a5485700a8a3ec 100644 (file)
@@ -2,6 +2,4 @@
 pkill -f adb
 /application/bin/adb-connect
 /application/servers/stopdaemon logcats
-#/application/servers/stopdaemon logcatb
 /application/servers/startdaemon logcats
-#/application/servers/startdaemon logcatb
diff --git a/servers/logcatb.php b/servers/logcatb.php
deleted file mode 100644 (file)
index e8dc515..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/php
-<?php
-$forceConfig = $device = 'bureau';
-$l='b';
-include_once "logcat.php";
\ No newline at end of file