How to configure htdigest in nagios server
| |

How to configure htdigest in nagios server

How to configure htdigest in nagios server As a security point of view I always prefer to go with htdigest rather than htpasswd method.The reason is htpaswd uses cleartext username and password whereas htdigest uses encryption method. If you have already read my post “How to configure Nagios 3.4.4 in CentOS” there I use the…

curl command to check the http status
|

curl command to check the http status

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,…

Run the script using nohup without hitting enter key two times
|

Run the script using nohup without hitting enter key two times

Run the script using nohup without hitting enter key two times As we have seen when we run the command with ‘nohup’ and ‘&’ so that the command should run at background even the terminal get disconnected we have to press enter key 2 times. To overcome from this problem,use the below given method. Note:…

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden
| | |

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden Whenever I newly setup the nagios server I mostly get this error “Nagios HTTP WARNING: HTTP/1.1 403 Forbidden”. In dashboard it shows alert on localhost i.e our own newly set up nagios server. To solve this alert, create a index.html file inside /var/www/html in server touch /var/www/html/index.html Restart the…