Problem with Hyperic MSSql metrics
Hello, I installed hyperic agent on my server which is sending all metrics to HQ. However, MSSQL 2012 metrics are not being sent. Instead it is being reported as MSSQL 2008 in the Resources. Here is...
View ArticleCreation of a plugin for the Sonic MQ
I’m given the task by my employer Caesar Groep (www.caesar.nl) to create a plug-in for Hyperic to provide some basic monitoring of SonicMQ. SonicMQ is the proprietary middleware (messaging/ESB)...
View ArticleRunning simple command java -jar sigar.jar throws error
When I run the sigar.jar I get the following error:liblibsigar-x86_64-linux.so: liblibsigar-x86_64-linux.so: cannot open shared object file: No such file or directoryorg.hyperic.sigar.SigarException:...
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 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 Articleos suppoted by hyperic open source
hi ,if somebody tell me which are the os supported by hyperic open source (devellopement) on linux(ubuntu)
View Articlewhich version of ubuntu is suported by hyperic 5
i want make a build to hyperic open source v5 and i'am asking which version of ubuntu are supported by hyperic
View Articleissue with mvn test
hi when i run mvn package and mvn compile i had build succesfulbut wheResults : Tests in error: initializationError(org.hyperic.hq.application.SchedulerTest): org/hyperic/util/SpinBarrierCondition...
View Articlehi i have issue with hyperic open source installation version 5.8.1
hi , i have issues with hyperic open source installation version 5.8.1 when i exécute mvn package it dislpay this error' from repository cm-release (http://maven.cm.hyperic.org/release): Authorization...
View ArticleMonitoring multiple Oracle DB/Instances on single platform
I've done a fair amount of digging on the subject, and haven't found much. We were able to get HQ 5.8 to see our first instance on the platform, and attempted to manually register the second one.The...
View Articleissue when installing hyperic open source 5.8.1
i have this issue when installing hyperic open source 5.8.1 can somebody help me please Downloading:...
View Articleorg.postgresql.util.PSQLException: ERROR: relation "eam_config_props" does...
Hi, Did anyone ever find the solution to Error loading starting schema version: org.postgresql.util.PSQLException: ERROR: relation "eam_config_props" does not exist Position: 15I am getting the same...
View ArticleMySQL 5.0 / Hyperic 3.1.1 Issue
This is a fresh install of Hyperic 3.1.1 ... No errors installing, but once I go to the Dashboard, I receive the following: java.rmi.ServerException: RuntimeException; nested exception is:...
View ArticleProcess monitoring error. Sigar command works but not in the configuration
I am trying to monitor a java process, specifically tripwire. There are multiple java processes on this box so I used the sigar console to drill down the process I want to monitor. The query/output...
View ArticleTomcat 6 Monitoring: javax.management.AttributeNotFoundException
Hello,I have successfully setup Hyperic HQ to monitor my Tomcat 6 servers via the jmx-enabled plugin. However, the plugin seems to be unable to monitor the ThreadPool Resource. Everything else gets...
View Articletomcat 6.0 availability...
Hello,I'm having trouble with tomcat 6 availability in hyperic, exactly as described in http://communities.vmware.com/message/1921247#1921247 however the fix described there of altering the ptql...
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 ArticleHow to execute a script in Hyperic GUI?
I create a "New platform service" whose type is "Script", and set its "path" to a simple script in the remote machine which just touch a file for testing.But I don't know how to run this script in...
View Articleproblem with the monitoring weblogic8.1 cluster environment execute queues
We have an weblogic 8.1 cluster environment having total 2 physical machines, in that machine A contain Both admin server and one managed server X, in machine B we have another managed server Y, node...
View Articlehowto find out disk activity
How to find out disk activity ???I tried: Sigar sigar = new Sigar(); long bytesRead = 0; long bytesWrite = 0; long reads = 0; long writes = 0; FileSystem[] list =...
View Article