Agent does not send metrics to server
Howdy,I have 4 hosts that I have configured identically through a provisioning program and just installed the hyperic agent on these hosts...here's the sequence of events:- Agent starts up, receives...
View ArticleMissing extern C
Regarding libsigar:Only the sigar.h contains a (conditional) extern "C".Using functions from e.g. sigar_format.h results in undefined references when using in C++.User can simply surround the include...
View ArticleHow to get correctly the percent of used CPU per process
I'm trying to get the percent of used CPU per process on windows with Qt/C++. Firstly i get a list of running processes and after, for each process i try to get the used CPU, for most process the...
View ArticleRunning process not always found
We use a thread to monitor our application. This thread runs every x seconds (x can be configured). Another parameter is the query specified. This query remains the same during thread execution....
View ArticleHow to get correct Windows virtual memory % usage and Avg Disk R/W Q Len metrics
Hi, Your help is greatly appreciated! I am getting different Windows metrics values from SIGAR with the values comparison against the Windows Performance Counter Objects. Below are the detail info:...
View ArticleApache 2.2 and httpd monitoring
I am new to hyperic and a little confused on how to setup apache 2.2 and httpd montoring. It lookes like they each require a plugin.I looked at the apache 2.2 plugin installation...
View ArticleHyperic 5.7 Released - vApp Upgrade Overview
Hello all - wanted to share a blog post I thought would be helpful.... StorageGumbo: Hyperic 5.7 Released - vApp Upgrade Overview: Hyperic 5.7 went GA this week and while upgrading the vApp is pretty...
View ArticleChange the application context?
I've just downloaded the community edition of Hyperic HQ 4.6.6. I've got a bunch of services that I front with Apache, using ProxyPass rules, (e.g. ProxyPass /nagios...
View ArticleNeed help to use Sigar Java API in Linux Environment
Hi, I have a certain requirements where I need to start & stop the service & kill if it is not stopping. I found the Sigar API provides the cross platform functionality for the same. I just...
View Articleagent jvm crash on solaris
I am experiencing regular jvm crashes with the following configuration:Platform:Â Â solaris 10 sparc 64bitHyperic:Â Â Â version: 4.2.0Monitoring: Jboss 5.1.0JVM:Â Â Â Â Â Â Â Â 1.6.17 (also tried with the 1.5...
View ArticleHype ric server is not able to start
Hi All, I have installed open-source postgresql 9.1 database and after that i have installed Hyperic Server 4.6 but while starting HQ server i am unable to start it ERROR [WrapperStartStopAppMain]...
View ArticleCalculating Cpu Percent Utilization (per process)
I'm trying to calculate cpu utilization for a list of processes returned viaa ProcessFinder, and I am hitting dead ends has anyone come across this yet,or does anyone have any ideas?Here is an example...
View Articlehiding behind a reversing proxy and ROOT context setup
Due to firewall issues, I need to hide hyperic behind an Apache server.The problem is hyperic is mapped to the ROOT context ("/") in the jboss server.But the apache server I want to put in front of it,...
View ArticleScript triggered by alert, also monitoring Xen under Linux
Hi, I've just started testing Hyperic and some other NMS's on my home development network before recommending one to roll out at work. I have 2 questions (I'm using Hyperic HQ, the Open Source...
View ArticleMultiple JBoss versions
Anyone ever get the agent to work when multiple versions of JBoss are on the same server? I run multiple instances of JBoss by binding multiple IP addresses to the server and then use the "--host"...
View Articlecoming from Nagios; not sure of Hyperic's config import behavior?
Hi all. I just got into Hyperic yesterday, so please bear with me if I am missing obvious things.I have a Nagios configuration that uses check_by_ssh, but not NRPE or NSCA, which are the only things...
View ArticleAvailability Alert when high load
Hi,we sometimes have high load on our fileserver (30-50) and the network. But a Ping always works and the samba-server always reacts. But the hyperic-agent gives an availabiltiy-alert, because of some...
View ArticleSupport for WebSphere 7?
The WebSphere Application Server 7 is out for some time now. Are there any plans to support it in Hyperic?
View ArticleSigar.getProcCpu(id) returns invalid data
I want to use Sigar to monitor a running process for CPU load. So far I have only gotten values smaller than 1 percent. So I wanted to test how it would handle higher CPU values and whether it gave...
View ArticleGet java process cpu %
Hi! I'm new to sigar.What i want to do is to get the cpu percentage that my java application is consuming.Can you suggest me which methods should i use?Thanks a lot!
View Article