collectd

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
pccwglobalit
Posts: 105
Joined: Wed Mar 11, 2015 9:00 pm

collectd

Post by pccwglobalit »

does NLS support collected input?
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: collectd

Post by hsmith »

It should work, check this page out: https://www.elastic.co/guide/en/logstas ... lectd.html
Former Nagios Employee.
me.
pccwglobalit
Posts: 105
Joined: Wed Mar 11, 2015 9:00 pm

Re: collectd

Post by pccwglobalit »

thanks.
nagios log server will have collectd codec like the below input?

input {
udp {
port => 25826 # 25826 matches port specified in collectd.conf
buffer_size => 1452 # 1452 is the default buffer size for Collectd
codec => collectd { } # specific Collectd codec to invoke
type => collectd
}
}
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: collectd

Post by hsmith »

I've never tried it, but according to the documentation that should work.
Former Nagios Employee.
me.
Locked