Search found 44 matches
- Wed Jun 30, 2021 1:44 am
- Forum: Nagios Log Server
- Topic: NLS & Metricbeat
- Replies: 3
- Views: 814
Re: NLS & Metricbeat
Hi thank you, your config worked ! Have you ever tried to run the metricbeat template "Metricbeat-system-overview.json"? You can find it under "/etc/metricbeat/kibana/7/dashboard" Unfortunately nothing happens when I load it as a dashboard. Metricbeat now provides me with a lot o...
- Mon Jun 28, 2021 2:16 am
- Forum: Nagios Log Server
- Topic: NLS & Metricbeat
- Replies: 3
- Views: 814
NLS & Metricbeat
Hi, Is there anyone in the community who got metricbeat up and running in cooperation with NLS? Or is this even possible? I followed the instructions from https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-installation-configuration.html For example, when I try to test metricbeat I ...
- Thu Jun 17, 2021 12:30 am
- Forum: Nagios Log Server
- Topic: NRDP: Could not connect to NRDP server
- Replies: 36
- Views: 12129
Re: NRDP: Could not connect to NRDP server
Hi gsmith, The ca-certificates program only accepts .crt files. So I ran the following commands: cp /tmp/nagioscoredomain.pem /usr/share/ca-certificates openssl x509 -in nagioscoredomain.pem -inform PEM -out nagioscoredomain.crt root@logserverdomain:/usr/share/ca-certificates# dpkg-reconfigure ca-ce...
- Wed Jun 16, 2021 2:18 am
- Forum: Nagios Log Server
- Topic: NRDP: Could not connect to NRDP server
- Replies: 36
- Views: 12129
Re: NRDP: Could not connect to NRDP server
Hi gsmith, heres the output from your command: root@logserverdomain:/home/user# curl -v --cacert /tmp/nagioscoredomain.pem https://nagioscoredomain.xxxxxx.net * Trying 192.168.xxx.xxx:443... * TCP_NODELAY set * Connected to nagioscoredomain.xxxxxxx.net (192.168.xxx.xxx) port 443 (#0) * ALPN, offerin...
- Tue Jun 15, 2021 2:49 pm
- Forum: Nagios Log Server
- Topic: NRDP: Could not connect to NRDP server
- Replies: 36
- Views: 12129
Re: NRDP: Could not connect to NRDP server
Hi gsmith, no i cant add the nrdp server :( As you can see root@logserverdomain:/tmp# update-ca-certificates --verbose Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. done. No certificates has been added but i think it shou...
- Tue Jun 15, 2021 1:25 am
- Forum: Nagios Log Server
- Topic: NRDP: Could not connect to NRDP server
- Replies: 36
- Views: 12129
Re: NRDP: Could not connect to NRDP server
After copying the nagiocoredomain.pem into the directory /usr/local/share/ca-certificates, I executed the command sudo update-ca-certificates --verbose. root@logserverdomain:/usr/local/share/ca-certificates# ls nagioscoredomain.pem Heres the output: root@logserverdomain:/tmp# update-ca-certificates ...
- Mon Jun 14, 2021 1:04 am
- Forum: Nagios Log Server
- Topic: NRDP: Could not connect to NRDP server
- Replies: 36
- Views: 12129
Re: NRDP: Could not connect to NRDP server
Hi gsmith, thanks for your answer. On my nagioscore-Server in "/etc/ssl/certs/" there are -rw-r--r-- 1 root root 932 Jun 14 10:21 nagioscoredomain.pem -rw-r--r-- 1 root root 1,8K Jun 14 10:21 RootCAChainIntermediate1.pem we have our own CA. Should i use the "nagioscoredomain.pem" ?
- Thu Jun 03, 2021 1:05 pm
- Forum: Nagios Log Server
- Topic: NRDP: Could not connect to NRDP server
- Replies: 36
- Views: 12129
Re: NRDP: Could not connect to NRDP server
Hi Gsmith,
no stress, there is no rush
no stress, there is no rush
- Wed Jun 02, 2021 12:41 am
- Forum: Nagios Log Server
- Topic: NRDP: Could not connect to NRDP server
- Replies: 36
- Views: 12129
Re: NRDP: Could not connect to NRDP server
Hi here are all commands: root@logserverdomain:/tmp# openssl s_client -showcerts -servername nagioscoredomain.net -connect nagioscoredomain.net:443 > cacert.pem depth=2 C = DE, ST = XXXXXXX, L = XXXXXXXX, O = XXXXXXXXXXXXx, CN = XXXXXXXX Root CA verify error:num=19:self signed certificate in certifi...
- Sat May 29, 2021 12:54 am
- Forum: Nagios Log Server
- Topic: NRDP: Could not connect to NRDP server
- Replies: 36
- Views: 12129
Re: NRDP: Could not connect to NRDP server
Hi gsmith, here is the output from the comands: root@logserverdomain:/tmp# openssl s_client -showcerts -servername nagioscoredomain.net -connect nagioscoredomain.net:443 > cacert.pem depth=2 C = DE, ST = XXXXXXX, L = XXXXXXXX, O = XXXXXXXXXXXXx, CN = XXXXXXXX Root CA verify error:num=19:self signed ...