/plasma-applet-server-status

Applet for KDE Plasma 5 showing a status of the servers defined by user.

Primary LanguageQMLGNU General Public License v3.0GPL-3.0

Server Status Plasmoid

About

Applet for KDE Plasma 5 showing a status of the servers defined by user.

Written by Maciej Gierej - http://makg.eu

Installation

plasmapkg2 -i package

Use additional -g flag to install plasmoid globally, for all users.

Features

  • Add as many servers as you want
  • Customize font size and icons
  • 4 server checking methods: ping, ping for IPv6 addresses, HTTP 200 OK response, custom command
  • Automatic update of server status
  • Manual refresh by clicking on the server name

Custom command

You can define your custom command which will be executed on each server update. The plasmoid interprets exit code 0 as the server being online. Any other exit code will result in offline status. You can use %hostname% string in the command definition to pass particular server's hostname as an argument or option.

Screenshots

Server Status Plasmoid

Server Status Plasmoid (Panel)

Server Status Plasmoid (Configuration)

Server Status Plasmoid (Configuration)

Server Status Plasmoid (Configuration)

License

Released under the GPLv3 license.

Changelog

1.0

Initial release