InterviewSolution
Saved Bookmarks
| 1. |
Nagios Administrator Is Adding 100+ Clients In Monitoring But He Don’t Want To Add Every .cfg File Entry In Nagios.cfg File He Want To Enable A Directory Path. How Can He Configure Directory For All Configuration Files? |
|
Answer» He can able to achieve the above scenario by adding the directory PATH in nagios.cfg file, in LINE NUMBER 54 we have to ADD below line. 54 cfg_dir=/usr/local/nagios/etc/objects/monitor He can able to achieve the above scenario by adding the directory path in nagios.cfg file, in line number 54 we have to add below line. 54 cfg_dir=/usr/local/nagios/etc/objects/monitor |
|