Search found 7 matches
- Mon Apr 27, 2015 3:05 pm
- Forum: Open Source Nagios Projects
- Topic: How to get pynagios if not connected to the internet?
- Replies: 1
- Views: 729
Re: How to get pynagios if not connected to the internet?
Never mind, I found it!
- Mon Apr 27, 2015 3:01 pm
- Forum: Open Source Nagios Projects
- Topic: How to get pynagios if not connected to the internet?
- Replies: 1
- Views: 729
How to get pynagios if not connected to the internet?
Hi - I'm using some python files that require pynagios. I tried to run easy_install pynagios, but it goes out to the internet, and I'm on a private network. How else can get this library? I didn't see anything by googling it.
Thanks!
Thanks!
- Mon Apr 27, 2015 2:56 pm
- Forum: Open Source Nagios Projects
- Topic: PKI-enabling Nagios
- Replies: 9
- Views: 3140
Re: PKI-enabling Nagios
Sure. My ssl_error_log reported: "AH01630: client denied by server configuration". This was a hint that the problem was with httpd and not nagios. I simply googled the error code, and found solutions for httpd 2.2 and httpd 2.4. I didn't realize there could be a version issue. httpd -v sho...
- Mon Apr 27, 2015 2:22 pm
- Forum: Open Source Nagios Projects
- Topic: PKI-enabling Nagios
- Replies: 9
- Views: 3140
Re: PKI-enabling Nagios
Yep, works like a charm.
- Mon Apr 27, 2015 1:46 pm
- Forum: Open Source Nagios Projects
- Topic: PKI-enabling Nagios
- Replies: 9
- Views: 3140
Re: PKI-enabling Nagios
Well, to answer my own question, it turns out I was using HTTPD 2.2 settings, but running 2.4.
- Thu Apr 23, 2015 2:38 pm
- Forum: Open Source Nagios Projects
- Topic: PKI-enabling Nagios
- Replies: 9
- Views: 3140
Re: PKI-enabling Nagios
Yes I did, and no, it didn't help.
- Thu Apr 23, 2015 1:42 pm
- Forum: Open Source Nagios Projects
- Topic: PKI-enabling Nagios
- Replies: 9
- Views: 3140
PKI-enabling Nagios
Hello, I'm trying to set up PKI authenticated users for Nagios, and I'm finding little to no documentation. I have the setup such that the nagios server does request my cert, but then it says "Forbidden". I know nagios looks for the cert's CN field to authenticate against, and I have that ...