Search found 6 matches

by azangwi
Fri Apr 17, 2020 1:28 pm
Forum: Nagios XI
Topic: NRDS install on client: curl exited with error 179
Replies: 9
Views: 956

Re: NRDS install on client: curl exited with error 179

Yes, i'm putting a valid hostname in it.
Only non alphanumeric character is '-'
by azangwi
Fri Apr 17, 2020 12:36 pm
Forum: Nagios XI
Topic: NRDS install on client: curl exited with error 179
Replies: 9
Views: 956

Re: NRDS install on client: curl exited with error 179

[nagios@<client_hostname> ~]$ curl -k -vvv 'https://<host>/nrdp/' >curlk.txt % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to <host> port 443 (#0) * Trying <nagiosIP>... * Connecte...
by azangwi
Fri Apr 17, 2020 12:17 pm
Forum: Nagios XI
Topic: NRDS install on client: curl exited with error 179
Replies: 9
Views: 956

Re: NRDS install on client: curl exited with error 179

I have the hostname, and it worked on other clients, and when i ping nagios hostname it successfully resolves to correct ip.
by azangwi
Fri Apr 17, 2020 10:43 am
Forum: Nagios XI
Topic: NRDS install on client: curl exited with error 179
Replies: 9
Views: 956

Re: NRDS install on client: curl exited with error 179

OS is Linux -CentOS 7 curl does accept --insecure option # curl --help | grep insecure -k, --insecure Allow connections to SSL sites without certs (H) i ran bash -x ./installnrds <host> 5 got the following output: + . ./init.sh +++ uname -s ++ os=Linux +++ uname -r ++ rel=3.10.0-957.el7.x86_64 +++ u...
by azangwi
Thu Apr 16, 2020 10:58 am
Forum: Nagios XI
Topic: NRDS install on client: curl exited with error 179
Replies: 9
Views: 956

NRDS Linux Install: curl exited with error 1792

curl exited with error 1792 [root@<host> clients]# ./installnrds <host> 5 nagios group already exists. nagios user already exists. Installing NRDS Client Adding cron jobs for <host> at a 5 minute interval no crontab for nagios Crontabs installed OK Updating config and plugins curl exited with error ...
by azangwi
Thu Apr 16, 2020 10:43 am
Forum: Nagios XI
Topic: NRDS install on client: curl exited with error 179
Replies: 9
Views: 956

NRDS install on client: curl exited with error 179

Steps I did: [root@<hostname> clients]$ cd /temp [root@<hostname> clients]$ wget -O <CONFIG_NAME>.tar.gz "https://<nagiosIP/url>/nrdp/?cmd=nrdsgetclient&token=<TOKEN>&configname=<>" [root@<hostname> clients]$ gunzip -c <configname>.tar.gz | tar xf - [root@<hostname> clients]$ ./ins...