Fixed windows addon example

This commit is contained in:
Luis Vidal Ernst
2021-04-27 12:49:29 +02:00
parent 8c712eaa36
commit 419eaf28ce

View File

@@ -7,9 +7,9 @@ local kp =
namespace: 'monitoring', namespace: 'monitoring',
}, },
windowsScrapeConfig+:: { windowsScrapeConfig+:: {
static_configs: { static_configs: [{
targets: ['10.240.0.65:5000', '10.240.0.63:5000'], targets: ['10.240.0.65:5000', '10.240.0.63:5000'],
}, }],
}, },
}, },
}; };