Hello,
I am using nagios xi and monitoring my windows and linux VMs.
Can anyone tells me that how to encrypt the data between client and nagios server.
Thank you for your help
Encrypt data between client and server nagios xi
Re: Encrypt data between client and server nagios xi
What type of communication are you using between the Nagios server and your Windows and Linux VMs? check_by_ssh would be the fastest way to see that everything was encrypted, but it's not as easy as just saying "oh, change over to check_by_ssh!"
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Encrypt data between client and server nagios xi
Thanks eloyd!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Encrypt data between client and server nagios xi
Thank you eloyd for reply.
My requirements are as follows:
1-I have multiple clients those are being monitored through nagios xi (Window + linux)
2-I wants to secure the connection between nagios and hosts.
3-I looked for openssl implementation, but no luck so far.
need your help to implement openssl implementations
Share your thoughts please.
Thank you!
My requirements are as follows:
1-I have multiple clients those are being monitored through nagios xi (Window + linux)
2-I wants to secure the connection between nagios and hosts.
3-I looked for openssl implementation, but no luck so far.
need your help to implement openssl implementations
Share your thoughts please.
Thank you!
Re: Encrypt data between client and server nagios xi
I am still not clear what method you are using to query services on your Windows machines. Are you using NSclient? NRPE? NCPA?
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Encrypt data between client and server nagios xi
@eloyd is right - we need to know what agent(s) are you using on your client systems in order to point you in the right direction in regards to encrypting data. Each agent is going to be a bit different.eloyd wrote:What type of communication are you using between the Nagios server and your Windows and Linux VMs? check_by_ssh would be the fastest way to see that everything was encrypted, but it's not as easy as just saying "oh, change over to check_by_ssh!"
Former Nagios Employee
Re: Encrypt data between client and server nagios xi
I am using agents as
Nsclient ++ for windows
nrpe 2.15 for linux
Nsclient ++ for windows
nrpe 2.15 for linux
Re: Encrypt data between client and server nagios xi
NRPE should encrypt the data by default, unless you use the -n flag which represents not to use SSL.
As for NSClient++, this can be a bit tricky, are you looking at using check_nrpe or check_nt? Can you post your NSClient++ configuration file for us to look at?
As for NSClient++, this can be a bit tricky, are you looking at using check_nrpe or check_nt? Can you post your NSClient++ configuration file for us to look at?
Former Nagios Employee
Re: Encrypt data between client and server nagios xi
Thank you very much rkennedy!
I have attached my nsclient.ini file.
Kindly see and let me know your thoughts please.
I have attached my nsclient.ini file.
Kindly see and let me know your thoughts please.
You do not have the required permissions to view the files attached to this post.
Re: Encrypt data between client and server nagios xi
Can you also answer this?Naveed wrote:Thank you very much rkennedy!
I have attached my nsclient.ini file.
Kindly see and let me know your thoughts please.
As for NSClient++, this can be a bit tricky, are you looking at using check_nrpe or check_nt?
Former Nagios Employee