DevTech101

DevTech101

nagios

Integrating Oracle Ops Center Alert Notifications With Nagios

Contents 1 This document address how to disable nagios notification’s with Ops Center 1.1 Nagios notification overview 1.2 Nagios notifications 1.2.1 Methods to disable Nagios notifications remotely 1.2.2 Center and Nagios 1.2.2.1 Ops Center configuration 1.3 Scripts used to disable/enable Nagios 1.4 Example to enable/disable nagios with curl This document address how to disable nagios …

Integrating Oracle Ops Center Alert Notifications With Nagios Read More »

Logstash Nagios Configuration Grok example (logstash.conf)

Nagios logstash yml conf file input { file { # Wildcards work, here 🙂 path => [ “/var/log/messages” ] start_position => “beginning” type => “nagios-alert” } } #input { #tcp { #host => “10.10.10.1” #port => 3333 #type => “nagios-alert” #} #} filter { if [type] == “nagios-alert” { if [message] =~ /nagios3 nagios:/ { …

Logstash Nagios Configuration Grok example (logstash.conf) Read More »