Skip to content

mahdiyehmr/salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salt project for installing percona chained, redis, memcached, mcrouter, elasticsearch, and kibana.

kernel tunning

https://medium.com/@pawilon/tuning-your-linux-kernel-and-haproxy-instance-for-high-loads-1a2105ea553e

  • net.core.netdev_max_backlog if using 1G network ok to be default value of 1000 in ubuntu but if network port is 10G is better to increase it.

redis

percona

memcache

mcrouter

https://github.com/facebook/mcrouter/wiki https://engineering.fb.com/2014/09/15/web/introducing-mcrouter-a-memcached-protocol-router-for-scaling-memcached-deployments/

elasticsearch

kibana

securing password in saltstack

write module in salt

metricbeat

filebeat

logstash

elastic integration

Elastic Agent is a single, unified way to add monitoring for logs, metrics, and other types of data to a host. It can also protect hosts from security threats, query data from operating systems, forward data from remote services or hardware, and more

https://docs.elastic.co/integrations/all_integrations

sadly most features need kibana and elastic version 8 or newer

haproxy

rsyslog

salt

https://docs.saltproject.io/salt/install-guide/en/latest/topics/accept-keys.html

  • add new node salt-key --gen-keys [name_of_node] # run this on master node and mv it to /vagrant/keys
  • list all keys salt-key -L
  • accept key salt-key -a [key-name] # accept a single key salt-key -A # accept all keys
  • delete key salt-key -d [key-name] # delete a single key salt-key -D # delete all keys

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published