Hello, and Happy New Year to you!
I need to create a Nagios Core plugin, that touches the cloud AWS environments, from non-cloud system.
the problem I see is first I need to obtain a auth token, the return response to the first request would be the auth token.
I would take that auth token and use it to access the cloud envs,
is Nagios Core equiped to handle this type of call, I'm still a bit fresh with Nagios. thank you!
Nagios plugin calling cloud env- response extract auth token
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios plugin calling cloud env- response extract auth t
Yes.
Basically Nagios just executes commands and only cares about getting back an exit code and some human friendly text.
Everything you explained will need to be scripted into your plugin, Nagios doesn't care about any of that. Things might get complicated if you want to pass information from one check to another, it's entirely up to you as to how you design it.
Basically Nagios just executes commands and only cares about getting back an exit code and some human friendly text.
Everything you explained will need to be scripted into your plugin, Nagios doesn't care about any of that. Things might get complicated if you want to pass information from one check to another, it's entirely up to you as to how you design it.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios plugin calling cloud env- response extract auth t
got it,
thank you!
thank you!
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios plugin calling cloud env- response extract auth t
Great, is it OK to close this thread?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios plugin calling cloud env- response extract auth t
Yes Sir, please close. thank you