Deactivate

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mananatmacys
Posts: 7
Joined: Wed Jun 19, 2019 2:14 pm

Deactivate

Post by mananatmacys »

Can someone explain what does deactivate mean? I'm aware of what it does. I am wondering if it means that the host is removed from active hosts list or does it mean that alert traps are not being sent to that host?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Deactivate

Post by lmiltchev »

Traps are usually not sent by nagios, but from a remote server/device to nagios. Deactivating an object means that this object will be removed from the actual configs in Nagios XI. It is almost the same as deleting the object, however with deactivating it, you would have an option to activate it later if you wish. On the other hand, if you deleted it, you would need to re-add the object (recreate it from scratch). Let us know if you have any further questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mananatmacys
Posts: 7
Joined: Wed Jun 19, 2019 2:14 pm

Re: Deactivate

Post by mananatmacys »

Then is disabling active check for host same as deactivate host?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Deactivate

Post by lmiltchev »

No, they are different. When you deactivate a host, the object is removed from the configs. When you disable active checks, this means that they won't be run by nagios.

If you had a host, that was monitored passively, the checks would be initiated and performed by an external application. Disabling the active checks won't affect this host.

If you had a host that was monitored actively, the checks would be initiated and run by nagios on a regularly scheduled basis. By disabling the active check on this host, you would basically stop monitoring it.

Read more about active vs passive checks here:

https://assets.nagios.com/downloads/nag ... hecks.html

https://assets.nagios.com/downloads/nag ... hecks.html
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked