Difference between revisions of "Step by step service monitoring"

m
Text replacement - "^" to "{{deprecated}}"
m (Text replacement - "^" to "{{deprecated}}")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{deprecated}}Before this tutorial, please make sure there are no security issues with trusted nodes.<br>
https://wiki.netxms.org/wiki/SG:Security_Issues
Fast solution:<br>
Set "CheckTrustedNodes" to 0 in Server Configuration, and restart the server
-----
-----
First we check if the website answers to ping.<br>
First we check if the website answers to ping.<br>
Line 26: Line 33:
This is because we disabled all polling sources, so NetXMS doesnt have any way to check if a node is up or down.<br>
This is because we disabled all polling sources, so NetXMS doesnt have any way to check if a node is up or down.<br>
We will fix this later on in the tutorial.
We will fix this later on in the tutorial.
Please note that if the node responded to ping (and therefor we would NOT disable usage of ICMP for status polling), the node's status would be Normal.




Line 67: Line 76:


We now just need to fix status calculation for the node.
We now just need to fix status calculation for the node.
If the node does respond to ping (as mentioned previously), we are finished.




-----
-----
Please note that as mentioned previously, if the nodes does respond to ping (and therefore node status calculation from its Status poll based on ICMP works fine), the following steps are NOT required.
We will create another DCI, this one will be used to check just if the website is up or down.<br>
We will create another DCI, this one will be used to check just if the website is up or down.<br>