0 votes
in Nagios by
What are the three main variables that affect recursion and inheritance in Nagios?

2 Answers

0 votes
by

First name the variables and then a small explanation of each of these variables: 

Name

Use

Register

Now I will give a small explanation for each of these variables.

Name is a placeholder that is used by other objects. Use defines the “parent” object whose properties should be used. Register can have a value of 0 (indicating its only a template) and 1 (an actual object). The register value is never inherited.

0 votes
by

The three variables that affect recursion and inheritance are:

  1. Name
  2. Use
  3. Register

Here, Name is just a placeholder that can be used by the other objects. Use variable can be used to define parent object, whose properties are to be used. Registers are also used for storing values that can be either 0 or 1. Register values cannot be inherited.

Related questions

0 votes
asked Jul 17, 2023 in Nagios by Robin
0 votes
+1 vote
asked Sep 30, 2022 in Nagios by SakshiSharma
...