Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Available as/for:
Description:
Command Monitor is a tool that allows you to periodically execute a command and watch the results of it. For instance, if you want to scan for wireless networks using "iwlist eth1 scan" you have to repeat that command each time you want to see if there's a new one. This program does it for you.

Command Monitor also allows you to execute the commands in a remote host using an SSH connection. Now you can comfortably watch the number of Apache child processes of your server.

Read the INSTALL file in the package for installation instructions.

Requires libssh from Aris Adamantiadis for the SSH functionality.

Ratings & Comments

2 Comments

dschulz

Your app may be very useful, interesting idea. 5 minutes ago I've downloaded & compiled Command Monitor successfully on ubuntu gutsy. I noticed 2 issues: * Before closing the app, I think you should wait until workerthread finishes, maybe invoking a stop() method (needs to be implemented) and then invoking wait(). You could simply accept() the QCloseEvent instead of qApp->quit() ------------------------- void CommandMonitor::closeEvent(QCloseEvent *event) { if(m_workerThread->isRunning()){ m_workerThread->stop(); m_workerThread->wait(); } event->accept(); } -------------------------- I'm not completely sure, just ideas. This might stop buggin with the annoying "QThread: Destroyed while thread is still running" message. * 2nd issue is the strange message from libssh-2 "Server specified invalid channel" I'll try to fix someway.. Congratulations ;)

infoneer

I saw your comments about libssh-2 and the message "Server specified invalid channel". Have you tracked down how this happens? Thanks in advance for any assistance/insight you can provide me. I'm working on a binding between libssh-0.2 and lua. Let me know if this is of any interest to you.

Pling
0 Affiliates
Details
license
version 0.1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other System Tools (NOT OS or ROMS):

KDE CDEmu Manager
marcel83
last update date: 1 year ago

Score 7.0

QPhotoRec
caezsar
last update date: 11 years ago

Score 5.7

Burg-manager
ingalex
last update date: 14 years ago

Score 7.4

Multi-Platform File Manager
Lunik
last update date: 21 years ago

Score 5.0

KFS
jrockey
last update date: 21 years ago

Score 5.0

dolphin-perforce-plugin
martin9000andersen
last update date: 11 years ago

Score 5.0



System Tags