Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Uptime | 3,538 | 3 | 2 | 5 years ago | 7 | December 07, 2012 | 145 | mit | JavaScript | |
A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap. | ||||||||||
Webpackmonitor | 2,391 | 54 | 30 | 4 years ago | 15 | December 05, 2017 | 36 | mit | JavaScript | |
A tool for monitoring webpack optimization metrics through the development process | ||||||||||
Juicessh Performancemonitor | 520 | 2 years ago | 50 | apache-2.0 | Java | |||||
A JuiceSSH plugin for monitoring linux servers | ||||||||||
Midijack | 512 | 3 years ago | 1 | October 26, 2019 | 25 | C# | ||||
MIDI input plugin for Unity | ||||||||||
Centreon Plugins | 295 | 3 hours ago | 161 | apache-2.0 | Perl | |||||
Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure. | ||||||||||
Processhacker | 283 | a year ago | 6 | other | C | |||||
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware—mirror of https://github.com/processhacker2/processhacker.git | ||||||||||
Lagmonitor | 186 | 2 months ago | 27 | mit | Java | |||||
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control. | ||||||||||
Hwinfo Streamdeck | 172 | 2 months ago | 31 | CSS | ||||||
Monitor sensor readings with this HWiNFO64 Stream Deck Plugin | ||||||||||
Is Service Up | 167 | 6 years ago | 4 | apache-2.0 | Python | |||||
Monitor the status of all your cloud services in one page | ||||||||||
Tencentcloud Monitor Grafana App | 141 | 2 months ago | 30 | apache-2.0 | TypeScript | |||||
Tencent Cloud Monitor App Plugin for Grafana |
GKrellMMS: GKrellM XMMS Plugin patched for Audacious
The Audacious patch comes from Gentoo Linux but is no longer in the portage
tree. The patch became broken with Audacious 3.x and GTK 3.x so I
decided to update it and publish it here:
Enjoy,
Tiago Sousa aka mirage
------------------------ Original README follows -----------------------------
GKrellMMS: GKrellM XMMS Plugin Orginal Author: Sander Klein Lebbink [email protected] Current Maintainer: Sjoerd Simons [email protected] Homepage: http://gkrellm.luon.net/
A plugin for GKrellM, which allows you to control XMMS from within GKrellM.
If you don't already know what it features, you can look at GKrellMMS's homepage (url mentioned above). Or read the help-text in the config-tab when you have gkrellmms running.
1 - Be sure to have the latest gkrellm, or else the plugin could get in trouble when you compile it!!
2 - Unpack the gkrellmms tar.gz-file somewhere (if you haven't already)
3 - Edit gkrellmms.h to fit your needs (where to place the plugin) (Default is above the apm-monitor). You can also set the gravity (0 to 15) of GKrellMMS for use with multiple plugins which place themselves above the same monitor. The higher the gravity, the lower a plugin will be placed compared to other plugins with the same placement position.
4 - Edit the Makefile to set a name for the gkrellmms-binary. (without the .so!) Standard is 'gkrellmms', which will put gkrellmms under the Volume-plugin, when placed above the apm-monitor (which is default).
5 - Compile the plugin. You'll have to type: make. If you want i18n support, You'll have to type: enable_nls=1 make
6 - To install the plugin as a system-wide plugin, become root and type: make install If you want i18n support, You'll have to type: enable_nls=1 make install
You can also Copy gkrellmms.so to ~/.gkrellm2/plugins/ if you don't have
root-perms on your machine, or don't need to have the plugin sys-wide.
7 - Restart GKrellM, enable GKrellMMS if it's system-wide, and you have your plugin. :)
If things don't work, first read the FAQ-file to see if your problem is listed there. If it isn't, you can mail me your problem.
Bug reports, comments, suggestions, and all of that stuff can be sent to: [email protected]