Skip to content
Bots!
Bots!
  • About
    • Myself
    • আমার দোয়া
  • Bookmarks
    • Bookmarks
    • My OCI Bookmarks
    • Useful Proxmox Commands & Links
    • Learning Nano
    • Useful Sites
    • Useful Virtualbox Command
    • Useful MySQL Command
    • Useful Linux Command
    • BTT-CAS
  • Resources
    • Webinar on Cloud Adoption for Project Managers
  • Photos
  • Videos
  • Downloads
Bots!

Tag: icinga

Varnish Nagios Plugin

Rumi, September 24, 2013

Install To use this plugin you need to have varnishstat installed which is installed by default when you install varnish. Perl is also required for this plugin. If you don’t have Perl installed you can install in by running the command below sudo apt-get install perl or sudo yum install…

Continue Reading

Nagios- Memory Check Plugin

Rumi, January 6, 2013January 6, 2013

Dave the below code as check_mem.sh using nano and chmod it to +x. (file to be saved inside nagios libexec- such as /usr/local/nagios/libexec/check_mem.sh

Continue Reading

Nagios JBoss Plugin

Rumi, June 25, 2012

Perl script to check thread and memory usage of a Jboss server. I didn't like the Jboss checks that I've found which require Java or remote-run, so I wrote this. It's a simple check that looks at memory usage and busy threads. I did this with percentage thresholds to make…

Continue Reading

Icininga on SSL

Rumi, June 25, 2012

    This is intended to be an introduction for implementation of stronger authentication and server security focused around the CGI web interface. There are many ways to enhance the security of your monitoring server and Icinga environment. This should not be taken as the end all approach to security….

Continue Reading

Nagios LDAP Monitoring (works for icinga as well)

Rumi, June 20, 2012June 20, 2012

on commands.cfg file   define command {         command_name check_ldaps         command_line    $USER1$/check_ldap.pl -H 192.168.0.123 -p 389 } on your <server.cfg> file-   define service{      use generic-service   ; template name, available by default      host_name LDAP  ; unique name…

Continue Reading

Installing NRPE For Icinga on Ubuntu 10.10 & CentOS 5.5

Rumi, June 11, 2012June 11, 2012

I currently have Icigna 1.2 (classic, web, and mobile) running on Ubuntu 10.10. I have a few other Linux servers that I would like to monitor as well. There is a good amount of information on installing Nagios and things to accompany it but Icigna documentation and blogs are fewer….

Continue Reading

Icinga Sample Host cfg file to monitor Windows Server

Rumi, December 8, 2011December 8, 2011

define host{ use             windows-server  ; Inherit default values from a template host_name blk-smsgw ; The name we're giving to this host alias           Windows Server       ; A longer name associated with the host address        10.10.10.1    ; IP address of the host         } definehostgroup{ alias           Windows Servers ; Long name…

Continue Reading

Monitor Windows Service using Nagios (Icinga)

Rumi, December 8, 2011

On the Nagios Server edit the file /usr/local/nagios/etc/objects/windows.cfg: # vi /usr/local/nagios/etc/objects/windows.cfg Add the following to create a new service definition to monitor the process state of WinVNC.exe (VNC Server): # Create a service for monitoring the WinVNC.exe process # Change the host_name to match the name of the host you…

Continue Reading

Icinga Resources

Rumi, May 31, 2011June 11, 2012

http://www.howtoforge.com/icinga-monitoring-solution-installation-and-configuration-on-centos http://www.kernelhardware.org/nagios-nrpe-to-monitor-remote-linux-server/ http://docs.icinga.org/1.0.1/en/quickstart-icinga.html http://danielaliaman.com/blog///index.php/install_nrpe_on_debian_host?blog=2 http://nagios.sourceforge.net/docs/3_0/monitoring-publicservices.html http://winnersdontlose.com/?p=67 http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration https://sites.google.com/a/blueprint.org/infrastructure/Home/List-of-All-Tasks/Configure-new-Nagios-clients http://docs.icinga.org/1.2/en/ http://docs.icinga.org/1.2/en/monitoring-windows.html http://docs.icinga.org/1.2/en/monitoring-routers.html http://docs.icinga.org/1.2/en/verifyconfig.html http://docs.icinga.org/1.2/Icinga_v12_en.pdf http://efwsupport.com/index.php?topic=451.0 http://www.deobfuscate.net/?p=680 http://www.nagios-wiki.de/nagios/plugins/check_http http://linuxsysadminblog.com/2009/01/monitoring-a-java-application-from-nagios/ http://linuxsysadminblog.com/2009/02/nagios-how-to-check-if-remote-process-is-running/ http://techblog.willshouse.com/2012/03/26/nagios-check_dns-example/

Continue Reading

Myself…

Hi, I am Hasan T. Emdad Rumi, an IT Project Manager & Consultant, Virtualization & Cloud Savvyfrom Dhaka, Bangladesh. I have prior experience in managing numerous local and international projects in the area of Telco VAS & NMC, National Data Center & PKI Naitonal Root and CA Infrastructure. Also engaged with several Offshore Software Development Team.

Worked with Orascom Telecom-Banglalink, Network Elites as VAS partner, BTRC, BTT (Turkey) , Mango Teleservices Limited and Access to Informaiton (A2I-UNDP)

Currently working at Oracle Corporation as Principal Technology Solution and Cloud Architect.

You can reach me [h.t.emdad at gmail.com] and I will be delighted to exchange my views.

Tags

Apache Bind Cacti CentOS CentOS 6 CentOS 7 Debain Debian Debian 10 Debian 11 Debian 12 DKIM Docker endian icinga iptables Jitsi LAMP Letsencrypt Linux Munin MySQL Nagios Nextcloud NFS nginx pfsense php Postfix powerdns Proxmox RDP squid SSH SSL Ubuntu Ubuntu 16 Ubuntu 18 Ubuntu 20 Varnish virtualbox vpn Webmin XCP-NG zimbra

Topics

Recent Posts

  • Install Jitsi on Ubuntu 22.04 / 22.10 April 30, 2025
  • Key Lessons in life April 26, 2025
  • Create Proxmox Backup Server (PBS) on Debian 12 April 19, 2025
  • Add Physical Drive in Proxmox VM Guest April 19, 2025
  • Mount a drive permanently with fstab in Linux April 16, 2025
  • Proxmox 1:1 NAT routing March 30, 2025
  • Installation steps of WSL – Windows Subsystem for Linux March 8, 2025
  • Enabling Nested Virtualization In Proxmox March 8, 2025
  • How to Modify/Change console/SSH login banner for Proxmox Virtual Environment (Proxmox VE / PVE) March 3, 2025
  • Install Proxmox Backup Server on Debian 12 February 12, 2025

Archives

Top Posts & Pages

  • Install Jitsi on Ubuntu 22.04 / 22.10
©2025 Bots! | WordPress Theme by SuperbThemes