Skip to content

Instantly share code, notes, and snippets.

@YogSottot
YogSottot / SSH_auth.log.yaml
Created January 31, 2025 10:49
ssh login template
zabbix_export:
version: '7.0'
template_groups:
- uuid: 6bdf2c96bf374172a0e108c0e1ddb355
name: 'Линукс Сервера/Linux servers'
templates:
- uuid: b2f90633a77c4b618d61797170349cb4
template: 'SSH Auth'
name: 'SSH auth.log'
groups:
@YogSottot
YogSottot / SSH-Local Auth Linux.yaml
Created January 31, 2025 15:25
zabbix SSH-Local Auth Linux
zabbix_export:
version: '7.0'
template_groups:
- uuid: 6bdf2c96bf374172a0e108c0e1ddb355
name: 'Линукс Сервера/Linux servers'
templates:
- uuid: a809457c33424690851a69f7777f5882
template: 'SSH-Local Auth Linux'
name: 'SSH-Local Auth Linux'
description: |
@YogSottot
YogSottot / README.md
Created October 28, 2025 13:37 — forked from ringe/README.md
KVM QCOW2 Live backup

Live backup of KVM virtual machines

This script will let you make backups of live VMs running on KVM, using libvirt.

The backup job will suspend the VM for the time it takes to copy the RAM to disk.

Credits: Luca Lazzeroni

I've made some minor adjustments.