Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to Start and Stop Nagios Core | Nagios Tutorial

starting-and-stopping-nagios-core

Starting Nagios Core Init Script: The easiest way to start the Nagios Core daemon is by using the init script like so: /etc/rc.d/init.d/nagios start Manually: You can start the Nagios daemon manually with the -d command line option like so: /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg Restarting Nagios Core Restarting/reloading is nececessary when you modify your configuration files … Read more

Steps to Start-Stop Nagios XI Server | Nagios XI Tutorial

steps-to-start-stop-nagios-

How to start and stop Naxios XI Server? How to stop Naxios XI Server? service nagiosxi stop service npcd stop service ndo2db stop service nagios stop service postgresql stop service mysqld stop service httpd stop How to start Naxios XI Server? service httpd start service mysqld start service postgresql start service nagios start service ndo2db … Read more