Skip to content

Instantly share code, notes, and snippets.

View alsunseri's full-sized avatar

Al Sunseri alsunseri

  • NYC, NOLA
View GitHub Profile
Found: master for n1trux/awesome-sysadmin — A curated list of amazingly awesome open source sysadmin resources. — 3174⭐️ — last updated 14 days ago
🔎 Checking 407 links
⚪ https://easybuild.readthedocs.org/en/latest/
⚪ http://cobbler.github.io/
⚪ http://andrewchilds.github.io/overcast/
⚪ http://tumblr.github.io/collins/
⚪ https://retspen.github.io
⚪ http://hekad.readthedocs.org/en/latest/
⚪ https://phpsysinfo.github.io/phpsysinfo/
⚪ http://graphite.readthedocs.org/en/latest/
# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
#
# Network settings
#
#
# This sets the max OS receive buffer size for all types of connections
@alsunseri
alsunseri / centos-install-monit-php-fpm.sh
Created November 28, 2019 00:10 — forked from demofly/centos-install-monit-php-fpm.sh
Script to setup Monit to autorestart a hanged php-fpm for CentOS
#!/bin/bash
yum -y install monit
chkconfig monit on
echo 'set daemon 10 # check services at 30 seconds intervals
set logfile syslog
set httpd port 2812 and
use address localhost # only accept connection from localhost
allow localhost # allow localhost to connect to the server and