InterviewSolution
| 1. |
Which Value Is To Be Returned By The Script After Monitoring The Object? What Does This Indicate? |
|
Answer» The script should return the value which is associated with the monitoring object. This indicates that there is nothing WRONG with the object and the same can executed further. Returning of this value ALSO states that the all the warnings which are related with the object have also been considered. Sometimes it takes EXTRA time for returning this value and under such conditions, users can MANUALLY FETCH the same with the metric allocation tools. The script should return the value which is associated with the monitoring object. This indicates that there is nothing wrong with the object and the same can executed further. Returning of this value also states that the all the warnings which are related with the object have also been considered. Sometimes it takes extra time for returning this value and under such conditions, users can manually fetch the same with the metric allocation tools. |
|