Packages
  • by makanakoeln

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

  • by makanakoeln

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

  • by makanakoeln

    Get date of last windows update.

  • by makanakoeln

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

  • by makanakoeln

    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 makanakoeln

    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 streams live state changes to the browser over Server-Sent Events (with an automatic polling fallback that rides through Checkmk&#39;s double-Apache proxy). Board types: static, force-directed flow, severity radar, geo with OSM tiles, plus an experimental folder board built from the Checkmk SETUP hierarchy. Full host / service / hostgroup / servicegroup / BI object support, dynamic groups resolved live from a Livestatus filter, lines with arrows and weather-coloured perfdata, an optional NagVis classic render mode for faithful &#96;.cfg&#96; imports, light / dark theme that adopts Checkmk&#39;s own status colours, and an English / 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: 0.4.1, 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;