VMware Cloud Community
funksoul
Enthusiast
Enthusiast

modifying serviceTypesForIndependentServices in hyperic.properties problem

Hi, folks.

I wanted to model Hyperic Service (InetAddress Ping, HTTP,.. etc) to independent vR Ops resource so added configuration parameter to hyperic.properties file like this:

    serviceTypesForIndependentServices=HTTP

Though it is described in the documentation (vRealize Operations Manager 6.0.1 Documentation Center) but looks like not working as expected.

Does anyone have experience on this issue?

Any hint will be appreciated.


vR Ops version is 6.0.1 and Hyperic adapter version is 6.0.2470875


Regards,

Ho-Sung

Tags (3)
Reply
0 Kudos
1 Reply
gregorlukas
VMware Employee
VMware Employee

Hi Ho-Sung,

this is a typo in the documentation, the property is called

servicesTypesForIndependentServices=HTTP

Further you may check whether you want to have a Hyperic server modeled as a resource or a Hyperic service. If it is a service, you need to specify the parent server as well. E.g.

serverTypesForIndependentServices=MyRuntime

servicesTypesForIndependentServices=MyApp

After changing hyperic.properties you need to restart the collector service: service vmware-vcops restart collector

Regards,

Gregor

Reply
0 Kudos