From 9ceae90de09155f90a6f931a13e02652f6565fd9 Mon Sep 17 00:00:00 2001 From: kueller Date: Sat, 12 Nov 2022 13:12:45 +0000 Subject: [PATCH] =?UTF-8?q?Fehlerhaft=20platzierte=20Verzeichnisse=20f?= =?UTF-8?q?=C3=BCr=20tool=20addons=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@6314 504e572c-2e33-0410-9681-be2bf7408885 --- .../etc/xinetd.d/mk-livestatus | 26 ------------------- Viitor_motion/etc/init/motion.conf | 20 -------------- 2 files changed, 46 deletions(-) delete mode 100644 Viitor_mk-livestatus/etc/xinetd.d/mk-livestatus delete mode 100644 Viitor_motion/etc/init/motion.conf diff --git a/Viitor_mk-livestatus/etc/xinetd.d/mk-livestatus b/Viitor_mk-livestatus/etc/xinetd.d/mk-livestatus deleted file mode 100644 index 6700134..0000000 --- a/Viitor_mk-livestatus/etc/xinetd.d/mk-livestatus +++ /dev/null @@ -1,26 +0,0 @@ -service livestatus -{ - type = UNLISTED - port = 6557 - socket_type = stream - protocol = tcp - wait = no -# limit to 100 connections per second. Disable 3 secs if above. - cps = 100 3 -# set the number of maximum allowed parallel instances of unixcat. -# Please make sure that this values is at least as high as -# the number of threads defined with num_client_threads in -# etc/mk-livestatus/nagios.cfg - instances = 500 -# limit the maximum number of simultaneous connections from -# one source IP address - per_source = 250 -# Disable TCP delay, makes connection more responsive - flags = NODELAY - user = nagios - server = /usr/bin/unixcat - server_args = /var/lib/nagios/rw/live -# configure the IP address(es) of your Nagios server here: -# only_from = 127.0.0.1 10.0.20.1 10.0.20.2 - disable = yes -} diff --git a/Viitor_motion/etc/init/motion.conf b/Viitor_motion/etc/init/motion.conf deleted file mode 100644 index 6a96191..0000000 --- a/Viitor_motion/etc/init/motion.conf +++ /dev/null @@ -1,20 +0,0 @@ -description "Start the motion server" -author "Michael Freitag " -version 1.0 -emits none special - -start on (runlevel [345] and (started ifup)) -stop on runlevel [0126] - -console none - -pre-start script - if [ ! -f /etc/motion/motion.conf ]; then - exit 10 - fi -end script - -#expect daemon - -exec /usr/bin/motion -n -c /etc/motion/motion.conf -