CHECK_NRPE: Error – Could not complete SSL handshake nagios
In this article we will solve the problem “”CHECK_NRPE: Error – Could not complete SSL handshake nagios””
In this article we will solve the problem “”CHECK_NRPE: Error – Could not complete SSL handshake nagios””
Whenever we newly setup the nagios server we mostly get this error “Nagios HTTP WARNING: HTTP/1.1 403 Forbidden”. In this article we will solve this problem.
Installing Nagios-3.4.4 in CentOS 6.3 This post is updated version of post “Installing Nagios-3.4 in CentOS 6.3”. The only difference here is , we will use the new EPEL repo rpm i.e epel-release-6-8.noarch.rpm. Rest of the steps are same Download the EPEL repo in your system yum install wget (use this command if you do…
Installing Nagios-3.4 in CentOS 6.3 This is how to install nagios 3.4 tutorial for installing nagios-3.4 in CentOS 6.3 in a few steps. rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm yum install nagios nagios-devel nagios-plugins* gd gd-devel httpd php gcc glibc glibc-common Bydefualt on doing yum install nagios, in cgi.cfg file, authorized user name nagiosadmin is mentioned and for…
Introduction In this post we will share about the “Xen Server License Nagios Plugin” written in bash script. It was good experience to create the nagios plugin for Xen server license. Task To show how many days are left for Xen Server expiration. Requirement You must have following items to be installed in system. 1….
The article describes encountering a “Forbidden” error while installing Nagios. Despite following the Quick Start guide, login attempts with the nagiosadmin account failed. The issue was resolved by installing the PHP packages, allowing successful access to the Nagios interface.
In this post we will read about curl command to check the http status. cURL is a computer software project providing a library and command-line tool for transferring data using various protocols. The cURL project produces two products, libcurl and cURL. libcurl is a free client-side URL transfer library, supporting FTP, FTPS, Gopher, HTTP, HTTPS,…
In this post, we will know how to do non-interactive apt install in Debian Operating System.
By this method you can skip the interactive query ask while doing apt or apt-get install command.