Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
puppet-ganglia
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HPC UCLV
puppet-ganglia
Commits
4afafe01
Commit
4afafe01
authored
Nov 26, 2018
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing
parent
ac070bb5
Pipeline
#389
failed with stages
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
files/gmond.conf.nodes
files/gmond.conf.nodes
+5
-5
No files found.
files/gmond.conf.nodes
View file @
4afafe01
...
...
@@ -42,18 +42,18 @@ host {
used to only support having a single channel */
udp_send_channel {
mcast_join = 239.2.11.71
#
mcast_join = 239.2.11.71
host = 10.12.31.9
port = 8649
ttl = 1
#
ttl = 1
}
/* You can specify as many udp_recv_channels as you like as well. */
udp_recv_channel {
mcast_join = 239.2.11.71
#
mcast_join = 239.2.11.71
port = 8649
bind = 239.2.11.71
retry_bind = true
#
bind = 239.2.11.71
#
retry_bind = true
# Size of the UDP buffer. If you are handling lots of metrics you really
# should bump it up to e.g. 10MB or even higher.
# buffer = 10485760
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment