Opened 10 months ago
#1239 new defect
munin 2.0 incompatible with nsca 2.9.1
| Reported by: | rbartl | Owned by: | nobody |
|---|---|---|---|
| Priority: | normal | Milestone: | Munin 2.0.0 |
| Component: | master | Version: | 2.0-beta4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
send_nsca wants to have a ETB character instead of the \n
changing LimitsOld? like this solves it ->
root@imonitor:/usr# diff share/perl5/Munin/Master/LimitsOld.pm share/perl5/Munin/Master/LimitsOld.pm~
699c699
< if(defined $pipe and !print $pipe $txt, "\027") {
---
if(defined $pipe and !print $pipe $txt, "\n") {
it should be configurable to be compatible with nsca (from debian wheezy).
I haven't found a way to configure the behaviour of nsca.
Might also be a bug in nsca because the examples in send_nsca show a newline.
Munin Version in Debian is
root@imonitor:/usr# dpkg -l | grep -i munin
ii munin 2.0.1-1 network-wide graphing framework (grapher/gatherer)
