Questions tagged [hyperic]

Hyperic is application monitoring and performance management for virtual, physical, and cloud infrastructures.

13 questions
2
votes
2 answers

What is your experience using Hyperic HQ to monitor a distributed/clustered systems

I've been trying to find a good solution (that can run on Windows) for monitoring/trending/alarming a distributed system comprised of primarly Java technology (Tomcat, ActiveMQ, JBossCache, etc.), but also some .Net and MySQL/SQLServer. Hyperic HQ…
Todd
  • 243
  • 1
  • 5
  • 8
2
votes
1 answer

Getting error while trying to install Hyperic server

I am trying to install the latest version of Hyperic (4.6.6) on centos machine and getting this error. > /home/hq/agent-4.6.6/bin/hq-agent.sh start Installing the server... Unpacking server to: /home/hq... Creating server > configuration…
Napster_X
  • 3,333
  • 16
  • 20
2
votes
2 answers

Monitor log file size with hyperic

I am monitoring a number of enterprise resources with Hyperic and have a hard requirement to monitor their log files both for content and for size, as they have a habit of growing out of control. Monitoring the content is easy, but I'm not sure how…
sgargan
  • 235
  • 3
  • 5
2
votes
3 answers

Hyperic HQ- Monitor process statistics for 50+ processes on Linux machine

Is there an easy way to get metrics on all processes that start with the letters XYZ? I have about 80 processes that I have to monitor individually that all start with the prefix XYZ. I have created a query using the sigar shell: ps…
Chris
1
vote
1 answer

Complete stack traces from Hyperic

I've setup Hyperic to run on our CI-machine, and every once in a while it reacts to some random stack trace and sends of an alert. So far so good, we've caught a lot of intermittent bugs that way. My only issue is that the alert only contains the…
1
vote
2 answers

How to tune down the Hyperic built-in postgresql database for a small setup

We are testing out Hyperic 4.5.1 in a quite small environment for now. Currently there are just 1-5 agents and there probably won't be any more than 10-15. When I run ps ax there are 20(!) postgres processes running. For a small setup like this,…
Svish
  • 6,627
  • 14
  • 37
  • 45
1
vote
2 answers

Periodic 100% cpu with Hyperic Agent

I've been running Hyperic for a few months now and for the most part I'm pretty happy with it. I have recently noticed however that the agent process seems to hog 100% of the cpu every 15 mins for about 30 secs. The servers are windows 2003, the…
Robin
  • 807
  • 3
  • 11
  • 19
0
votes
2 answers

Hyperic HQ says the server is down, but it is not!

I've been using HQ for a couple months now, and everything worked fine. But since yesterday all resources go down for a couple hours, and then everything restores to normal, and then go down again without doing anything. The server of course is…
Diego Jancic
  • 175
  • 2
  • 11
0
votes
1 answer

Unable to Get IIS Response Times with Hyperic Monitoring Tool

We have a very large .NET application (vendor) that I am trying to gather performance metrics for using Hyperic. In general I wanted to be able to report response times for each of the components within the application, which include: Web…
jwmajors81
0
votes
1 answer

Hyperic is causing performance problems

Currently we are using vFabric Hyperic 4.5.2.2 to monitor a number of systems. The alerts and such were setup prior to my joining this team, but I have been looking at ways to improve them, namely minimize the impact of the monitoring on the…
Lee Lowder
  • 440
  • 1
  • 5
  • 17
0
votes
2 answers

Where to install JDBC drivers in Hyperic Server

I have installed Hyperic Server 4.4.0 and I want to use an SQL plugin that connects to an Oracle database. To make this work on the Agent i had to download a JDBC driver for Oracle and put it in [agent-dir]/bundles/[bundle-dir]/pdk/lib. I can now…
Svish
  • 6,627
  • 14
  • 37
  • 45
0
votes
1 answer

How to monitor Java memory Usage or Heap Size via Hyperic Monitoring

I was trying to configure the JVM memory usage, Heap Size and Logs monitoring via Hyperic Tool. But the documentation is not much clear how to do that. Is anybody can guide me please.
Ramesh Kumar
  • 1,690
  • 5
  • 18
  • 29
-1
votes
3 answers

How to manage resources in a multi-cloud service environment?

I am trying to setup an environment which will allow our development team to centrally manage all our cloud-based resources/services available. I have already looked at a variety of tools, but I am interested in a feature that will allow me …