VMware Cloud Community
Schumi77
Contributor
Contributor

How to prevent discovering plateform services ?

Hi,

I don't want plateform services to appear. How to prevent polatform services from being discovered ?

I tried excluding the plugins with the following line in the agent.properties :

plugins.exclude=system,netservices,netdevice,camagent

I tried to deactivation the platform's service discovery like said in the documentation

http://support.hyperic.com/display/DOCS46/Prevent+Resource+Discovery

sigar.mirror.procnet=false
netservices.netstat=false

But it doesn't work T__T

Reply
0 Kudos
1 Reply
Schumi77
Contributor
Contributor

I eventually found out through looking at the source code.

Just add "system.services.discover=false" in the agent.properties file.

Upon discovering the plateform services, the agent will log "Ignoring [service type] services".

ie :

Ignoring NetworkServer Interface services.

Ignoring FileServer Mount services.

Ignoring CPU services.

Reply
0 Kudos