Display the current Icinga/Nagios Status in a Windows Sidebar Gadget
You are currently browsing all posts tagged with Icinga
NagStatus (Windows Sidebar Gadget) with Icinga/Nagios
Monitor Windows Performance Counters with Icinga or Nagios
Icinga or Nagios can be easily used to monitor Windows Performance Counters. This is quite useful, because the most “monitor-relevant” information from Windows Systems is available through Performance Counters. So, let’s start. First we’ll do the Windows-Part. Grab a copy of NSClient++ (Thanks a lot to Michael Medin for his great work on this AddOn)…
Nabaztag tells you your Nagios/Icinga status
I thought it’s a good idea to use Nabaztag also for a regular status message about the host and service state. Based on my other script notify-by-nabaztag.php (see this post) i’ve wrote another little PHP-Script which gets the Nagios/Icinga Status from the nagiostats/icingastats utility and use my notify-by-nabaztag.php to send out a status message. Here…
Nagios/Icinga meets Nabaztag
Since i have my Nabaztag-Bunny i ever wanted to use it for my Icinga notifications. I’ve found a perl script on the internet. But that one just sent out a message and not used LED flashing or ear movements also provided by the Nabaztag-API. So I’ve wrote my own notification script in PHP. You can…