Warning: session_start(): open(/tmp/sess_9nf6qq5b11b57r5c1giatr0f37, 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: prev   1  2  3  4  5  6  7  8 

-
.

 missing data types

 
 by dionis on: Jan 27 2006
 
Score 50%

I've tried to compile your sources and while compiling mfile.cpp i got an error message at the lines 45-46 of mfile.h:
missing ino_t and off_t data types.
I've added then these lines to mfile.h:

#include «unistd.h»
#include «dirent.h»
[« and » are the minor and major symbols.]

and now i'm tasting your metamonitor :)

My distro is Slackware 10.1 and i have GCC 3.3.4.

Congratulation, great app =)


Reply to this

-

 Re: missing data types

 
 by xis on: Jan 30 2006
 
Score 50%
xisxis
MetaMonitor
Home

Thank you for your help. I'm sure that it will be much easier to other users to install MM with your improvement!

I think that the 0.4.6 release will have a lot of fixes (including yours), but I'm afraid you'll have to wait for it. I moved out to the other city and I got new job there so I have no time for MM now (I have to make shopping to my new flat and so on ;) ). But I will try very hard to make 0.4.6!

Please, stay tuned ;)
Best regards


Reply to this

-

 Permitions

 
 by Carroarmato0 on: Feb 18 2006
 
Score 50%

First of all I would like to congratulate you with your program.

I'm using Mandriva 2006, I want MetaMonitor to watch /var/log/messages for events so I changed file permitions in order to make it readable for MetaMonitor, but sometimes the permitions mysteriously jump back to default permition. How can I make that change permanent? Or how can I use the /var/log/everything/current file because it's not available on my system?


Reply to this

-
.

 Re: Permitions

 
 by Jointy on: Jul 20 2007
 
Score 50%

Hy,

If you use syslogd you have to change the permissions setting for your /var/log/message file over the /etc/syslog/syslog.conf

I use the syslog-ng daemon and Gentoo Linux and found my config under /etc/syslog-ng/syslog-ng.conf.

In this file I had to changed the "perm(0600)" option to "perm(0644)".

So now all users have read permission to this file and the metamonitor works fine.

regards
j0inty


Reply to this

-
.

 compilation error

 
 by mycot on: Apr 1 2006
 
Score 50%

gcc version 3.3.6 (Debian 1:3.3.6-7)

root@1[metamonitor-0.4.5]# make
make all-recursive
make[1]: Entering directory `/opt/metamonitor-0.4.5'
Making all in doc
make[2]: Entering directory `/opt/metamonitor-0.4.5/doc'
Making all in .
make[3]: Entering directory `/opt/metamonitor-0.4.5/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/metamonitor-0.4.5/doc'
Making all in en
make[3]: Entering directory `/opt/metamonitor-0.4.5/doc/en'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/metamonitor-0.4.5/doc/en'
make[2]: Leaving directory `/opt/metamonitor-0.4.5/doc'
Making all in po
make[2]: Entering directory `/opt/metamonitor-0.4.5/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/metamonitor-0.4.5/po'
Making all in src
make[2]: Entering directory `/opt/metamonitor-0.4.5/src'
source='metamonitor.cpp' object='metamonitor.o' libtool=no \
depfile='.deps/metamonitor.Po' tmpdepfile='.deps/metamonitor.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o metamonitor.o `test -f 'metamonitor.cpp' || echo './'`metamonitor.cpp
/usr/include/kde/kactioncollection.h:242: error: ISO C++ forbids declaration of 'KXMLGUIClient' with no type
/usr/include/kde/kactioncollection.h:242: error: expected ';' before '*' token
/usr/include/kde/kactioncollection.h:345: error: expected ',' or '...' before '*' token
/usr/include/kde/kactioncollection.h:345: error: ISO C++ forbids declaration of 'KXMLGUIClient' with no type
/usr/share/qt3/include/private/qucom_p.h:69: warning: 'struct QUBuffer' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:77: warning: 'struct QUType' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:104: warning: 'struct QUType_Null' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:287: warning: 'struct QUType_enum' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:307: warning: 'struct QUType_ptr' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:326: warning: 'struct QUType_iface' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:345: warning: 'struct QUType_idisp' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:364: warning: 'struct QUType_bool' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:383: warning: 'struct QUType_int' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:403: warning: 'struct QUType_double' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:423: warning: 'struct QUType_charstar' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:444: warning: 'struct QUType_QString' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucomextra_p.h:65: warning: 'struct QUType_QVariant' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucomextra_p.h:87: warning: 'struct QUType_varptr' has virtual functions but non-virtual destructor
make[2]: *** [metamonitor.o] Error 1
make[2]: Leaving directory `/opt/metamonitor-0.4.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/metamonitor-0.4.5'
make: *** [all] Error 2

That system is a Debian Sarge with all kde{libs[dev]} installed...i've tried to install libc6-2.3.6-3 but this compilation and others from kde application doesn't work. I would like to deepen this! bye guys


Reply to this

-
.

 Extending interface

 
 by farcaller on: Sep 6 2006
 
Score 50%

Thanks for the nice application.
I'm wondering, how can one extend interface, e.g. add 'block' button like on the first screenshot?


Reply to this

-

 Re: Extending

 
 by xis on: Sep 7 2006
 
Score 50%
xisxis
MetaMonitor
Home

Well, this is an old screenshot - currently the buttons aren't available. There's an anchor instead of button. It shows when you make a trigger with 'Execute command' action.

Cheers


Reply to this

-

 error...

 
 by scummos on: Apr 20 2007
 
Score 50%

make -f admin/Makefile.common
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
autom4te: unknown language: Autoconf-without-aclocal-m4
aclocal: autom4te failed with exit status: 1
make: *** [cvs] Fehler 1


:´[

tried all suported autoconf versions -- same error...
what to do?


Reply to this

goto page: prev   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