I\'m trying to write a monitoring script. It should connect to some port on my server, read the output, and if the output is the expected value, print 1 otherwise 0.
I am looking at collecting more detailed开发者_开发问答 java statistics (in plain text format) i.e. statistics that the jstat command emits - like garbage collection data etc. Can anyone please sugges
I\'m currently researching NetMX (and JMX by association) for a systems monitoring project.Does anyone have any real world examples of either of these libraries?
The company I work for built and hosts a web app used by our customers and I am interested in creating some kind of external monitoring page (similar to trust.salesforce.com) that users can go to to s
I have my own POSIX application which starts a child process. I want the parent process to be notified with the names of all files the child process reads or writes, as well as the file names of any c
I\'m running into problems with the size of my Sessions with my Web Application that is based on the Jboss Seam Framework. I am using MessAdmin to investigate and it is reporting that as soon as a Use
I am trying to find some example code to build a bandwidth monitor to keep tabs on my daily on/off peek download usage. I have a semi working solution but the data it shows includes all data transferr
I seem to be having a hard time getting the Apache module for Hyperic to compile in Ubuntu 8.10.Has anyone had any luck getting it to work?Does anyone have a precompiled version?
I\'m trying to set up custom Pingdom monitoring of my Rails application and would like to craft an XML response that looks like this:
I have set up several EC2 instances and intend to g开发者_Python百科ive multiple users access to them via SSH. Is there any file on the server that monitors who logs in and when?