InterviewSolution
| 1. |
Explain The Need For Passive Check? |
|
Answer» Passive CHECKS are useful for monitoring services that are Asynchronous in nature and cannot be monitored effectively by POLLING their status on a regularly scheduled basis. It can ALSO be used for monitoring services that are LOCATED behind a firewall and cannot be CHECKED actively from the monitoring host. Passive checks are useful for monitoring services that are Asynchronous in nature and cannot be monitored effectively by polling their status on a regularly scheduled basis. It can also be used for monitoring services that are Located behind a firewall and cannot be checked actively from the monitoring host. |
|