mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 09:38:34 +00:00
Make yamls pass the schema, and use decided temporary naming scheme (#15401)
This commit is contained in:
parent
f4805f8053
commit
5073741ac2
68 changed files with 8424 additions and 312 deletions
collectors
apps.plugin
cgroups.plugin
charts.d.plugin
ap
apcupsd
libreswan
nut
opensips
sensors
cups.plugin
debugfs.plugin
diskspace.plugin
ebpf.plugin
freebsd.plugin
freeipmi.plugin
idlejitter.plugin
ioping.plugin
macos.plugin
nfacct.plugin
perf.plugin
proc.plugin
python.d.plugin
adaptec_raid
alarms
am2320
anomalies
beanstalk
bind_rndc
boinc
ceph
changefinder
dovecot
exim
fail2ban
gearman
go_expvar
haproxy
hddtemp
hpssa
icecast
ipfs
litespeed
megacli
memcached
monit
nsd
nvidia_smi
openldap
oracledb
postfix
puppet
rethinkdbs
retroshare
riakkv
samba
sensors
smartd_log
spigotmc
squid
tomcat
tor
traefik
uwsgi
varnish
w1sensor
zscores
slabinfo.plugin
tc.plugin
timex.plugin
xenstat.plugin
|
@ -1,7 +1,59 @@
|
|||
name: apps.plugin
|
||||
modules:
|
||||
- module_name: system
|
||||
plugin_name: apps.plugin
|
||||
- meta:
|
||||
plugin_name: apps.plugin
|
||||
module_name: system
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: apps system
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
@ -24,8 +76,60 @@ modules:
|
|||
- name: sleeping_uninterruptible
|
||||
- name: zombie
|
||||
- name: stopped
|
||||
- module_name: apps
|
||||
plugin_name: apps.plugin
|
||||
- meta:
|
||||
plugin_name: apps.plugin
|
||||
module_name: apps
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: apps apps
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
@ -188,8 +292,60 @@ modules:
|
|||
chart_type: stacked
|
||||
dimensions:
|
||||
- name: a dimension per app group
|
||||
- module_name: groups
|
||||
plugin_name: apps.plugin
|
||||
- meta:
|
||||
plugin_name: apps.plugin
|
||||
module_name: groups
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: apps groups
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
@ -352,8 +508,60 @@ modules:
|
|||
chart_type: stacked
|
||||
dimensions:
|
||||
- name: a dimension per user group
|
||||
- module_name: users
|
||||
plugin_name: apps.plugin
|
||||
- meta:
|
||||
plugin_name: apps.plugin
|
||||
module_name: users
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: apps users
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
@ -516,8 +724,60 @@ modules:
|
|||
chart_type: stacked
|
||||
dimensions:
|
||||
- name: a dimension per user
|
||||
- module_name: netdata
|
||||
plugin_name: apps.plugin
|
||||
- meta:
|
||||
plugin_name: apps.plugin
|
||||
module_name: netdata
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: apps netdata
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,7 +1,59 @@
|
|||
name: cgroups.plugin
|
||||
modules:
|
||||
- module_name: /sys/fs/cgroup
|
||||
plugin_name: cgroups.plugin
|
||||
- meta:
|
||||
plugin_name: cgroups.plugin
|
||||
module_name: /sys/fs/cgroup
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: cgroups /sys/fs/cgroup
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: cgroup_10min_cpu_usage
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/cgroups.conf
|
||||
|
@ -504,8 +556,60 @@ modules:
|
|||
chart_type: line
|
||||
dimensions:
|
||||
- name: time
|
||||
- module_name: /proc/net/dev
|
||||
plugin_name: cgroups.plugin
|
||||
- meta:
|
||||
plugin_name: cgroups.plugin
|
||||
module_name: /proc/net/dev
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: cgroups /proc/net/dev
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: cgroup_1m_received_packets_rate
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/cgroups.conf
|
||||
|
@ -727,8 +831,60 @@ modules:
|
|||
chart_type: line
|
||||
dimensions:
|
||||
- name: mtu
|
||||
- module_name: systemd
|
||||
plugin_name: cgroups.plugin
|
||||
- meta:
|
||||
plugin_name: cgroups.plugin
|
||||
module_name: systemd
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: cgroups systemd
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: ap
|
||||
plugin_name: charts.d.plugin
|
||||
meta:
|
||||
plugin_name: charts.d.plugin
|
||||
module_name: ap
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: charts.d ap
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: apcupsd
|
||||
plugin_name: charts.d.plugin
|
||||
meta:
|
||||
plugin_name: charts.d.plugin
|
||||
module_name: apcupsd
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: charts.d apcupsd
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: apcupsd_ups_charge
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/apcupsd.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: libreswan
|
||||
plugin_name: charts.d.plugin
|
||||
meta:
|
||||
plugin_name: charts.d.plugin
|
||||
module_name: libreswan
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: charts.d libreswan
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: nut
|
||||
plugin_name: charts.d.plugin
|
||||
meta:
|
||||
plugin_name: charts.d.plugin
|
||||
module_name: nut
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: charts.d nut
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: nut_ups_charge
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/nut.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: opensips
|
||||
plugin_name: charts.d.plugin
|
||||
meta:
|
||||
plugin_name: charts.d.plugin
|
||||
module_name: opensips
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: charts.d opensips
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: sensors
|
||||
plugin_name: charts.d.plugin
|
||||
meta:
|
||||
plugin_name: charts.d.plugin
|
||||
module_name: sensors
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: charts.d sensors
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: cups.plugin
|
||||
plugin_name: cups.plugin
|
||||
meta:
|
||||
plugin_name: cups.plugin
|
||||
module_name: cups.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: cups
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,7 +1,59 @@
|
|||
name: debugfs.plugin
|
||||
modules:
|
||||
- module_name: /sys/kernel/debug/extfrag
|
||||
plugin_name: debugfs.plugin
|
||||
- meta:
|
||||
plugin_name: debugfs.plugin
|
||||
module_name: /sys/kernel/debug/extfrag
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: debugfs /sys/kernel/debug/extfrag
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
@ -64,8 +116,60 @@ modules:
|
|||
- name: order8
|
||||
- name: order9
|
||||
- name: order10
|
||||
- module_name: /sys/kernel/debug/zswap
|
||||
plugin_name: debugfs.plugin
|
||||
- meta:
|
||||
plugin_name: debugfs.plugin
|
||||
module_name: /sys/kernel/debug/zswap
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: debugfs /sys/kernel/debug/zswap
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: diskspace.plugin
|
||||
plugin_name: diskspace.plugin
|
||||
meta:
|
||||
plugin_name: diskspace.plugin
|
||||
module_name: diskspace.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: diskspace
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: disk_space_usage
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/disks.conf
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,59 @@
|
|||
name: freeipmi.plugin
|
||||
modules:
|
||||
- module_name: sel
|
||||
plugin_name: freeipmi.plugin
|
||||
- meta:
|
||||
plugin_name: freeipmi.plugin
|
||||
module_name: sel
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: freeipmi sel
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
@ -20,8 +72,60 @@ modules:
|
|||
chart_type: area
|
||||
dimensions:
|
||||
- name: events
|
||||
- module_name: sensors
|
||||
plugin_name: freeipmi.plugin
|
||||
- meta:
|
||||
plugin_name: freeipmi.plugin
|
||||
module_name: sensors
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: freeipmi sensors
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: ipmi_sensor_state
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/ipmi.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: idlejitter.plugin
|
||||
plugin_name: idlejitter.plugin
|
||||
meta:
|
||||
plugin_name: idlejitter.plugin
|
||||
module_name: idlejitter.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: idlejitter
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: ioping.plugin
|
||||
plugin_name: ioping.plugin
|
||||
meta:
|
||||
plugin_name: ioping.plugin
|
||||
module_name: ioping.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: ioping
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,7 +1,59 @@
|
|||
name: macos.plugin
|
||||
modules:
|
||||
- module_name: mach_smi
|
||||
plugin_name: macos.plugin
|
||||
- meta:
|
||||
plugin_name: macos.plugin
|
||||
module_name: mach_smi
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: macos mach_smi
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: 10min_cpu_usage
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/cpu.conf
|
||||
|
@ -88,8 +140,60 @@ modules:
|
|||
- name: zero_fill
|
||||
- name: reactivate
|
||||
- name: purge
|
||||
- module_name: sysctl
|
||||
plugin_name: macos.plugin
|
||||
- meta:
|
||||
plugin_name: macos.plugin
|
||||
module_name: sysctl
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: macos sysctl
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: load_cpu_number
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/load.conf
|
||||
|
@ -407,8 +511,60 @@ modules:
|
|||
chart_type: line
|
||||
dimensions:
|
||||
- name: uptime
|
||||
- module_name: iokit
|
||||
plugin_name: macos.plugin
|
||||
- meta:
|
||||
plugin_name: macos.plugin
|
||||
module_name: iokit
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: macos iokit
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: 10min_disk_utilization
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/disks.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: nfacct.plugin
|
||||
plugin_name: nfacct.plugin
|
||||
meta:
|
||||
plugin_name: nfacct.plugin
|
||||
module_name: nfacct.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: nfacct
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: perf.plugin
|
||||
plugin_name: perf.plugin
|
||||
meta:
|
||||
plugin_name: perf.plugin
|
||||
module_name: perf.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: perf
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,57 @@
|
|||
module_name: adaptec_raid
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: adaptec_raid
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d adaptec_raid
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: adaptec_raid_ld_status
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/adaptec_raid.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: alarms
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: alarms
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d alarms
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: am2320
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: am2320
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d am2320
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: anomalies
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: anomalies
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d anomalies
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: anomalies_anomaly_probabilities
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/anomalies.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: beanstalk
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: beanstalk
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d beanstalk
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: beanstalk_server_buried_jobs
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/beanstalkd.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: bind_rndc
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: bind_rndc
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d bind_rndc
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: boinc
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: boinc
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d boinc
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: boinc_total_tasks
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: ceph
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: ceph
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d ceph
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: changefinder
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: changefinder
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d changefinder
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: dovecot
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: dovecot
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d dovecot
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: exim
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: exim
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d exim
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: fail2ban
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: fail2ban
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d fail2ban
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: gearman
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: gearman
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d gearman
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: go_expvar
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: go_expvar
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d go_expvar
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: haproxy
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: haproxy
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d haproxy
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: haproxy_backend_server_status
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/haproxy.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: hddtemp
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: hddtemp
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d hddtemp
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: hpssa
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: hpssa
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d hpssa
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: icecast
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: icecast
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d icecast
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: ipfs
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: ipfs
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d ipfs
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: litespeed
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: litespeed
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d litespeed
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: megacli
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: megacli
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d megacli
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: megacli_adapter_state
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/megacli.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: memcached
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: memcached
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d memcached
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: memcached_cache_memory_usage
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/memcached.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: monit
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: monit
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d monit
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: nsd
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: nsd
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d nsd
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: nvidia_smi
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: nvidia_smi
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d nvidia_smi
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: openldap
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: openldap
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d openldap
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: oracledb
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: oracledb
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d oracledb
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: postfix
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: postfix
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d postfix
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: puppet
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: puppet
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d puppet
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: rethinkdbs
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: rethinkdbs
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d rethinkdbs
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: retroshare
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: retroshare
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d retroshare
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: riakkv
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: riakkv
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d riakkv
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts:
|
||||
- name: riakkv_1h_kv_get_mean_latency
|
||||
link: https://github.com/netdata/netdata/blob/master/health/health.d/riakkv.conf
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: samba
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: samba
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d samba
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: sensors
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: sensors
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d sensors
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: smartd_log
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: smartd_log
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d smartd_log
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: spigotmc
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: spigotmc
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d spigotmc
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: squid
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: squid
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d squid
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: tomcat
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: tomcat
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d tomcat
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: tor
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: tor
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d tor
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: traefik
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: traefik
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d traefik
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: uwsgi
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: uwsgi
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d uwsgi
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: varnish
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: varnish
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d varnish
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: w1sensor
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: w1sensor
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d w1sensor
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: zscores
|
||||
plugin_name: python.d.plugin
|
||||
meta:
|
||||
plugin_name: python.d.plugin
|
||||
module_name: zscores
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: python.d zscores
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: slabinfo.plugin
|
||||
plugin_name: slabinfo.plugin
|
||||
meta:
|
||||
plugin_name: slabinfo.plugin
|
||||
module_name: slabinfo.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: slabinfo
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: tc.plugin
|
||||
plugin_name: tc.plugin
|
||||
meta:
|
||||
plugin_name: tc.plugin
|
||||
module_name: tc.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: tc
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: timex.plugin
|
||||
plugin_name: timex.plugin
|
||||
meta:
|
||||
plugin_name: timex.plugin
|
||||
module_name: timex.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: timex
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
|
@ -1,5 +1,57 @@
|
|||
module_name: xenstat.plugin
|
||||
plugin_name: xenstat.plugin
|
||||
meta:
|
||||
plugin_name: xenstat.plugin
|
||||
module_name: xenstat.plugin
|
||||
alternative_monitored_instances: []
|
||||
monitored_instance:
|
||||
name: xenstat
|
||||
link: ''
|
||||
categories: []
|
||||
icon_filename: ''
|
||||
related_resources:
|
||||
integrations:
|
||||
list: []
|
||||
info_provided_to_referring_integrations:
|
||||
description: ''
|
||||
keywords: []
|
||||
most_popular: false
|
||||
overview:
|
||||
data_collection:
|
||||
metrics_description: ''
|
||||
method_description: ''
|
||||
supported_platforms:
|
||||
include: []
|
||||
exclude: []
|
||||
multi-instance: true
|
||||
additional_permissions:
|
||||
description: ''
|
||||
default_behavior:
|
||||
auto_detection:
|
||||
description: ''
|
||||
limits:
|
||||
description: ''
|
||||
performance_impact:
|
||||
description: ''
|
||||
setup:
|
||||
prerequisites:
|
||||
list: []
|
||||
configuration:
|
||||
file:
|
||||
name: ''
|
||||
description: ''
|
||||
options:
|
||||
description: ''
|
||||
folding:
|
||||
title: ''
|
||||
enabled: true
|
||||
list: []
|
||||
examples:
|
||||
folding:
|
||||
enabled: true
|
||||
title: ''
|
||||
list: []
|
||||
troubleshooting:
|
||||
problems:
|
||||
list: []
|
||||
alerts: []
|
||||
metrics:
|
||||
folding:
|
||||
|
|
Loading…
Add table
Reference in a new issue