Logs bizarres
Publié : 30 nov. 2025, 21:14
Bonsoir,
je vois ces logs (en plus des logs normales ) que j'ai redirigées sur mon serveur de Logs " rsyslog" qui arrivent de depuis Domoticz;
voici ma conf , rsyslog.conf et domotics.sh
rsyslog.conf:
domoticz.sh
salinois
je vois ces logs (en plus des logs normales ) que j'ai redirigées sur mon serveur de Logs " rsyslog" qui arrivent de depuis Domoticz;
elles arrivaient dans le fichier syslog. Est-ce normal ? A quoi ça correspond ? j'ai cherché avec le mot myst , pas trouvé !!!2025-11-30T12:26:58.118433+01:00 domoticz myst[2827]: #033[90m2025-11-30T12:26:58.117#033[0m #033[33mDBG#033[0m #033[1msession/pingpong/price_calculator.go:52 #033[0m#033[36m >#033[0m Calculated price 948611068130128464. Time component: 1.5321876736763783965e+16, data component: 9.3328919139336468125e+17. Transferred: 11233871892, duration: 185502.206802027. Price 297348248321469/h, 89204474496440741/GiB
voici ma conf , rsyslog.conf et domotics.sh
rsyslog.conf:
Code : Tout sélectionner
# /etc/rsyslog.conf configuration file for rsyslog
#
# For more information install rsyslog-doc and see
# /usr/share/doc/rsyslog-doc/html/configuration/index.html
#################
#### MODULES ####
#################
module(load="imuxsock") # provides support for local system logging
module(load="imklog") # provides kernel logging support
#module(load="immark") # provides --MARK-- message capability
# provides UDP syslog reception
#module(load="imudp")
#input(type="imudp" port="514")
# provides TCP syslog reception
#module(load="imtcp")
#input(type="imtcp" port="514")
*.* @192.168.0.205:514 ##### serveur loganalyzer
*.* @@192.168.0.205:514
local1 -/var/log/domoticz.log
###############
#### RULES ####
###############
#
# Log anything besides private authentication messages to a single log file
#
#*.*;auth,authpriv.none -/var/log/syslog
#
# Log commonly used facilities to their own log file
#
auth,authpriv.* /var/log/auth.log
cron.* -/var/log/cron.log
kern.* -/var/log/kern.log
mail.* -/var/log/mail.log
user.* -/var/log/user.log
#
# Emergencies are sent to everybody logged in.
#
*.emerg :omusrmsg:*
Code : Tout sélectionner
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
DESC="Domoticz Home Automation System"
NAME=domoticz
USERNAME=patrick
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
export PYTHONPATH=/Domoticz_Python_Environment:$PYTHONPATH
DAEMON=/domoticz/$NAME
DAEMON_ARGS="-daemon"
#DAEMON_ARGS="$DAEMON_ARGS -daemonname $NAME -pidfile $PIDFILE"
DAEMON_ARGS="$DAEMON_ARGS -www 8080"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 443"
#DAEMON_ARGS="-loglevel normal -/var/log/domoticz.log local1 -www 8080"
DAEMON_ARGS="$DAEMON_ARGS -log /var/log/domoticz.log"
DAEMON_ARGS="$DAEMON_ARGS -syslog local1"