This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |