1834435 Members
2030 Online
110067 Solutions
New Discussion

Graphical Syslog Viewer.

 
SOLVED
Go to solution
Derek Whigham_1
Trusted Contributor

Graphical Syslog Viewer.

I am looking for a Graphical Syslog Viewer for HP-UX. I am looking to uses this on our central syslog server.

Anybody got recommendation. Opensource is fine.
Divide and Conquer
6 REPLIES 6
A. Clay Stephenson
Acclaimed Contributor

Re: Graphical Syslog Viewer.

Well since syslog.log is nothing but a text file then any graphical text editor will do the job for the question as you asked it. Three that spring to mind instantly at dtpad, GXedit, and cooledit. (The last two are available from any of the HP-UX Porting Centre's). However, a much better answer is Openview Operations's Message Browser. Using OV/O, messages from diverse sources (including syslog, SNMP traps, ... ) and from many hosts are gathered and centrally displayed. There are filters you can employ to separate wheat from chaff. OV/O or similar products is really the way to manage many hosts. OV/O will also allow you to handle routine tasks such as running low on disk space automatically --- including cleaning up and then extending a filesystem automatically.
If it ain't broke, I can fix that.
spex
Honored Contributor

Re: Graphical Syslog Viewer.

On a semi-related note, just yesterday, I came across a perl script that emulates a "tail -f" on multiple files. It's called logtail and is available here:

http://www.fourmilab.ch/webtools/logtail/

It requires Perl 4.0, patch level 36.

PCS
inventsekar_1
Respected Contributor

Re: Graphical Syslog Viewer.

Openview Operations mainly for infrastructure management. it does lot of other things also. It costs much. so plan accordingly.
the other three dtpad, GXedit, and cooledit can serve the required purpose alone.
Be Tomorrow, Today.
PeterWolfe
Respected Contributor
Solution

Re: Graphical Syslog Viewer.

Starting with the 11i V2 December 05 release
of HP-UX there a simple web based syslog viewer
integrated into the System Management Homepage.
This viewer is part of the Distributed Systems Administration Utilities. It
will find /var/adm/syslog/ logs by default
See /etc/rc.config.d/syslog-ng
for configuration variables to point
it at directories with additional log files.
Derek Whigham_1
Trusted Contributor

Re: Graphical Syslog Viewer.

Thanks for the Responses , This gives me some options to look at.
Divide and Conquer
Derek Whigham_1
Trusted Contributor

Re: Graphical Syslog Viewer.

Thanks Againg
Divide and Conquer