Add the token group_password to agent configuration files.
This commit is contained in:
parent
31d37e0905
commit
66ae3460ce
|
@ -28,6 +28,9 @@ debug 0
|
||||||
# Group assigned for this agent (descriptive, p.e: Servers)
|
# Group assigned for this agent (descriptive, p.e: Servers)
|
||||||
#group Servers
|
#group Servers
|
||||||
|
|
||||||
|
# Group password (if defined).
|
||||||
|
#group_password
|
||||||
|
|
||||||
# Autotime: Enforce to server to ignore timestamp coming from this
|
# Autotime: Enforce to server to ignore timestamp coming from this
|
||||||
# agent, used when agents has no timer or it's inestable. 1 to enable
|
# agent, used when agents has no timer or it's inestable. 1 to enable
|
||||||
# this feature
|
# this feature
|
||||||
|
|
|
@ -42,6 +42,9 @@ udp_server_auth_address 0.0.0.0
|
||||||
# Group assigned for this agent (descriptive, p.e: Servers)
|
# Group assigned for this agent (descriptive, p.e: Servers)
|
||||||
#group Servers
|
#group Servers
|
||||||
|
|
||||||
|
# Group password (if defined).
|
||||||
|
#group_password
|
||||||
|
|
||||||
# address: Enforce to server a ip address to this agent
|
# address: Enforce to server a ip address to this agent
|
||||||
# You can also try to detect the first IP using "auto", for example
|
# You can also try to detect the first IP using "auto", for example
|
||||||
#address auto
|
#address auto
|
||||||
|
|
|
@ -50,6 +50,9 @@ udp_server_auth_address 0.0.0.0
|
||||||
# Group assigned for this agent (descriptive, p.e: Servers)
|
# Group assigned for this agent (descriptive, p.e: Servers)
|
||||||
group Servers
|
group Servers
|
||||||
|
|
||||||
|
# Group password (if defined).
|
||||||
|
#group_password
|
||||||
|
|
||||||
# address: Enforce to server a ip address to this agent
|
# address: Enforce to server a ip address to this agent
|
||||||
# You can also try to detect the first IP using "auto", for example
|
# You can also try to detect the first IP using "auto", for example
|
||||||
address auto
|
address auto
|
||||||
|
|
|
@ -30,6 +30,9 @@ debug 0
|
||||||
# Group assigned for this agent (descriptive, p.e: Servers)
|
# Group assigned for this agent (descriptive, p.e: Servers)
|
||||||
#group Servers
|
#group Servers
|
||||||
|
|
||||||
|
# Group password (if defined).
|
||||||
|
#group_password
|
||||||
|
|
||||||
# Autotime: Enforce to server to ignore timestamp coming from this
|
# Autotime: Enforce to server to ignore timestamp coming from this
|
||||||
# agent, used when agents has no timer or it's inestable. 1 to enable
|
# agent, used when agents has no timer or it's inestable. 1 to enable
|
||||||
# this feature
|
# this feature
|
||||||
|
|
|
@ -50,6 +50,9 @@ udp_server_auth_address 0.0.0.0
|
||||||
# Group assigned for this agent (descriptive, p.e: Servers)
|
# Group assigned for this agent (descriptive, p.e: Servers)
|
||||||
group Servers
|
group Servers
|
||||||
|
|
||||||
|
# Group password (if defined).
|
||||||
|
#group_password
|
||||||
|
|
||||||
# address: Enforce to server a ip address to this agent
|
# address: Enforce to server a ip address to this agent
|
||||||
# You can also try to detect the first IP using "auto", for example
|
# You can also try to detect the first IP using "auto", for example
|
||||||
address auto
|
address auto
|
||||||
|
|
|
@ -41,6 +41,9 @@ udp_server_auth_address 0.0.0.0
|
||||||
|
|
||||||
# Group assigned for this agent (descriptive, p.e: Servers)
|
# Group assigned for this agent (descriptive, p.e: Servers)
|
||||||
#group Servers
|
#group Servers
|
||||||
|
|
||||||
|
# Group password (if defined).
|
||||||
|
#group_password
|
||||||
|
|
||||||
# Autotime: Enforce to server to ignore timestamp coming from this
|
# Autotime: Enforce to server to ignore timestamp coming from this
|
||||||
# agent, used when agents has no timer or it's inestable. 1 to enable
|
# agent, used when agents has no timer or it's inestable. 1 to enable
|
||||||
|
|
|
@ -33,6 +33,9 @@ debug 0
|
||||||
# Group assigned for this agent (descriptive, p.e: Servers)
|
# Group assigned for this agent (descriptive, p.e: Servers)
|
||||||
group Servers
|
group Servers
|
||||||
|
|
||||||
|
# Group password (if defined).
|
||||||
|
#group_password
|
||||||
|
|
||||||
# Autotime: Enforce to server to ignore timestamp coming from this
|
# Autotime: Enforce to server to ignore timestamp coming from this
|
||||||
# agent, used when agents has no timer or it's inestable. 1 to enable
|
# agent, used when agents has no timer or it's inestable. 1 to enable
|
||||||
# this feature
|
# this feature
|
||||||
|
|
|
@ -30,6 +30,9 @@ debug 0
|
||||||
# Group assigned for this agent (descriptive, p.e: Servers)
|
# Group assigned for this agent (descriptive, p.e: Servers)
|
||||||
#group Servers
|
#group Servers
|
||||||
|
|
||||||
|
# Group password (if defined).
|
||||||
|
#group_password
|
||||||
|
|
||||||
# Autotime: Enforce to server to ignore timestamp coming from this
|
# Autotime: Enforce to server to ignore timestamp coming from this
|
||||||
# agent, used when agents has no timer or it's inestable. 1 to enable
|
# agent, used when agents has no timer or it's inestable. 1 to enable
|
||||||
# this feature
|
# this feature
|
||||||
|
|
Loading…
Reference in New Issue