Fix includes/defaults.inc.php references (#11249)

Now that includes/defaults.inc.php has gone away, refer to
misc/config_definitions.json instead.
This commit is contained in:
Dan Langille
2020-03-04 09:18:56 +01:00
committed by GitHub
parent baee55a248
commit c69b4a5898
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
## Have a look in includes/defaults.inc.php for examples of settings you can set here. DO NOT EDIT defaults.inc.php!
## Have a look in misc/config_definitions.json for examples of settings you can set here. DO NOT EDIT misc/config_definitions.json!
### Database config
$config['db_host'] = 'localhost';
+2 -2
View File
@@ -77,7 +77,7 @@ mib_dir:
```
`poller_modules`: This is a list of poller modules to either enable
(1) or disable (0). Check `includes/defaults.inc.php` to see which
(1) or disable (0). Check `misc/config_definitions.json` to see which
modules are enabled/disabled by default.
```yaml
@@ -87,7 +87,7 @@ poller_modules:
```
`discovery_modules`: This is the list of discovery modules to either
enable (1) or disable (0). Check `includes/defaults.inc.php` to see
enable (1) or disable (0). Check `misc/config_definitions.json` to see
which modules are enabled/disabled by default.
```yaml
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
## Have a look in includes/defaults.inc.php for examples of settings you can set here. DO NOT EDIT defaults.inc.php!
## Have a look in misc/config_definitions.json for examples of settings you can set here. DO NOT EDIT misc/config_definitions.json!
### Database config
$config['db_host'] = '127.0.0.1';