mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Install docs, note proxy config (#9720)
* Update Installation-Ubuntu-1804-Apache.md As discussed here: https://github.com/librenms/librenms/issues/9709 * Update Installation-Ubuntu-1804-Apache.md * Update Installation-Ubuntu-1804-Apache.md * Update Installation-Ubuntu-1804-Apache.md * Update Installation-Ubuntu-1804-Nginx.md * Update Installation-Ubuntu-1604-Nginx.md * Update Installation-Ubuntu-1604-Apache.md * Update Installation-Ubuntu-1404-Nginx.md * Update Installation-Ubuntu-1404-Lighttpd.md * Update Installation-Ubuntu-1404-Apache.md * Update Installation-CentOS-7-Nginx.md * Update Installation-CentOS-7-Apache.md * Update Installation-CentOS-6-Apache-Nginx.md
This commit is contained in:
@@ -324,6 +324,8 @@ Create the cronjob
|
||||
|
||||
cp librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
### Copy logrotate config ###
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
@@ -154,6 +154,8 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
|
||||
|
||||
cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
#### Copy logrotate config
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
@@ -186,6 +186,8 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
|
||||
|
||||
cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
#### Copy logrotate config
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
@@ -203,6 +203,8 @@ LibreNMS uses Job Snijders' [poller-wrapper.py][1]. By default, the cron job ru
|
||||
Create the cronjob
|
||||
|
||||
cp librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
### Copy logrotate config ###
|
||||
|
||||
|
@@ -184,6 +184,8 @@ Create the cronjob
|
||||
|
||||
cp librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
### Copy logrotate config ###
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
@@ -212,6 +212,8 @@ Create the cronjob
|
||||
|
||||
cp librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
### Copy logrotate config ###
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
@@ -101,6 +101,8 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
|
||||
|
||||
cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
#### Copy logrotate config
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
@@ -106,6 +106,8 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
|
||||
|
||||
cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
#### Copy logrotate config
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
@@ -100,6 +100,8 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
|
||||
|
||||
cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
#### Copy logrotate config
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
@@ -105,6 +105,8 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
|
||||
|
||||
cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms
|
||||
|
||||
> NOTE: Keep in mind that cron, by default, only uses a very limited set of environment variables. You may need to configure proxy variables for the cron invocation. Alternatively adding the proxy settings in config.php is possible too. The config.php file will be created in the upcoming steps. Review the following URL after you finished librenms install steps: https://docs.librenms.org/Support/Configuration/#proxy-support
|
||||
|
||||
#### Copy logrotate config
|
||||
|
||||
LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file:
|
||||
|
Reference in New Issue
Block a user