collectd
-
pccwglobalit
- Posts: 105
- Joined: Wed Mar 11, 2015 9:00 pm
collectd
does NLS support collected input?
Re: collectd
It should work, check this page out: https://www.elastic.co/guide/en/logstas ... lectd.html
Former Nagios Employee.
me.
me.
-
pccwglobalit
- Posts: 105
- Joined: Wed Mar 11, 2015 9:00 pm
Re: collectd
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
}
}
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
}
}
Re: collectd
I've never tried it, but according to the documentation that should work.
Former Nagios Employee.
me.
me.