Minfo 1.0.2 Online
@daily minfo --output json --all > /etc/minfo_inventory_$(date +\%Y\%m\%d).json Before deploying a Docker container, check available memory and disk space:
sudo ln -s /usr/local/bin/minfo /usr/bin/minfo Solution: Minfo 1.0.2 can be told to subtract ARC cache: minfo --adjust-arc Issue: Permission denied when accessing /dev/mem for SMBIOS Solution: Run with sudo or add your user to the minfo group: minfo 1.0.2
echo "$(date) : $(minfo --output csv --category cpu,memory)" >> /var/log/minfo_audit.log Why should you integrate Minfo into your workflow? Here are proven scenarios. 1. Automated Server Inventory Use Minfo in a cron job to record hardware changes. For example, nightly: @daily minfo --output json --all >
minfo --category storage,network Append to a system log with timestamp: nightly: minfo --category storage