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
3f1865f4
Commit
3f1865f4
authored
8 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Update plugin definition
parent
3eb6151f
No related branches found
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
+37
-3
37 additions, 3 deletions
templates/python.d.conf
with
37 additions
and
3 deletions
templates/python.d.conf
+
37
−
3
View file @
3f1865f4
# This is the configuration for python.d.plugin
# netdata python.d.plugin configuration
#
# This file is in YaML format.
# Generally the format is:
#
# name: value
#
# Enable / disable the whole python.d.plugin (all its modules)
enabled
:
yes
# Prevent log flood
# Define how many log messages can be written to log file in one log_interval
logs_per_interval
:
200
# Define how long is one logging interval (in seconds)
log_interval
:
3600
# ----------------------------------------------------------------------
# Enable / Disable python.d.plugin modules
#
# The default for all modules is enabled (yes).
# Setting any of these to no will disable it.
apache
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
apache_cache
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
cpufreq
:
yes
dovecot
:
no
example
:
no
exim
:
no
hddtemp
:
yes
ipfs
:
no
memcached
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
mysql
: {{ (
groups
[
'dbserver-mysql'
]
is
defined
and
inventory_hostname
in
groups
[
'dbserver-mysql'
])|
ternary
(
"yes"
,
"no"
) }}
phpfpm
:
no
apache
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
nginx
:
no
nginx_log
:
no
phpfpm
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
postfix
:
yes
redis
: {{ (
groups
[
'webserver'
]
is
defined
and
inventory_hostname
in
groups
[
'webserver'
])|
ternary
(
"yes"
,
"no"
) }}
sensors
:
yes
squid
:
no
tomcat
:
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