Tag Results
14 posts tagged graylog2
14 posts tagged graylog2
I just wrote a Graylog2 rake task that can be used as Nagios check. It checks if the number of new log messages exceeds a given limit:
lennart@lennart-t61:~/workspace/graylog2-web-interface$ rake nagios:check minutes=10 messages=100
(in /home/lennart/workspace/graylog2-web-interface)
status: okay
The rake task code: (Interesting if you want to pass parameters to rake tasks)
I just tagged the current Graylog2 state as Graylog1 feature complete! All old Graylog1 features are now working together with the new Graylog2 features and structure.
$ git diesdas graylog1-feature-complete 074259c
$ git push --tags
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:lennartkoopmann/graylog2-web-interface.git
* [new tag] graylog1-feature-complete -> graylog1-feature-complete
Speedy and comfortable remote syslogging is coming! Stable release planned for this month!