Go to file
nemo 7f99d7e885 Initial commit 2019-03-24 15:56:17 +01:00
recipes Initial commit 2019-03-24 15:56:17 +01:00
LICENSE Initial commit 2019-03-24 15:56:17 +01:00
README.md Initial commit 2019-03-24 15:56:17 +01:00
recipe_gentoo.sh Initial commit 2019-03-24 15:56:17 +01:00

README.md

recipe_gentoo

Check system configuration for a gentoo machine (VM or PHYSICAL) based on GRIFON's architecture. It's a Gentoo OS configuration recipe. This script normally doesn't modify anything on the system.

To use : ./recipe_gentoo.sh [--physical]

Not finished, in progress....

TO DO :

  • Reorganise script to limit redundancy text
  • Check requirements
  • Check if user is root
  • Check postfix config
  • Check if sending a mail works (find a way to check)
  • Check snmpd config
  • Check if IPs/informations are recorded in IPAM
  • Check detailled DNS records (PTR, A, AAAA)
  • Check if files in etc need to be updated (etc-update)
  • Check if borgbackup is configured (+ connexion to backup server)
  • Check if auto-update script is configured

Checked point :

  • Installed packages
  • Hostname configuration
  • DNS configuration (resolve external name, configured nameserver and check if all IPs are configured in DNS)
  • Ping external machine for IPv4 and IPv6
  • If Admin IPs are configured
  • Services status
  • SSH configuration (PasswordAuthentication no, PermitRootLogin no, and ListenAddress only on Admin LAN)
  • NRPE basic configuration (allowed_hosts)
  • MUNIN basic configuration (allow)
  • Mail alias configuration (root mail alias configured)