Packages
  • by Ronny Bruska <ronny.bruska@gmail.com>

    Customized jolokia agent with option to add check_mk agent output via wato rule. v.1.1 - added missing customized check agent_jolokia

  • by Ronny Bruska <ronny.bruska@gmail.com>

    Customized check and wato plugin for mssql_backup. It&#39;s now possible to set levels for all kinds of backup types

  • by Ronny Bruska <ronny.bruska@gmail.com>

    Get date of last windows update.

  • by Ronny Bruska

    Monitoring of Lightning Network Nodes (lnd) v.1.1 - lnd_network and lnd_balance checks to stale if wallet is locked

  • by Ronny Bruska <ronny.bruska@gmail.com>

    Sidebar Snapin to show acknowledged host/service problems by current user. Also shows current host/service downtimes system-wide. You can define what username format is used (&quot;id&quot;, &quot;alias&quot;, &quot;firstname surname&quot;) in ~/local/share/check_mk/web/plugins/user_overview.py v.1.1 - adjustments to work with cmk 1.4.0, maybe you have to remove the old snapin from the sidebar and add the new one manually. Old package for cmk < 1.4.0 can be found on github. v.1.2 - fixed wrong view name, thanks to robert sander v.1.3 - fixed two bugs (see github issues), thanks to robert sander v.1.4 - now also works with nagios core

  • by Ronny Bruska <ronny.bruska@gmail.com>

    Get age and state of last sync on WSUS Server v.1.1 - added missing check plugin

  • by makanakoeln

    Modern monitoring-visualisation platform for Checkmk and a community successor to NagVis. It plugs into the Checkmk main menu and sidebar, reuses the OMD session for SSO, talks Livestatus directly, and pushes live state changes to the browser over WebSockets. Four board types (static, force-directed flow, severity radar, geo with OSM tiles), full host / service / hostgroup / servicegroup / BI object support, lines with arrows and weather-coloured perfdata, NagVis &#96;.cfg&#96; import, light / dark theme, English and German UI. Background, screenshots, motivation and discussion: [Checkmk forum thread](https://forum.checkmk.com/t/orbvis-a-nagvis-successor-candidate-developer-preview-feedback-welcome/59010) This MKP targets **Checkmk 2.5**. MKPs for 2.3, 2.4 and 2.6 are on the [GitHub releases page](https://github.com/makanakoeln/orbvis/releases). Status: early release (0.1.0), GPL-2.0-only. ## Installation > Uploading and enabling the MKP via the Checkmk GUI is **not enough** — > you must run &#96;orbvis-setup&#96; once on the command line as the site user. > The GUI cannot extract the frontend bundle, build the venv, register > the OMD service or wire up Apache. &#96;&#96;&#96;bash omd su SITE mkp add ~/orbvis.mkp mkp enable orbvis orbvis-setup &#96;&#96;&#96; After this, OrbVis appears in the Checkmk main menu and as a sidebar snapin. Authentication uses your existing Checkmk session. Full install guide (requirements, what &#96;orbvis-setup&#96; does, upgrade, production hardening): [docs/install.md](https://github.com/makanakoeln/orbvis/blob/main/docs/install.md) ## Uninstall Order matters — run the uninstall helper **before** disabling the MKP, so the OMD service, Apache snippet and venv are torn down while the package&#39;s hook scripts are still in place: &#96;&#96;&#96;bash omd su SITE orbvis-setup uninstall mkp disable orbvis mkp remove orbvis &#96;&#96;&#96; User data under &#96;$OMD_ROOT/local/share/orbvis/&#96; (&#96;boards/&#96;, &#96;orbvis.db&#96;, &#96;.env&#96;, &#96;backends.json&#96;) is preserved for later re-install. Delete the directory by hand for a fully clean removal.