Dashboard style tool(s)?


 
Thread Tools Search this Thread
Operating Systems AIX Dashboard style tool(s)?
# 1  
Old 05-10-2005
Bug Dashboard style tool(s)?

I was wondering if anyone knows of any dashboard style tools for AIX. One of my many responsibilities is to report the status of the boxes and whether certain things are "up" and running each and every day. Nonetheless, this is a MAJOR pain as I have to logon to each box, pull up URLs through my browser, and basically test certain things in my application to make sure it's all still up and running. This is a MAJOR pain! I would think there would be something out there that allows one to see such things as CPU utilization, space, and various other things all from a URL (or something similar) where I could see it all from one place without having to do all of it manually. Any tips, hints, links, suggestions, etc. would be greatly appreciated.
# 2  
Old 06-01-2005
Quote:
Originally Posted by dsimpg1
I was wondering if anyone knows of any dashboard style tools for AIX. One of my many responsibilities is to report the status of the boxes and whether certain things are "up" and running each and every day. Nonetheless, this is a MAJOR pain as I have to logon to each box, pull up URLs through my browser, and basically test certain things in my application to make sure it's all still up and running. This is a MAJOR pain! I would think there would be something out there that allows one to see such things as CPU utilization, space, and various other things all from a URL (or something similar) where I could see it all from one place without having to do all of it manually. Any tips, hints, links, suggestions, etc. would be greatly appreciated.
TOPAS might do most of what you are looking for. (man topas)

NMON is another tool, which is similar in scope, plus you can put it in daemon mode, collect snapshot files for performance analysis and there are some tools already developed for it (like NMON analyzer). (google for "nmon aix" to find a download site)

Create some scripts alerting you when some error condition occurs (app processes not there, filespace in certain FSs exhausted, etc.) and you have pretty much of what you are looking for.

bakunin
# 3  
Old 06-02-2005
See this thread .
# 4  
Old 06-02-2005
Another option would of course be nagios
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Puppet dashboard

Hello all, can you please let me know if the free version of puppet provides dashboard? Or how do you get info about failed installation or other staff for the puppet agents? Sorry for not googling first :) (3 Replies)
Discussion started by: Vit0_Corleone
3 Replies
Login or Register to Ask a Question