Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring Monitoring software on IBM AIX Post 302978001 by zaxxon on Monday 25th of July 2016 07:55:00 AM
Old 07-25-2016
Sorry, I don't know any. Most monitoring solutions run on Linux like Nagios, Icinga, Groundwork, etc. or on Windows. IBMPower resources are may be too expensive just for a monitoring server.

Maybe you get lucky compiling/installing one with the GNU packages you can get here:

AIX Open Source Packages | Main / AIX Open Source Packages

There is also gcc and much much more.

Update:
There is even a completely compiled Nagios 4.1 package collection.

Last edited by zaxxon; 07-25-2016 at 09:00 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Monitoring Software??

Hi everybody, I am currently setting up a web site for customers to place orders. Having placed the order the file will be downloaded onto the Unix server (SCO UNIX v 5.0.4). At this point I need to be able to monitor the system for the file being resident and if it is then perform an action on... (2 Replies)
Discussion started by: cookiejar
2 Replies

2. News, Links, Events and Announcements

IBM Releases 500 Software Patents

If you haven't heard about this elsewhere, here is one link to the story. But here is a pdf file from IBM's website listing the patents. (5 Replies)
Discussion started by: Perderabo
5 Replies

3. Solaris

monitoring software

i am looking for a really good monitoring solftware for solaris . i need it to be installed on a server and accessed from a client application on windows , with some nice GUI interfaces . thanks (6 Replies)
Discussion started by: ppass
6 Replies

4. UNIX for Dummies Questions & Answers

network monitoring software

hi can i know if there is any GUI interface software to help in monitoring the network of the servers i have? something like a web pages or a stock pages when a processes is down, a red colour is flashes. best if it is free ;) (1 Reply)
Discussion started by: legato
1 Replies

5. AIX

how to find old software on IBM

Hi All, im trying to find some older versions of software due to a problem that i'm having after upgrading. namely. devices.sdd.43.rte ibm2105.rte version 32.6.100.18 devices.fcp.disk.ibm2105.rte version 32.6.100.18 devices.scsi.disk.ibm2105.rte version 32.6.100.18 Anyone any ideas... (0 Replies)
Discussion started by: djdavies
0 Replies

6. UNIX for Advanced & Expert Users

MOnitoring Software for Unix servers

Guys, I need a monitoring software for my Unix servers. Over the last couple of years, the number has increased to well over 40 servers. All have different applications running on them and it is impossible to go to everyone of them and do checks. I was using Spotlight on Unix. I was... (1 Reply)
Discussion started by: jair
1 Replies

7. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

8. AIX

ASK SNMPD configuration software monitoring

Hi, How to create new SNMP at aix configuration? Can your share in this the step by step.. regards, (1 Reply)
Discussion started by: williamen
1 Replies

9. Infrastructure Monitoring

Whats the best new monitoring software

Hi All We have a new site going live. with 80 switches , 10 servers We have used nagios ,icinga,mrtg and others what do users think is the best new software worth a look? thanks Richard (1 Reply)
Discussion started by: rdunne
1 Replies

10. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies
Parse::Debian::Packages(3pm)				User Contributed Perl Documentation			      Parse::Debian::Packages(3pm)

NAME
Parse::Debian::Packages - parse the data from a debian Packages.gz SYNOPSIS
use YAML; use IO::File; use Parse::Debian::Packages; my $fh = IO::File->new("Packages"); my $parser = Parse::Debian::Packages->new( $fh ); while (my %package = $parser->next) { print Dump \%package; } DESCRIPTION
This module parses the Packages files used by the debian package management tools. It presents itself as an iterator. Each call of the ->next method will return the next package found in the file. For laziness, we take a filehandle in to the constructor. Please open the file for us. METHODS
new( $filehandle ) next Iterate to the next package in the file, returns either a hash containing a package description, or false at end of file. as_hash( $filehandle ) Return all the packages from a filehandle as a hash of hashes. AUTHOR
Richard Clamp <richardc@unixbeard.net> with as_hash implementation by Thomas Klausner. COPYRIGHT
Copyright (C) 2003,2005,2012 Richard Clamp. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Module::Packaged perl v5.14.2 2012-03-11 Parse::Debian::Packages(3pm)
All times are GMT -4. The time now is 04:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy