Open for Voting

Show number of nodes assigned to an NCM connection profile

In the gui you can see how many nodes have a WMI or SNMP credential such as pastedImage_0.png

I'd like to see the same for NCM under connection profiles along with having the number of nodes be a link to seeing the number of nodes a credential is applied to. I'm aware this data is elsewhere but it would be more consistent with NPM to have this listed. There's already blank space under NCM connection profiles that this could fit under easily. I know in my case in specific I have a number of connection profiles so this would be helpful.

pastedImage_2.png

Parents
  • I think this is a good idea, but if you need the data you could write a query in SWQL.  This will show you the profile ID's and then you can run a count query on each one if you want.  

    SELECT DISTINCT

    CIRNP.ConnectionProfile

    FROM Cirrus.NodeProperties CIRNP

Comment
  • I think this is a good idea, but if you need the data you could write a query in SWQL.  This will show you the profile ID's and then you can run a count query on each one if you want.  

    SELECT DISTINCT

    CIRNP.ConnectionProfile

    FROM Cirrus.NodeProperties CIRNP

Children