I'm testing the new Metrics component and it seems it doesn't find my Windows NRPE based services. So as an example, I have a bunch of 'DRV_X_Load' named services, one for each disk. I would have expected that the new Metrics component would be able to compare the data of these disk loads? It only finds my check_nt based services. As I'm not using any check_nt checks on my production servers, this is rather useless.
Please let me know how I can make the new Metrics component pick up these services? This is only on my test environment. As I'm using custom naming conventions for all my checks, I fear none of them will show up on my production server.
A list of the naming conventions I'm using for checks that should be visible in the Metrics component.. (These are just a few of many) I prefer grouping services with a prefix.
DRV_X_Usage => For all Disk usage checks
DRV_X_Load => For all Disk load checks
NET_Connections => Network connections
NET_Load => Network IO
SRV_CPU => CPU Statistics
SRV_Memory => Memory info
SRV_Ping => Ping
Any help to get this working somehow is welcome, as at this moment, the new Metrics component is doing nothing..
Willem