完善app告警信息;

增加基于ADC硬件机框ID作为设备sn功能.
This commit is contained in:
lijia
2020-01-20 09:40:51 +08:00
parent 45ab086f27
commit b72efa677a
25 changed files with 299 additions and 45 deletions

View File

@@ -89,5 +89,5 @@ local7.* /var/log/boot.log
#$ActionQueueType LinkedList # run asynchronously
#$ActionResumeRetryCount -1 # infinite retries if host is down
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
.notice @@192.168.100.5:514
*.warning @@192.168.100.5:514
# ### end of the forwarding rule ###

View File

@@ -77,7 +77,7 @@ sleep_for_time_ms(){
while [ 1 ]; do
start_time=`get_current_time_in_ms`
echo tsg-monitor start at `date +"%Y/%m/%d, %H:%M:%S.%N"` >> /tmp/tsg-monitor.log
#echo tsg-monitor start at `date +"%Y/%m/%d, %H:%M:%S.%N"` >> /tmp/tsg-monitor.log
start_background_cmd
sleep 10