Repository for the Monito Gnome-Shell extension. Monito is a simple monitoring extension that queries Icinga/Icinga2 monitoring servers in the spirit of Nagstamon.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Benjamin Drieu 09d7b3386b
New file
3 days ago
img Update README 1 year ago
schemas Actually let user change columns 7 months ago
servers Port to GTK4 & Gnome-Shell 42 3 days ago
.eslintrc.yml New file 3 days ago
.gitignore Initial import 1 year ago
COPYING Update copying and stuff 1 year ago
Makefile Add dep on Makefile 1 year ago
README.md Update todo 11 months ago
convenience.js Initial import 1 year ago
extension.js Tentative popup menu 3 days ago
metadata.json Port to GTK4 & Gnome-Shell 42 3 days ago
package.json Import of that file 7 months ago
prefs.js Improve columns display 3 days ago
stylesheet.css Fix URL stuff 11 months ago

README.md

Monito multi-monitoring checker

Monito is a simple tool to query monitoring servers and display results in the Gnome-Shell panel.

Screenshot

Manual Installation

If you install from sources/scratch, put the sources into the ~/.local/share/gnome-shell/extensions/monito@drieu.org directory. Then build the schema using either make schema or glib-compile-schemas --strict schemas/.

Once this is done, reload gnome-shell (Alt-F2) and execute gnome-tweaks to enable the extension or alternatively the following command gnome-extensions enable monito@drieu.org.

And voilà!

About

This extension has been developed for my own needs. I will maintain it and add features but it may be very crude, compared to the excellent nagstamon package, which only missed the ability to be put inside of the gnome-shell panel (this could not be developed).

Things I plan to add at some point or another:

  • Buttons to operate on services à la nagstamon (recheck, connect via SSH, etc.)
  • Filters to hide services (handled, scheduled downtime, host down, ...)
  • Support for other free (as in free speech) monitoring servers
  • Choose which columns are shown in services result

Things I will be unlikely to add unless a patch is provided:

  • Notification for new alerts
  • Display list of down hosts (I am not interested in host monitoring but services)