├── README.md ├── Scripts ├── Win_Get_City.ps1 └── Win_Map_getCoordinates.py ├── alt-trmm-dashboards └── agentdash.json ├── dashboards ├── agentdash-v2.json ├── agentdash-v3.json ├── agentdash.json ├── clientdash-v1.json ├── clientdash.json └── clientmap.json ├── examples └── tvdash-antivirus-lowMemory.json ├── installg.sh └── updateg.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/Win_Get_City.ps1: -------------------------------------------------------------------------------- 1 | # Get City for Collectors 2 | Invoke-RestMethod -Uri 'http://ipinfo.io/' | select geohas 3 | -------------------------------------------------------------------------------- /Scripts/Win_Map_getCoordinates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/Scripts/Win_Map_getCoordinates.py -------------------------------------------------------------------------------- /alt-trmm-dashboards/agentdash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/alt-trmm-dashboards/agentdash.json -------------------------------------------------------------------------------- /dashboards/agentdash-v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/dashboards/agentdash-v2.json -------------------------------------------------------------------------------- /dashboards/agentdash-v3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/dashboards/agentdash-v3.json -------------------------------------------------------------------------------- /dashboards/agentdash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/dashboards/agentdash.json -------------------------------------------------------------------------------- /dashboards/clientdash-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/dashboards/clientdash-v1.json -------------------------------------------------------------------------------- /dashboards/clientdash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/dashboards/clientdash.json -------------------------------------------------------------------------------- /dashboards/clientmap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/dashboards/clientmap.json -------------------------------------------------------------------------------- /examples/tvdash-antivirus-lowMemory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/examples/tvdash-antivirus-lowMemory.json -------------------------------------------------------------------------------- /installg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/installg.sh -------------------------------------------------------------------------------- /updateg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dinger1986/TRMM-Grafana/HEAD/updateg.sh --------------------------------------------------------------------------------