I would like to ask you for a help here. I have setup Nagios log server and curently collecting logs from cisco switches in our company.
First thing i wanted to solve was DNS resolution for Host which is not working currently. I have created filter, checked reverse dns lookup all looks fine but no go with FQDN under host
Code: Select all
dns {
reverse => [ "host" ]
action => [ "replace" ]
add_tag => [ "dns" ]
}
Severity for all is Emergency and even facility is not visible... see attachment
Thank you!