mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 14:35:32 +00:00
parent
9d7e58cdc4
commit
415f57c5bf
220 changed files with 442 additions and 8 deletions
CODE_OF_CONDUCT.mdCONTRIBUTING.mdCONTRIBUTORS.mdREADME.mdREDISTRIBUTED.md
backends
collectors
README.md
apps.plugin
cgroups.plugin
charts.d.plugin
README.md
ap
apache
apcupsd
cpu_apps
cpufreq
example
exim
hddtemp
libreswan
load_average
mem_apps
mysql
nginx
nut
opensips
phpfpm
postfix
sensors
squid
tomcat
checks.plugin
diskspace.plugin
fping.plugin
freebsd.plugin
freeipmi.plugin
idlejitter.plugin
macos.plugin
nfacct.plugin
node.d.plugin
plugins.d
proc.plugin
python.d.plugin
README.md
adaptec_raid
apache
beanstalk
bind_rndc
boinc
ceph
chrony
couchdb
cpufreq
cpuidle
dns_query_time
dnsdist
dockerd
dovecot
elasticsearch
example
exim
fail2ban
freeradius
go_expvar
haproxy
hddtemp
httpcheck
icecast
ipfs
isc_dhcpd
linux_power_supply
litespeed
logind
mdstat
megacli
memcached
mongodb
monit
mysql
nginx
nginx_plus
nsd
ntpd
nvidia_smi
openldap
ovpn_status_log
phpfpm
portcheck
postfix
postgres
powerdns
proxysql
puppet
rabbitmq
redis
|
@ -72,3 +72,5 @@ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.ht
|
|||
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -134,3 +134,5 @@ We also have a series of automated checks running, such as linters to check code
|
|||
|
||||
One special type of automated check is the "WIP" check. You may add "[WIP]" to the title of the PR, to tell us that the particular request is "Work In Progress" and should not be merged. You're still not done with it, you created it to get some feedback. When you're ready to get the final approvals and get it merged, just remove the "[WIP]" string from the title of your PR and the "WIP" check will pass.
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -121,3 +121,5 @@ username|name|email (optional)
|
|||
@pohzipohzi|Poh Zi How
|
||||
@vladmovchan|Vladyslav Movchan|vladislav.movchan@gmail.com
|
||||
@gmosx|George Moschovitis
|
||||
|
||||
[]()
|
||||
|
|
|
@ -492,3 +492,4 @@ You can also find netdata on:
|
|||
netdata is [GPLv3+](LICENSE).
|
||||
|
||||
Netdata re-distributes other open-source tools and libraries. Please check the [third party licenses](REDISTRIBUTED.md).
|
||||
|
||||
|
|
|
@ -199,3 +199,5 @@ connectivity is not available.
|
|||
|
||||
Copyright 2014, 2015, 2016 Ori Livneh <ori@wikimedia.org>
|
||||
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
[]()
|
||||
|
|
|
@ -196,3 +196,5 @@ netdata adds 4 alarms:
|
|||
|
||||

|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -290,3 +290,5 @@ automatically begins to scrape them. Once achieved you do not have to think
|
|||
about the monitoring system until Prometheus cannot keep up with your scale.
|
||||
Once this happens there are options presented in the Prometheus documentation
|
||||
for solving this. Hope this was helpful, happy monitoring.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -378,3 +378,5 @@ It can also be changed from the URL, by appending `&prefix=netdata`.
|
|||
When the data source is set to `average` or `sum`, netdata remembers the last access of each client accessing prometheus metrics and uses this last access time to respond with the `average` or `sum` of all the entries in the database since that. This means that prometheus servers are not losing data when they access netdata with data source = `average` or `sum`.
|
||||
|
||||
To uniquely identify each prometheus server, netdata uses the IP of the client accessing the metrics. If however the IP is not good enough for identifying a single prometheus server (e.g. when prometheus servers are accessing netdata through a web proxy, or when multiple prometheus servers are NATed to a single IP), each prometheus may append `&server=NAME` to the URL. This `NAME` is used by netdata to uniquely identify each prometheus server and keep track of its last access time.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -116,3 +116,5 @@ The best way to find your way through this, is to examine what other similar plu
|
|||
|
||||
**External plugins** use the API and are managed by [plugins.d](plugins.d/).
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -370,3 +370,5 @@ It is even trickier, because walking through the entire process tree takes some
|
|||
if you sum the CPU utilization of all processes, you might have more CPU time than the reported
|
||||
total cpu time of the system. netdata solves this, by adapting the per process cpu utilization to
|
||||
the total of the system. [Netdata adds charts that document this normalization](https://london.my-netdata.io/default.html#menu_netdata_submenu_apps_plugin).
|
||||
|
||||
[]()
|
||||
|
|
|
@ -185,3 +185,5 @@ So, when a network interface or container stops, netdata might log a few errors
|
|||
6. obsolete charts will be removed from memory, 1 hour after the last user viewed them (configurable with `[global].cleanup obsolete charts after seconds = 3600` (at netdata.conf).
|
||||
7. when obsolete charts are removed from memory they are also deleted from disk (configurable with `[global].delete obsolete charts files = yes`)
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -191,3 +191,5 @@ This is what you need to do:
|
|||
Execute the above in this order, since netdata will (by default) attempt to start new plugins soon after they are
|
||||
created in `/usr/libexec/netdata/plugins.d/`.
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -82,3 +82,5 @@ To edit this file on your system run `/etc/netdata/edit-config charts.d/ap.conf`
|
|||
## Auto-detection
|
||||
|
||||
The plugin is able to auto-detect if you are running access points on your linux box.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -125,3 +125,5 @@ curl "http://127.0.0.1:80/server-status?auto"
|
|||
netdata will be able to do it too.
|
||||
|
||||
Notice: You may need to have the default `000-default.conf ` website enabled in order for the status mod to work.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
*Under construction*
|
||||
|
||||
Collects UPS metrics
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
> THIS MODULE IS OBSOLETE.
|
||||
> USE [APPS.PLUGIN](../../apps.plugin).
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
> THIS MODULE IS OBSOLETE.
|
||||
> USE THE [PROC PLUGIN](../../proc.plugin) - IT SUPPORTS MULTIPLE JOBS AND IT IS MORE EFFICIENT
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
This is just an example charts.d data collector.
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
> THIS MODULE IS OBSOLETE.
|
||||
> USE [THE PYTHON ONE](../../python.d.plugin/exim) - IT SUPPORTS MULTIPLE JOBS AND IT IS MORE EFFICIENT
|
||||
|
||||
[]()
|
||||
|
|
|
@ -26,3 +26,5 @@ hddtemp_disks=()
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -40,3 +40,5 @@ netdata ALL = (root) NOPASSWD: /sbin/ipsec whack --trafficstatus
|
|||
Make sure the path `/sbin/ipsec` matches your setup (execute `which ipsec` to find the right path).
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
> THIS MODULE IS OBSOLETE.
|
||||
> THE NETDATA DAEMON COLLECTS LOAD AVERAGE BY ITSELF
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
> THIS MODULE IS OBSOLETE.
|
||||
> USE [APPS.PLUGIN](../../apps.plugin).
|
||||
|
||||
[]()
|
||||
|
|
|
@ -79,3 +79,5 @@ If no configuration is given, the plugin will attempt to connect to mysql server
|
|||
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
> THIS MODULE IS OBSOLETE.
|
||||
> USE [THE PYTHON ONE](../../python.d.plugin/nginx) - IT SUPPORTS MULTIPLE JOBS AND IT IS MORE EFFICIENT
|
||||
|
||||
[]()
|
||||
|
|
|
@ -57,3 +57,5 @@ nut_update_every=2
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
*Under construction*
|
||||
|
||||
Collects OpenSIPS metrics
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
> THIS MODULE IS OBSOLETE.
|
||||
> USE [THE PYTHON ONE](../../python.d.plugin/phpfpm) - IT SUPPORTS MULTIPLE JOBS AND IT IS MORE EFFICIENT
|
||||
|
||||
[]()
|
||||
|
|
|
@ -24,3 +24,5 @@ postfix_update_every=15
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -51,3 +51,5 @@ sensors_excluded=()
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -63,3 +63,5 @@ squid_update_every=5
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
> THIS MODULE IS OBSOLETE.
|
||||
> USE [THE PYTHON ONE](../../python.d.plugin/tomcat) - IT SUPPORTS MULTIPLE JOBS AND IT IS MORE EFFICIENT
|
||||
|
||||
[]()
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# checks.plugin
|
||||
|
||||
A debugging plugin (by default it is disabled)
|
||||
|
||||
[]()
|
||||
|
|
|
@ -4,3 +4,5 @@ This plugin monitors the disk space usage of mounted disks, under Linux.
|
|||
|
||||
> for disks performance monitoring, see the `proc` plugin, [here](../proc.plugin/#monitoring-disks)
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -94,3 +94,5 @@ That's it. netdata will detect the new plugin and start it.
|
|||
|
||||
You can name the new plugin any name you like.
|
||||
Just make sure the plugin and the configuration file have the same name.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# freebsd.plugin
|
||||
|
||||
Collects resource usage and performance data on FreeBSD systems
|
||||
|
||||
[]()
|
||||
|
|
|
@ -180,3 +180,5 @@ If you need to disable IPMI for netdata, edit `/etc/netdata/netdata.conf` and se
|
|||
[plugins]
|
||||
freeipmi = no
|
||||
```
|
||||
|
||||
[]()
|
||||
|
|
|
@ -11,3 +11,5 @@ This number is useful:
|
|||
|
||||
1. in real-time environments, when the CPU jitter can affect the quality of the service (like VoIP media gateways).
|
||||
2. in cloud infrastructure, at can pause the VM or container for a small duration to perform operations at the host.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# macos.plugin
|
||||
|
||||
Collects resource usage and performance data on MacOS systems
|
||||
|
||||
[]()
|
||||
|
|
|
@ -8,3 +8,5 @@ We have to move the code to an external plugin to setuid just the plugin not the
|
|||
You can build netdata with it to test it though.
|
||||
Just run `./configure` (or `netdata-installer.sh`) with the option `--enable-plugin-nfacct` (and any other options you may need).
|
||||
Remember, you have to tell netdata you want it to run as `root` for this plugin to work.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -230,3 +230,5 @@ The `service` object defines a set of functions to allow you send information to
|
|||
|
||||
*FIXME: document an operational node.d.plugin data collector - the best example is the
|
||||
[snmp collector](snmp/snmp.node.js)*
|
||||
|
||||
[]()
|
||||
|
|
|
@ -118,3 +118,5 @@ The output of /solar_api/v1/GetPowerFlowRealtimeData.fcgi looks like this:
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
[]()
|
||||
|
|
|
@ -340,3 +340,5 @@ Verify it works by running the following command (the collector is written in no
|
|||
curl "http://localhost:8888/json/v1/server"
|
||||
```
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -23,3 +23,5 @@ The module supports any number of name servers, like this:
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
[]()
|
||||
|
|
|
@ -355,3 +355,5 @@ This switch has a very slow SNMP processors. To respond, it needs about 8 second
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
[]()
|
||||
|
|
|
@ -503,3 +503,5 @@ The charts are being generated using the configuration below. So if your install
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
[]()
|
||||
|
|
|
@ -471,3 +471,5 @@ There are a few rules for writing plugins properly:
|
|||
|
||||
4. If possible, try to autodetect if your plugin should be enabled, without any configuration.
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -272,3 +272,5 @@ Example image:
|
|||

|
||||
|
||||
See Linux Anti-DDoS in action at: **[netdata demo site (with SYNPROXY enabled)](https://registry.my-netdata.io/#menu_netfilter_submenu_synproxy)**
|
||||
|
||||
[]()
|
||||
|
|
|
@ -221,3 +221,5 @@ At minimum, to be buildable and testable, the PR needs to include:
|
|||
* A line for the plugin in `python.d/Makefile.am` under `dist_python_DATA`.
|
||||
* A line for the plugin configuration file in `conf.d/Makefile.am`, under `dist_pythonconfig_DATA`
|
||||
* Optionally, chart information in `web/dashboard_info.js`. This generally involves specifying a name and icon for the section, and may include descriptions for the section or individual charts.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -44,3 +44,5 @@ adaptec_raid: yes
|
|||

|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -55,3 +55,5 @@ remote:
|
|||
Without configuration, module attempts to connect to `http://localhost/server-status?auto`
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -101,3 +101,5 @@ port : 11300
|
|||
If no configuration is given, module will attempt to connect to beanstalkd on `127.0.0.1:11300` address
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -58,3 +58,5 @@ local:
|
|||
If no configuration is given, module will attempt to read named.stats file at `/var/log/bind/named.stats`
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -26,3 +26,5 @@ remote:
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -30,3 +30,5 @@ local:
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -29,3 +29,5 @@ local:
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -33,3 +33,5 @@ local:
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -33,3 +33,5 @@ If no configuration is given, module will search for cpufreq files in `/sys/devi
|
|||
Directory is also prefixed with `NETDATA_HOST_PREFIX` if specified.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -9,3 +9,5 @@ It produces one stacked chart per CPU, showing the percentage of time spent in
|
|||
each state.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -8,3 +8,5 @@ This module provides DNS query time statistics.
|
|||
It produces one aggregate chart or one chart per DNS server, showing the query time.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -52,3 +52,5 @@ localhost:
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -24,3 +24,5 @@ Following charts are drawn:
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -71,3 +71,5 @@ localsocket:
|
|||
If no configuration is given, module will attempt to connect to dovecot using unix socket localized in `/var/run/dovecot/stats`
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -58,3 +58,5 @@ local:
|
|||
If no configuration is given, module will fail to run.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# example
|
||||
|
||||
An example python data collection module.
|
||||
|
||||
[]()
|
||||
|
|
|
@ -11,3 +11,5 @@ It produces only one chart:
|
|||
Configuration is not needed.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -21,3 +21,5 @@ If no configuration is given, module will attempt to read log file at `/var/log/
|
|||
If conf file is not found default jail is `ssh`.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -68,3 +68,5 @@ To do this, create a link from the sites-enabled directory to the status file in
|
|||
and restart/reload your FREERADIUS server.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -273,3 +273,5 @@ The images below show how do the final charts in netdata look.
|
|||
|
||||

|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -47,3 +47,5 @@ via_socket:
|
|||
If no configuration is given, module will fail to run.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -20,3 +20,5 @@ port: 7634
|
|||
If no configuration is given, module will attempt to connect to hddtemp daemon on `127.0.0.1:7634` address
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -39,3 +39,5 @@ server:
|
|||
response time is low and should be used as reference only.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -24,3 +24,5 @@ remote:
|
|||
Without configuration, module attempts to connect to `http://localhost:8443/status-json.xsl`
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -23,3 +23,5 @@ localhost:
|
|||
|
||||
---
|
||||
|
||||
|
||||
[]()
|
||||
|
|
|
@ -32,3 +32,5 @@ In case of python2 you need to install `py2-ipaddress` to make plugin work.
|
|||
The module will not work If no configuration is given.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -65,3 +65,5 @@ the corresponding `min` or `empty`, which will then always read as zero.
|
|||
This way, alerts which match on these will still work.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -45,3 +45,5 @@ local:
|
|||
If no configuration is given, module will use "/tmp/lshttpd/".
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -52,3 +52,5 @@ is currently disabled by default, and needs to be explicitly enabled in
|
|||
`/etc/netdata/python.d.conf` before it will run.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -29,3 +29,5 @@ It produces:
|
|||
No configuration is needed.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -46,3 +46,5 @@ do_battery: yes
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -67,3 +67,5 @@ localtcpip:
|
|||
If no configuration is given, module will attempt to connect to memcached instance on `127.0.0.1:11211` address.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -166,3 +166,5 @@ local:
|
|||
If no configuration is given, module will attempt to connect to mongodb daemon on `127.0.0.1:27017` address
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -31,3 +31,5 @@ local:
|
|||
If no configuration is given, module will attempt to connect to monit as `http://localhost:2812`.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -86,3 +86,5 @@ remote:
|
|||
If no configuration is given, module will attempt to connect to mysql server via unix socket at `/var/run/mysqld/mysqld.sock` without password and with username `root`
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -42,3 +42,5 @@ local:
|
|||
Without configuration, module attempts to connect to `http://localhost/stub_status`
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -123,3 +123,5 @@ local:
|
|||
Without configuration, module fail to start.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -52,3 +52,5 @@ It produces:
|
|||
Configuration is not needed.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -69,3 +69,5 @@ otherhost:
|
|||
If no configuration is given, module will attempt to connect to `ntpd` on `::1:123` or `127.0.0.1:123` and show charts for the systemvars. Use `show_peers: yes` to also show the charts for configured peers. Local peers in the range `127.0.0.0/8` are hidden by default, use `peer_filter: ''` to show all peers.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -36,4 +36,5 @@ Sample:
|
|||
|
||||
```yaml
|
||||
poll_seconds: 1
|
||||
```
|
||||
```
|
||||
[]()
|
||||
|
|
|
@ -55,3 +55,5 @@ openldap:
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -30,3 +30,5 @@ default
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -37,3 +37,5 @@ local:
|
|||
Without configuration, module attempts to connect to `http://localhost/status`
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -33,3 +33,5 @@ server:
|
|||
* Currently, the accuracy of the latency is low and should be used as reference only.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -13,3 +13,5 @@ It produces only two charts:
|
|||
Configuration is not needed.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -66,3 +66,5 @@ tcp:
|
|||
When no configuration file is found, module tries to connect to TCP/IP socket: `localhost:5432`.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -75,3 +75,5 @@ local:
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -60,3 +60,5 @@ tcpipv4:
|
|||
If no configuration is given, module will fail to run.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -43,3 +43,5 @@ When no configuration is given, module uses `https://fqdn.example.com:8140`.
|
|||
to default PuppetDB configuration though.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -54,3 +54,5 @@ socket:
|
|||
When no configuration file is found, module tries to connect to: `localhost:15672`.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
|
@ -40,3 +40,5 @@ localhost:
|
|||
When no configuration file is found, module tries to connect to TCP/IP socket: `localhost:6379`.
|
||||
|
||||
---
|
||||
|
||||
[]()
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue