gitextract_96pcrkj4/ ├── .gitmodules ├── README.md ├── config/ │ └── smokeping_config ├── ops-docs/ │ └── vi技巧.txt ├── ops-scripts/ │ ├── devstack-start.sh │ ├── iozone_benchmark_fileio.sh │ ├── ip.txt │ ├── ipget.py │ ├── kuanpanshell/ │ │ ├── OAuth.sh │ │ ├── kuaipan_uploader.sh │ │ └── run.sh │ ├── lnmp_install.sh │ ├── lua-ngx-log.md │ ├── migratetoconfluence.py │ ├── mkpasswd/ │ │ ├── mkpasswd │ │ └── mpass.sh │ ├── nagios_install.sh │ ├── performance_tuning/ │ │ ├── set_rps.sh │ │ └── show-busy-java-threads.sh │ ├── plogstash/ │ │ ├── README.md │ │ └── plogstash.py │ ├── pptpd-centos6.sh │ ├── pstack.sh │ ├── systeminit.sh │ └── zabbix/ │ ├── zabbix_report_email/ │ │ ├── README.md │ │ ├── config.ini │ │ ├── default.docx │ │ ├── report.py │ │ └── requirements.txt │ └── zabbix_report_excel.py ├── zabbix-templates/ │ ├── Template Generic Linux OS.xml │ ├── Template Linux Multi CPU Cores.xml │ ├── Template Percona MySQL/ │ │ ├── README.txt │ │ ├── Template Percona MySQL.xml │ │ ├── scripts/ │ │ │ ├── get_mysql_stats_wrapper.sh │ │ │ └── ss_get_mysql_stats.php │ │ └── templates/ │ │ ├── userparameter_percona_mysql.conf │ │ └── zabbix_agent_template_percona_mysql_server_ht_2.0.9-sver1.1.7.xml │ ├── Template TCP/ │ │ ├── README.txt │ │ └── Template TCP Status.xml │ ├── Template UDP/ │ │ ├── README.txt │ │ └── Template UDP Status.xml │ └── Template for Redis/ │ ├── README.txt │ ├── Template for Redis.xml │ └── redismonitor.sh └── 开源工具一览表.md