Skip to content

Instantly share code, notes, and snippets.

@jazzl0ver
Last active November 29, 2024 10:36
Show Gist options
  • Save jazzl0ver/706d119182d5d03e40f6e9f76ce861dd to your computer and use it in GitHub Desktop.
Save jazzl0ver/706d119182d5d03e40f6e9f76ce861dd to your computer and use it in GitHub Desktop.
logwatch config for proxmox ve
#
# put this file into /etc/logwatch/conf/
#
Service = "proxmox"
#!/bin/bash
#
# put this file into /etc/logwatch/scripts/services/ and chmod +x
#
/usr/bin/grep -i " pve" | egrep -i "(error|critical|failed)"
#
# put this file into /etc/logwatch/conf/services/
#
Title = "Proxmox Logs"
LogFile = syslog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment