Skip to content

Instantly share code, notes, and snippets.

View jalogisch's full-sized avatar
🏠
Working from home

Jan Doberstein jalogisch

🏠
Working from home
View GitHub Profile
input {
exec {
command => "ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{print $1}'"
interval => "86400"
type => "ipv4"
}
file {
format => "plain"
message_format => "plain"
type => "yum_log"