Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
NetData
Commits
3ef0b64a
Commit
3ef0b64a
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
#17
Add new plugins to the configuration
parent
f8c75d59
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/python.d.conf
+41
-4
41 additions, 4 deletions
templates/python.d.conf
with
41 additions
and
4 deletions
templates/python.d.conf
+
41
−
4
View file @
3ef0b64a
...
...
@@ -18,41 +18,78 @@ log_interval: 3600
# ----------------------------------------------------------------------
# Enable / Disable python.d.plugin modules
#default_run: yes
#
# The default for all modules is enabled (yes).
# Setting any of these to no will disable it.
# If "default_run" = "yes" the default for all modules is enabled (yes).
# Setting any of these to "no" will disable it.
#
# If "default_run" = "no" the default for all modules is disabled (no).
# Setting any of these to "yes" will enable it.
# Enable / Disable explicit garbage collection (full collection run). Default is enabled.
gc_run
:
yes
# Garbage collection interval in seconds. Default is 300.
gc_interval
:
300
apache
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
apache_cache
:
no
beanstalk
:
yes
bind_rndc
:
yes
boinc
:
yes
ceph
:
yes
chrony
:
no
couchdb
:
yes
cpufreq
:
yes
cpuidle
:
yes
dns_query_time
:
yes
dnsdist
:
yes
dovecot
:
no
elasticsearch
: {{ (
groups
[
'logserver'
]
is
defined
and
inventory_hostname
in
groups
[
'logserver'
])|
ternary
(
"yes"
,
"no"
) }}
example
:
no
exim
:
no
fail2ban
:
yes
freeradius
:
yes
go_expvar
:
no
gunicorn_log
:
no
haproxy
: {{ (
groups
[
'proxyserver'
]
is
defined
and
inventory_hostname
in
groups
[
'proxyserver'
])|
ternary
(
"yes"
,
"no"
) }}
hddtemp
:
yes
ipfs
:
no
icecast
:
yes
ipfs
:
yes
isc_dhcpd
:
yes
linux_power_supply
:
yes
litespeed
:
yes
logind
:
no
mdstat
:
yes
memcached
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
mongodb
: {{ ((
groups
[
'dbserver-mongodb'
]
is
defined
and
inventory_hostname
in
groups
[
'dbserver-mongodb'
])
or
(
groups
[
'uptime'
]
is
defined
and
inventory_hostname
in
groups
[
'uptime'
]))|
ternary
(
"yes"
,
"no"
) }}
monit
:
no
mysql
: {{ (
groups
[
'dbserver-mysql'
]
is
defined
and
inventory_hostname
in
groups
[
'dbserver-mysql'
])|
ternary
(
"yes"
,
"no"
) }}
nginx
:
no
nginx_log
:
no
nginx_plus
:
no
nsd
:
yes
ntpd
:
yes
ovpn_status_log
:
yes
phpfpm
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
postfix
:
yes
postgres
:
yes
powerdns
:
yes
proxysql
:
yes
puppet
:
yes
rabbitmq
:
yes
redis
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
rethinkdbs
:
yes
retroshare
:
yes
samba
:
yes
sensors
:
yes
smartd_log
:
yes
spigotmc
:
yes
springboot
:
yes
squid
:
no
tomcat
:
no
tomcat
:
yes
unbound
:
no
uwsgi
:
yes
varnish
: {{ (
groups
[
'varnishserver'
]
is
defined
and
inventory_hostname
in
groups
[
'varnishserver'
])|
ternary
(
"yes"
,
"no"
) }}
w1sensor
:
yes
web_log
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment