Netdata: Difference between revisions

link to RedHat docs
Adds haproxy config
Line 16: Line 16:
   - logrotate file at /etc/logrotate.d/netdata
   - logrotate file at /etc/logrotate.d/netdata
</pre>
</pre>


== Host Modifications ==
== Host Modifications ==


=== HAProxy ===
<source lang="python">
frontend netstats
        bind *:20000
        mode http
        default_backend netstats-back
backend netstats-back
        server stats1 127.0.0.1:19999
</source>
=== Kernel ===
You have kernel memory de-duper (called [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_tuning_and_optimization_guide/chap-ksm Kernel Same-page Merging], or KSM) available, but it is not currently enabled.
You have kernel memory de-duper (called [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_tuning_and_optimization_guide/chap-ksm Kernel Same-page Merging], or KSM) available, but it is not currently enabled.