Skip to content

Commit

Permalink
Re-enable other metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Mar 2, 2023
1 parent 2ae7599 commit deef614
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Service/ServerMonitor/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"PrometheusListenAddress": "127.0.0.1",
"PrometheusListenPort": 5000,
"PrometheusListenPath": "metrics/",
"CollectProcessorMetrics": false,
"CollectMemoryMetrics": false,
"CollectDiskMetrics": false,
"CollectNetworkMetrics": false,
"CollectUptimeMetrics": false,
"CollectProcessorMetrics": true,
"CollectMemoryMetrics": true,
"CollectDiskMetrics": true,
"CollectNetworkMetrics": true,
"CollectUptimeMetrics": true,
"CollectPowerMetrics": false,
"CollectFansMetrics": false,
"CollectServiceMetrics": false,
"CollectServiceMetrics": true,
"CollectDockerMetrics": true,
"DockerEngineAPIAddress": "tcp://localhost:2375",
"DockerEngineAPIVersion": 1.41
Expand Down

0 comments on commit deef614

Please sign in to comment.