Search found 6 matches
- Thu Aug 24, 2017 9:32 am
- Forum: Open Source Nagios Projects
- Topic: nagios encyrpted password for url monitoring
- Replies: 13
- Views: 5801
Re: nagios encyrpted password for url monitoring
Atlast i have to tweak powershell script to encrypt password and use this password in check_nrpe plugin to monitor the website. Basically the powershell script runs on the server and return the status to check_nrpe which inturn turns the status of the service. I cannot do it with check_http. Now we ...
- Mon Jul 31, 2017 1:32 pm
- Forum: Open Source Nagios Projects
- Topic: nagios encyrpted password for url monitoring
- Replies: 13
- Views: 5801
Re: nagios encyrpted password for url monitoring
I have`nt got a chance to test this one yet. I will be doing this week. Thanks for the info mcapra.lmiltchev wrote:@[email protected] did mcapra's suggestion help? Let us know if it is ok to lock this thread.
- Thu Jul 27, 2017 2:20 pm
- Forum: Open Source Nagios Projects
- Topic: nagios encyrpted password for url monitoring
- Replies: 13
- Views: 5801
Re: nagios encyrpted password for url monitoring
post a curl -v http://yoururl.com/login so that we can see what type of authentication you're trying to use. off the top of my head, the plugin only supports basic auth. if you're using NTLM, SSO, LDAP, or anything else, you'll probably need to find another plugin. Here is the curl informaton from ...
- Thu Jul 27, 2017 1:39 pm
- Forum: Open Source Nagios Projects
- Topic: nagios encyrpted password for url monitoring
- Replies: 13
- Views: 5801
Re: nagios encyrpted password for url monitoring
I will try this and let this group know.
- Fri Jul 21, 2017 5:25 pm
- Forum: Open Source Nagios Projects
- Topic: nagios encyrpted password for url monitoring
- Replies: 13
- Views: 5801
Re: nagios encyrpted password for url monitoring
The website i would like to monitor requires credentials, it works with check_http module but i need to encrypt credentials instead of encode. is there a way to do it with this module or any other? Thanks.
- Thu Jul 20, 2017 1:58 pm
- Forum: Open Source Nagios Projects
- Topic: nagios encyrpted password for url monitoring
- Replies: 13
- Views: 5801
nagios encyrpted password for url monitoring
Nagios http authentication using encrypted password. Is there a plugin which does that? I have used check_http but the encrypted password fails there.