Warning: session_start(): open(/tmp/sess_meisjunarmpp1ifsibtenp3ud4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
MetaMonitor openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

MetaMonitor

   0.4.5  

KDE Logging/Monitoring

Score 83%
xisxis
MetaMonitor
Home
MetaMonitor
zoom


MetaMonitor
zoom


MetaMonitor
zoom


Link:  Link
Downloads:  12166
Submitted:  Oct 24 2005
Updated:  Dec 21 2005

Description:

This simple program watches the syslog's or metalog's log file and pops up the window whenever the new message comes. You can specify the file to watch and a regular expression for parsing the log line, so you can watch other than log files too.

Now you can use themes in your popups. See MetaMonitor's homepage for the Themes Howto, a document describing how to create your own themes. Please send me your themes or publish them on KDE Look (in the 'Other theme/style' category).

Thanks to Konstantin Sobolev and his KLogView for inspiration and a few lines of code ;)

See MetaMonitor's homepage for more information.

See README file for source installation instructions.




Changelog:

0.4.5a:
+ Added Debian "unstable" package (for KDE 3.4.3) (Jérôme Viscaino)

0.4.5:
+ Added spanish translation (Alejandro Araiza Alvarado)
* Updated other translations files
+ Added themes support (can set the skin, text colors and body layout with the qt richtext)
* Command's button -> Command's anchor
* Complete rebuild of the configuration window
* Fixed popup's positioning. Now it's sensitive on the tray's position and doesn't hide kicker
* Fixed keyboard shortcuts in the advanced config (thanks Florian)
* Changed the text in About-Window to a little less stupid ;)
+ Added ability to clear the log window
* Updated AUTHORS file




LicenseGPL
Source(MetaMonitor)
Gentoo(MetaMonitor ebuild)
Mandriva(MetaMonitor rpm package)
Source(MetaMonitor src.rpm package)
Debian(MetaMonitor Debian "unstable" package)
Send to a friend
Subscribe
Other  Content  from xis
Report inappropriate content



goto page:  1  2  3  4  5  6  7  8 

-
.

 compile error

 
 by Cypress on: Oct 24 2005
 
Score 50%

I've been looking for something like this for a loooong time. However, when I run make, it gives me

cypress@malacka:~/compile/metamonitor$ make
/bin/sh ./config.status --recheck
running /bin/sh ./configure --prefix=/usr --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1379: syntax error near unexpected token `$APPNAMELC$,'
./configure: line 1379: `AM_INIT_AUTOMAKE($APPNAMELC$, $VERSION$)'
make: *** [config.status] Error 2


I've checked the configure script but I'm no programmer...


---------------
www.myl.ro
---------------

Reply to this

-

 Re: compile error

 
 by xis on: Oct 24 2005
 
Score 50%
xisxis
MetaMonitor
Home

Sorry, this is my fault. There is an error in the configure script. You can fix it by yourself, just edit the 'configure' file: go to line no 1901 and change those lines:

PACKAGE=$APPNAMELC$
VERSION=$VERSION$

to
PACKAGE=metamonitor
VERSION=0.2

Please, tell me if it's ok, so I' fix the file. Thanks.


Reply to this

-

 Re: compile error

 
 by xis on: Oct 24 2005
 
Score 50%
xisxis
MetaMonitor
Home

One more question, did you run './configure' before 'make'?


Reply to this

-
.

 very nice but

 
 by dzamboun on: Oct 24 2005
 
Score 50%

But if information coming fast, info-boxes is drawed over each other :(. And would be nice to customize info-boxes position. But extact that - very good idea! I like it!


dzamboun
Reply to this

-

 Re: very nice but

 
 by xis on: Oct 24 2005
 
Score 50%
xisxis
MetaMonitor
Home

Thanks! :)
My idea for the next version (maybe next next ;) )was that informations could be groupped into a single popup, but there is possibility that the popup can be really big :(

I like your idea with positioning the 'clouds'. However i am not sure if I am able to do it (especially when the user has kicker on the top/left/right side of the desktop). Anyway, I'll see what I can do :)


Reply to this

-
.

 make problems

 
 by british on: Oct 25 2005
 
Score 50%

hi! still getting: ------------------------------ /bin/sh ./config.status --recheck running /bin/sh ./configure --prefix=/usr/local/kde --no-create --no-recursion checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu ./configure: line 1379: syntax error near unexpected token `$APPNAMELC$,' ./configure: line 1379: `AM_INIT_AUTOMAKE($APPNAMELC$, $VERSION$)' make: *** [config.status] Error 2 --------------------------------- the fix mentioned above did not work :( where have i gone wrong?


greetinx gottfried
Reply to this

-

 Re: make problems

 
 by xis on: Oct 25 2005
 
Score 50%
xisxis
MetaMonitor
Home

Please, tell me, do you have automake-1.6 installed? There are few versions of this package and you maybe have only 1.9 or 1.7 but not 1.6. If you don't have it, please install automake-1.6 and try again. Tell me if that works, ok? Thank you.



Reply to this

-
.

 Some suggestion

 
 by bluexp on: Oct 25 2005
 
Score 50%

This is very usefull app I think.
I have a suggestion:
Adding an option to show system tray icon only when a new message arrives.

please ignore my english mistakes


Reply to this

-

 Re: Some suggestion

 
 by xis on: Oct 25 2005
 
Score 50%
xisxis
MetaMonitor
Home

First of all, thank you for your suggestion.
But I'm afraid it is not possible to implement this, because the tray icon is the only way for MetaMonitor to communicate with user. For example, if the icon is hidden, there is no way to close or reconfigure it.

Or maybe I just missunderstand you?


Reply to this

-
.

 Re: Re: Some suggestion

 
 by andresoton on: Oct 28 2005
 
Score 50%


Hello,

You can do that the communication with the app is done with dcop.

You can see my application KMediaNet (nmm_dcop) as example.

I want to add a system try icon to it , I am thinking at copy your system tray icon code ;-).

Regards.


Reply to this

-

 Re: Re: Re: Some suggestion

 
 by xis on: Oct 28 2005
 
Score 50%
xisxis
MetaMonitor
Home

Hi
Yes, I know about dcop and I think it's a great feature too :) I'm thinking about implementing this stuff in the future versions.
I hope you'll find my code useful!


Reply to this

-
.

 yet another error

 
 by dionis on: Oct 27 2005
 
Score 50%

seems that you haven't defined some macros. take a look to this:

make[1]: Entering directory `/home/mud/metamonitor'
configure.in:39: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:44: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:47: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:48: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:49: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:54: error: possibly undefined macro: AM_KDE_WITH_NLS
configure.in:57: error: possibly undefined macro: AC_PATH_KDE
configure.in:62: error: possibly undefined macro: AC_CHECK_KDEMAXPATHLEN
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/mud/metamonitor'
make: *** [configure] Error 2


Reply to this

-
.

 ebuild

 
 by Lenz on: Oct 28 2005
 
Score 50%

Can anyone write a Gentoo ebuild for that app?

Would be nice,
Lenz.


Reply to this

-

 Re: ebuild

 
 by xis on: Oct 28 2005
 
Score 50%
xisxis
MetaMonitor
Home

Hi,
Here:

http://www.iis.pwsz.elblag.pl/~thanos/metamonitor/metamonitor-0.2.1.ebuild

...is the gentoo ebuild for MetaMonitor. It's my first ebuild ever so I have no idea if that will work. Please test it and tell me if it's working, ok?
Thanks!


Reply to this

-
.

 Re: Re: ebuild

 
 by Lenz on: Oct 28 2005
 
Score 50%

Wow, that was fast! :)

Works very well, thanks!


Reply to this

goto page:  1  2  3  4  5  6  7  8 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team