Monitoring Nagios Log Server
Monitoring Nagios Log Server
I am trying to hit the following URL to parse instance status metrics for monitoring purposes
http://user:[email protected]/nagioslogse ... nce_status but it's not returning me anything. There are some underlying POST statements that are followed after this command.
I was wondering is there a way to get a json that I can parse from one of the nodes in regards to the instances info that's displayed on the administration UI?
http://user:[email protected]/nagioslogse ... nce_status but it's not returning me anything. There are some underlying POST statements that are followed after this command.
I was wondering is there a way to get a json that I can parse from one of the nodes in regards to the instances info that's displayed on the administration UI?
Re: Monitoring Nagios Log Server
By default, Nagios Log Server won't allow you to query that information from the outside. Your best bet is to use a plugin like NRPE to perform local queries.
For instance, the following will return proper java results if you run it on Nagios Log Server:
Basic health check:
These queries don't work from the outside for security purposes.
You could easily use a plugin like NRPE to launch these queries locally - if that's something you're interested in getting data on. Otherwise, I can recommend the following plugin: https://github.com/anchor/nagios-plugin-elasticsearch
For instance, the following will return proper java results if you run it on Nagios Log Server:
Code: Select all
curl -XGET localhost:9200/_nodes/jvm?prettyCode: Select all
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'You could easily use a plugin like NRPE to launch these queries locally - if that's something you're interested in getting data on. Otherwise, I can recommend the following plugin: https://github.com/anchor/nagios-plugin-elasticsearch
Re: Monitoring Nagios Log Server
Or come to my 2015 Nagios World Conference talk on how to use all the Nagios suite of products to monitor, notify, alert, and track all the other Nagios suite of products. 
I'll show you lots of tips and tricks for monitoring NLS with XI/Core, but also how to monitor XI/Core using NLS.
You can register for the conference with the link in @jolson's signature to get a discount, but if you do, please tell the Nagios folks that you registered because of eloyd!
I'll show you lots of tips and tricks for monitoring NLS with XI/Core, but also how to monitor XI/Core using NLS.
You can register for the conference with the link in @jolson's signature to get a discount, but if you do, please tell the Nagios folks that you registered because of eloyd!
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Monitoring Nagios Log Server
The hype begins . . .
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Monitoring Nagios Log Server
If there were bbcode for "fireworks" I would have used that. 
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Monitoring Nagios Log Server
@stecino: Let us know how jolson's suggestion works out for you!
@eloyd:

@eloyd:
There is: [fireworks][/fireworks]eloyd wrote:If there were bbcode for "fireworks" I would have used that. :)

Former Nagios employee
Re: Monitoring Nagios Log Server
No, I mean a font with animated fireworks shooting off of the letters.

Code: Select all
[fireworks]Happy text!!![/fireworks]
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Monitoring Nagios Log Server
Former Nagios employee
Re: Monitoring Nagios Log Server
And yet, I got what I wanted. 
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Monitoring Nagios Log Server
I was there last year and I loved it. We are expecting a baby in early October, my wife will kill me if I leave towneloyd wrote:Or come to my 2015 Nagios World Conference talk on how to use all the Nagios suite of products to monitor, notify, alert, and track all the other Nagios suite of products.
I'll show you lots of tips and tricks for monitoring NLS with XI/Core, but also how to monitor XI/Core using NLS.
You can register for the conference with the link in @jolson's signature to get a discount, but if you do, please tell the Nagios folks that you registered because of eloyd!
Otherwise would have loved to be there again. We may send someone this time as well