mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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';
|
||||
|
@@ -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,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';
|
||||
|
Reference in New Issue
Block a user