It never worked to my knowledge. This is a fairly new installation. All other macros work fine.
I'll try a new template and try rebooting the server.
Search found 8 matches
- Thu May 18, 2017 1:00 pm
- Forum: Nagios Log Server
- Topic: Email Template Macros - %time% is blank
- Replies: 4
- Views: 1232
- Wed May 17, 2017 2:39 pm
- Forum: Nagios Log Server
- Topic: Email Template Macros - %time% is blank
- Replies: 4
- Views: 1232
Email Template Macros - %time% is blank
I have %time% in the body of my email template and when I receive the alert it is not being populated, just blank.
I have used the default email template and i have used a custom email template.
I have used the default email template and i have used a custom email template.
- Tue May 16, 2017 8:58 pm
- Forum: Nagios Log Server
- Topic: Alerting settings to avoid duplicate alerts from firing
- Replies: 1
- Views: 785
Alerting settings to avoid duplicate alerts from firing
I have the following settings configured for an alert: Check Interval = 5m Loopback Period = 60m Warning = 0 Critical = 0 The following events occurred that met the query criteria of the alert: Event #1 occurred @ 2017-05-16T15:27:02.000 Event #2 occurred @ 2017-05-16T15:27:02.000 Event #3 occurred ...
- Tue May 16, 2017 8:35 pm
- Forum: Nagios Log Server
- Topic: Alerting setup and not receiving emails
- Replies: 2
- Views: 858
Re: Alerting setup and not receiving emails
Thanks for all the help. The response above provided invaluable tools to figure out why I was not getting alerts. It turned out that the query driving the alerts was changed and thus invalidated. Long story short, we are parsing data using the logstash CSV input filter. The data itself had a space a...
- Thu May 11, 2017 9:16 am
- Forum: Nagios Log Server
- Topic: Alerting setup and not receiving emails
- Replies: 2
- Views: 858
Alerting setup and not receiving emails
Requirement: Check every minute for an event (new log message), if one occurs send me an email. I want to do this for only [type] = "DELL". This seems like a simple task. Configuration: Check Interval = 60s Loopback Period = 60s Thresholds = 0 of 1 Events (I've tried 0 of 0 events, 1 of 1...
- Wed May 10, 2017 2:40 pm
- Forum: Nagios Log Server
- Topic: Elasticsearch and Logstash upgrade
- Replies: 1
- Views: 847
Elasticsearch and Logstash upgrade
Nagios Log Server is running some seriously old versions of Elasticsearch and Logstash in version 1.4.4. Elasticsearch = 1.6.0 (current 5.4.0) Logstash = 1.5.1 (current 5.4.0) Is there any possibility to upgrade Logstash and/or Elasticsearch on the current version of Nagios? Is anything in the works...
- Wed May 10, 2017 11:46 am
- Forum: Nagios Log Server
- Topic: Adding 'logstash-output-syslog' plugin failed
- Replies: 2
- Views: 1799
Re: Adding 'logstash-output-syslog' plugin failed
I'd like to close this topic, sorry for the inconvenience.
The Installing "logstash-output-syslog" step tasks a very long time, almost 10 minutes. Need to be patient. If you let it finish, everything will work fine.
Hopefully, this helps someone else.
The Installing "logstash-output-syslog" step tasks a very long time, almost 10 minutes. Need to be patient. If you let it finish, everything will work fine.
Hopefully, this helps someone else.
- Wed May 10, 2017 11:36 am
- Forum: Nagios Log Server
- Topic: Adding 'logstash-output-syslog' plugin failed
- Replies: 2
- Views: 1799
Adding 'logstash-output-syslog' plugin failed
I tried adding 'logstash-output-syslog' to logstash using the following command: /usr/local/nagioslogserver/logstash/bin/plugin install logstash-output-syslog The process hung on installing and never finished. This process had to be killed. Now when I try to start logstash: [root@nagios01 ~]# servic...