Search found 114 matches

by DOkuwa
Fri Oct 20, 2017 11:00 am
Forum: Nagios XI
Topic: log updates
Replies: 9
Views: 1513

Re: log updates

-C 'ssh nagios@$HOSTADDRESS$ ls -lA /opt/InCharge/DEV-OI/smarts/local/logs/' -F 'Heartbeat.log' -r usr/local/nagios/libexec/folder_watch.pl -C 'ssh nagios@$HOSTADDRESS$ ls -lA /opt/InCharge/DEV-OI/smarts/local/logs/' -F 'Heartbeat.log' -r -a 60,120 -f UNKNOWN ERROR - execution of ssh nagios@$HOSTADD...
by DOkuwa
Fri Oct 20, 2017 4:30 am
Forum: Nagios XI
Topic: log updates
Replies: 9
Views: 1513

Re: log updates

please can you give an example
by DOkuwa
Fri Oct 20, 2017 3:44 am
Forum: Nagios XI
Topic: check udp port
Replies: 13
Views: 4574

Re: check udp port

Thanks Starting Nmap 6.40 ( http://nmap.org ) at 2017-10-20 09:43 BST Nmap scan report for dev-smarts-01.exp001.exponential-e.net (10.241.11.203) Host is up (0.00016s latency). PORT STATE SERVICE 19523/udp closed unknown MAC Address: 00:50:56:01:03:24 (VMware) Nmap done: 1 IP address (1 host up) sca...
by DOkuwa
Thu Oct 19, 2017 11:23 am
Forum: Nagios XI
Topic: check udp port
Replies: 13
Views: 4574

Re: check udp port

Code: Select all

 ./check_udp -H 10.241.11.203 -p 19523 -w 60     -s "trap explorer is down" -e "port 19253 is down"
No data received from host
I am not sure why
by DOkuwa
Thu Oct 19, 2017 10:09 am
Forum: Nagios XI
Topic: log updates
Replies: 9
Views: 1513

log updates

I am just using Nagios XI to check if a file is being updated every 30 mins
also I have tried to use the config wizard file age but it does not seems to be working
please see attachment
by DOkuwa
Thu Oct 19, 2017 5:38 am
Forum: Nagios XI
Topic: Warning: Return code of 13 for check of service 'Cpm' on ho
Replies: 3
Views: 1076

Re: Warning: Return code of 13 for check of service 'Cpm' on

Thanks

yes it is a permission issue on the actual file in the /usr/local/Nagios/libexec
Please close the case
by DOkuwa
Wed Oct 18, 2017 3:52 pm
Forum: Nagios XI
Topic: check udp port
Replies: 13
Views: 4574

Re: check udp port

thanks yes it helps
but also some of the ports are udp
how do we check for this
by DOkuwa
Wed Oct 18, 2017 12:05 pm
Forum: Nagios XI
Topic: check udp port
Replies: 13
Views: 4574

Re: check udp port

This worked from the command line
/usr/local/nagios/libexec/check_tcp -H 10.241.11.203 -p 19523
TCP OK - 0.000 second response time on 10.241.11.203 port 19523|time=0.000112s;;;0.000000;10.000000
how does this configured as an alert on Nagios XI windows GUI
please tell me how
by DOkuwa
Wed Oct 18, 2017 10:18 am
Forum: Nagios XI
Topic: Warning: Return code of 13 for check of service 'Cpm' on ho
Replies: 3
Views: 1076

Warning: Return code of 13 for check of service 'Cpm' on ho

hello I am getting this error message in my log /usr/log/nagios/var Warning: Return code of 13 for check of service 'Cpm' on host 'ukldn-ixhs-cr01' was out of bounds. 1508339580] Warning: Return code of 13 for check of service 'Network-Ports' on host 'ukfnb-acpf-cds01' was out of bounds. [1508339580...
by DOkuwa
Wed Oct 18, 2017 6:12 am
Forum: Nagios XI
Topic: check udp port
Replies: 13
Views: 4574

check udp port

hello I am checking the specific port 19523 on a red hat Linux server and I am not getting a notification when the port is down by stopping a service I think the argument is wrong I am sending the config file and screenshot by attachment [/############################################################...