Search found 17 matches
- Fri Sep 02, 2016 6:06 am
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
- Thu Sep 01, 2016 8:54 am
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
I figured it out!! I was failing on the next part of the ./fullinstall # install ES Curator, argparse and jsonselect here is what I did to make it work # install pip python get-pip.py --cert /etc/pki/ca-trust/source/anchors/DOIRootCA.crt # install ES Curator, argparse and jsonselect pip install argp...
- Thu Sep 01, 2016 5:38 am
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
UGH it still fails! Here is the log file below. If I run [root@IGSAOAEWUS049 nagioslogserver]# python get-pip.py --cert /etc/pki/ca-trust/source/anchors/DOIRootCA.crt Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages Cleaning up... Log File Nagios Log Server Installation ======...
- Wed Aug 31, 2016 12:54 pm
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
Hey guys so you were right I did have a CA that needed to be installed. I installed like this yum -y install ca-certificates update-ca-trust force-enable wget http://**********.gov/images/DOIRootCA.crt -N -P /etc/pki/ca-trust/source/anchors/ update-ca-trust extract (the *** is the site name) it but ...
- Fri Aug 19, 2016 6:12 am
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
Here is the .pip log. I looks like pip is requiring https. Is there anyway to manually download and install this? get-pip.py run on Fri Aug 19 07:06:39 2016 Downloading/unpacking pip Getting page http://pypi.python.org/simple/pip/ Could not fetch URL http://pypi.python.org/simple/pip/: connection er...
- Fri Aug 19, 2016 6:08 am
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
Sadly this did not work. It did however try http. [root@IGSAOAEWUS049 nagioslogserver]# ./fullinstall Your system $PATH does not include /sbin and /usr/sbin. This is usually the result of installing GNOME rather than creating a clean system. Adding /sbin and /usr/sbin to $PATH. Nagios Log Server Ins...
- Thu Aug 18, 2016 9:08 am
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
Here is the log file it talks about get-pip.py run on Thu Aug 18 10:03:21 2016 Downloading/unpacking pip Getting page https://pypi.python.org/simple/pip/ Could not fetch URL https://pypi.python.org/simple/pip/: connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765)...
- Thu Aug 18, 2016 9:03 am
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
[root@IGSAOAEWUS049 nagioslogserver]# python get-pip.py --allow-insecure=true Downloading/unpacking pip Cannot fetch index base URL https://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement pip Cleaning up... No distributions at all found for pip Storing debug log for...
- Wed Aug 17, 2016 12:16 pm
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
Here is the result
[root@IGSAOAEWUS049 ~]# pip install --allow-insecure argparse jsonselect elasticsearch-curator==3.4.0
-bash: pip: command not found
[root@IGSAOAEWUS049 ~]#
[root@IGSAOAEWUS049 ~]# pip install --allow-insecure argparse jsonselect elasticsearch-curator==3.4.0
-bash: pip: command not found
[root@IGSAOAEWUS049 ~]#
- Wed Aug 17, 2016 7:09 am
- Forum: Nagios Log Server
- Topic: Installation Error
- Replies: 28
- Views: 16475
Re: Installation Error
Sadly I dont know whats going on outside of our office. I work for the government (DOI) and I am sure they are doing something to the traffic. I have not had any issues running and updating Ubuntu so I assumed this would be ok as well. 