Search found 3 matches
- Sun Jul 16, 2017 7:57 pm
- Forum: Open Source Nagios Projects
- Topic: LONGSERVICEOUTPUT or Multiline check output on nagios log
- Replies: 5
- Views: 3746
Re: LONGSERVICEOUTPUT or Multiline check output on nagios lo
Thanks for your reply. Here's the issue why we need this feature working and stable as soon as it might realistically be. We are using livestatus and check_mk to gather data from a fair number of Nagios servers, each monitoring a number of servers and services in each of our customer's infrastructur...
- Tue Jun 20, 2017 8:49 am
- Forum: Open Source Nagios Projects
- Topic: LONGSERVICEOUTPUT or Multiline check output on nagios log
- Replies: 5
- Views: 3746
Re: LONGSERVICEOUTPUT or Multiline check output on nagios lo
Thanks for your feedback! Is there an ETA for when that request may be completed? I was able to get it to work for the time being by editing base/logging.c , and updating log_service_event() to do: asprintf(&temp_buffer, "SERVICE ALERT: %s;%s;%s;%s;%d;%s;%s\n", svc->host_name, svc->des...
- Thu Jun 15, 2017 2:57 pm
- Forum: Open Source Nagios Projects
- Topic: LONGSERVICEOUTPUT or Multiline check output on nagios log
- Replies: 5
- Views: 3746
LONGSERVICEOUTPUT or Multiline check output on nagios log
Hello We are currently developing some checks that output information on multiline format. For example OK/WARN/CRIT Myservice | Perfdata Line1 Line2 Line3 Now, the issue (Nagios 4.3.1, Linux Centos 7) is that I do see the events on the main log file, the current status on status.dat, but for histori...