Search found 35 matches

by rifelixd
Thu Jul 19, 2018 8:52 am
Forum: Nagios XI
Topic: Host returned with error hpp:149
Replies: 5
Views: 1522

Re: Host returned with error hpp:149

Hi @lmiltchev,

Code: Select all

nmap <windows server ip> -p 5667
My current setup is to receive the host details passively over NSCA. I dont own the IP details. Is there something else you require?
by rifelixd
Mon Jul 16, 2018 4:56 pm
Forum: Nagios XI
Topic: Host returned with error hpp:149
Replies: 5
Views: 1522

Re: Host returned with error hpp:149

Hi lmiltchev , Thank you for replying me. There are no other applications that I am aware of that do run on the same port from this machine. I have attached that were requested. C:\Users\Administrator>netstat -aon | find "5667" TCP 10.2.2.2:51267 20x.x.x.x:5667 CLOSING 4768 TCP 10.2.2.2:51...
by rifelixd
Sun Jul 15, 2018 4:14 pm
Forum: Nagios XI
Topic: Host returned with error hpp:149
Replies: 5
Views: 1522

Host returned with error hpp:149

Gurus, I have couple of hosts connected to my server passively over NSCA using NSClient++ 0.4.1. All hosts responding fine but this particular host did connected once and then failing with error returned in log as below:- 2018-07-15 20:50:00: e:D:\source\nscp\trunk\include\socket/client.hpp:149: Fai...
by rifelixd
Thu Mar 29, 2018 8:37 am
Forum: Nagios XI
Topic: Setting argument to check against received alert from remote
Replies: 1
Views: 492

Setting argument to check against received alert from remote

Gurus, npolovenko , I have opened a previous thread https://support.nagios.com/forum/viewtopic.php?f=6&t=46255 where I was guided in how to receive software version from remote devices to Nagios Xi. This has been done successfully and i am receiving a list of all software version from remote to ...
by rifelixd
Thu Mar 29, 2018 1:52 am
Forum: Nagios XI
Topic: Setting up alert when item arrives in Unconfigured Object
Replies: 7
Views: 1600

Re: Setting up alert when item arrives in Unconfigured Objec

File has windows line endings that needs to be fixed, you can run the following yum install dos2unix -y dos2unix check_filesize.sh then it should work Hi scottwilkerson , Thanks for that, I have managed to run it now and upon checking, i found that my unconfigured object is empty but I got results ...
by rifelixd
Wed Mar 28, 2018 11:24 am
Forum: Nagios XI
Topic: Setting up alert when item arrives in Unconfigured Object
Replies: 7
Views: 1600

Re: Setting up alert when item arrives in Unconfigured Objec

[root@a libexec]# pwd /usr/local/nagios/libexec [root@a libexec]# ls -l | grep check_filesize.sh -rwxr-xr-x 1 **** **** 4486 Mar 29 00:10 check_filesize.sh [root@a libexec]# ./check_filesize.sh -w 6 -c 6 /usr/local/nagiosxi/var/corelog.newobjects -bash: ./check_filesize.sh: /bin/bash^M: bad interpr...
by rifelixd
Tue Mar 27, 2018 11:20 pm
Forum: Nagios XI
Topic: Setting up alert when item arrives in Unconfigured Object
Replies: 7
Views: 1600

Re: Setting up alert when item arrives in Unconfigured Objec

here is what the whole command would look like /usr/local/nagios/libexec/check_filesize.sh -w 6 -c 6 /usr/local/nagiosxi/var/corelog.newobjects If it is larger than 6 it will have new unconfigured objects scottwilkerson , I would just need to add this command to server correct ? I did not get the p...
by rifelixd
Tue Mar 27, 2018 12:41 pm
Forum: Nagios XI
Topic: Setting up alert when item arrives in Unconfigured Object
Replies: 7
Views: 1600

Setting up alert when item arrives in Unconfigured Object

Gurus,

Is there a way I can set up an alert where Nagios prompts me when item arrives in Unconfigured object (this is how i set up to receive passive host checking". Thank you.
by rifelixd
Tue Mar 27, 2018 12:38 pm
Forum: Nagios XI
Topic: Host status information shows "OK: No data received yet"
Replies: 20
Views: 5315

Re: Host status information shows "OK: No data received yet"

Sorry, I just noticed you don't have the module enable in your config to allow check_ok, add this under [/modules] CheckHelpers = 1 then restart the service That was on page 4 here https://assets.nagios.com/downloads/nagiosxi/docs/Using_NSClient_For_Passive_Checks.pdf scottwilkerson , Thank you so ...
by rifelixd
Tue Mar 27, 2018 10:52 am
Forum: Nagios XI
Topic: Host status information shows "OK: No data received yet"
Replies: 20
Views: 5315

Re: Host status information shows "OK: No data received yet"

It should be there, lets try all lower case

Code: Select all

host_check = check_ok "Everything is working fine"
Hi @scottwilkerson, I tried all in lowercase but it returned with Command was not found: check_ok. checkok also return same.