Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Bloonix/Nagios check script for logstash.

Notifications You must be signed in to change notification settings

samuraiii/check-logstash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

check-logstash

This is a simple check script for the monitoring tools Bloonix or Nagios.

input {
    file {
        type => "check-logstash"
        path => "/var/log/logstash/monitor.in"
    }
}

filter {
    .. do something with the events just for testing ..
}

output {
    file {
        type => "check-logstash"
        path => "/var/log/logstash/monitor.out"
    }
}

The script check-logstash writes every time it is called a event to the file monitor.in.

Logstash should reads the file and forward the message filtered to the file monitor.out.

You can set a timeout in seconds when logstash has to process new events from monitor.in.

About

Bloonix/Nagios check script for logstash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%