Monitoror是一个用Go编写的单文件应用程序 资料 https://monitoror.com/documentation/ https://demo.monitoror.com/?configUrl=https://monitoror.com/assets/demo.monitoror.com-config.json https://monitoror.com/assets/demo.monitoror.com-config.json 下载monitoror-windows-amd64-3.1.0.exe,然后双击运行,打开浏览器加载配置文件 有两种加载配置文件的方式: 通过URL: http://localhost:8080? configUrl =https://example.com/config.json 按路径: http://localhost:8080? configPath =./config.json http://localhost:8080/?configPath=./config.json&theme=dark { "version": "1.0", "columns": 3, "tiles": [ { "type": "HTTP-STATUS", "label": "公司网站", "params": { "url": "http://sh.aisino.com/", "status": "SUCCESS" } }, { "type": "PING", "label": "Ping 开票服务器", "params": { "hostname": "192.168.100.41", "status": "SUCCESS" } }, { "type...