This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/tsg-cli-mcn0/templates/tsg_cli_env.ini.j2

30 lines
554 B
Plaintext
Raw Normal View History

2020-11-12 22:56:55 +06:00
[influxdb]
server_ip=192.168.100.1
server_port={{ influxdb.port }}
username={{ influxdb.username }}
password={{ influxdb.passwd }}
database={{ influxdb.dbname }}
[telegraf]
server_ip=192.168.100.1
server_port={{ telegraf.udp_listener }}
[sapp]
fs2_stat_file=/home/mesasoft/sapp_run/fs2_sysinfo.log
[kni]
fs2_stat_file=/home/mesasoft/sapp_run/fs2_kni.status
[tfe]
fs2_stat_file=/var/log/tfe/tfe.fs2
[threshold]
#means percent, n%
cpu_critical_high=90
cpu_major_high=80
mem_critical_high=90
mem_major_high=80
disk_critical_high=90
disk_major_high=80