Search found 201 matches
- Wed May 24, 2023 9:13 am
- Forum: Nagios XI
- Topic: How to Install Nagios Agent to SUSE Enterprise version 15 SP2
- Replies: 1
- Views: 1069
How to Install Nagios Agent to SUSE Enterprise version 15 SP2
How to Install Nagios Agent to SUSE Enterprise version 15 SP2? https://www.nagios.org/ncpa/getting-started.php#linux > Already performed this rpm -ivh ncpa-2.4.1.sle15.x86_64.rpm > zypper install insserv-compat ncpa -y Questions: >Is this correct? >How to get the "mytoken" for me to modify...
- Tue May 26, 2020 9:59 am
- Forum: Nagios XI
- Topic: Nagios Alert - NO ServiceNow Ticket
- Replies: 1
- Views: 327
Nagios Alert - NO ServiceNow Ticket
Hi Guys,
We encountered that Critical Alert in Nagios did not trigger ticket in ServiceNow, this happened only for 1 specific host service.
see attached Image for the alert settings. Any Idea, Thank you
We encountered that Critical Alert in Nagios did not trigger ticket in ServiceNow, this happened only for 1 specific host service.
see attached Image for the alert settings. Any Idea, Thank you
- Wed May 13, 2020 7:51 am
- Forum: Nagios XI
- Topic: Oracle Database Monitoring with SYSDBA
- Replies: 1
- Views: 1461
Oracle Database Monitoring with SYSDBA
Can we connect as the user and invoke the AS SYSDBA Privilege as we are trying to connect on the standby oracle database on mount mode not open mode. This is the current plug -in we are using check_oracle_health and this is the current command [nagios@OSLMSnagios.lhc4net.lhc.com ~]$ source /usr/loca...
- Wed Nov 27, 2019 3:25 pm
- Forum: Nagios XI
- Topic: Plugin timed out while executing system call
- Replies: 13
- Views: 2265
Re: Plugin timed out while executing system call
Added my host to receive SNMP packets, Issue resolved.
Given below is Invalid command
Given below is Invalid command
Code: Select all
net stat | findstr "SNMP"- Wed Nov 27, 2019 12:17 am
- Forum: Nagios XI
- Topic: Plugin timed out while executing system call
- Replies: 13
- Views: 2265
Re: Plugin timed out while executing system call
Hi lmiltchev Community string is correct. Also Port 161 is open for communication. [root@OSLMSnagios ~]# nmap -sU 10.202.22.24 -p 161 Starting Nmap 6.47 ( http://nmap.org ) at 2019-11-27 05:12 CET Nmap scan report for osldo003.lhc4net.lhc.com (10.202.22.24) Host is up (0.00032s latency). PORT STATE ...
- Tue Nov 26, 2019 2:11 pm
- Forum: Nagios XI
- Topic: Plugin timed out while executing system call
- Replies: 13
- Views: 2265
Re: Plugin timed out while executing system call
Open a SSH (putty) session to your Nagios XI server, logged in as root. Next, run these commands: snmpwalk -v2c -c 'STA#1ogBEST' -t 30 osldo003 snmpwalk -v2c -c 'STA#1ogBEST' -t 30 x.x.x.x substituting "x.x.x.x" with the actual IP address of your server. Tried for both servers in both way...
- Tue Nov 26, 2019 1:03 pm
- Forum: Nagios XI
- Topic: check_nrpa : No output available from command
- Replies: 5
- Views: 733
Re: check_nrpa : No output available from command
Thanks @mbellerue,
Definitely i'll check from server end. Also will contact you again if facing any issue related to Nagios.
Thanks for your help. Please close this thread.
Definitely i'll check from server end. Also will contact you again if facing any issue related to Nagios.
Thanks for your help. Please close this thread.
- Tue Nov 26, 2019 12:13 pm
- Forum: Nagios XI
- Topic: check_nrpa : No output available from command
- Replies: 5
- Views: 733
Re: check_nrpa : No output available from command
Thanks mbellerue for your responce. So it was working, and suddenly stopped working? How long was it working for? Were there any changes to either Nagios or the remote server around the time that the check stopped working? Yes it was working since server was established in environment [last 3-4 year...
- Mon Nov 25, 2019 6:40 pm
- Forum: Nagios XI
- Topic: check_nrpa : No output available from command
- Replies: 5
- Views: 733
check_nrpa : No output available from command
HI Team, All was working as expected, but suddenly encountered below error $check_nrpe -H osldo001 -t 30 -c check_ToCompello_age -2 No output available from command (scripts\check_winfile.exe --target D:\ToCompello --filter "age lt -10 minutes" --rootonly --critical 0). Whereas check_ToCom...
- Mon Nov 25, 2019 6:04 pm
- Forum: Nagios XI
- Topic: Plugin timed out while executing system call
- Replies: 13
- Views: 2265
Re: Plugin timed out while executing system call
Hi lmiltchev , I don't have any knowledge about snmpwalk. SO i don't know where to run below command. Also I've not found any command names snmpwalk in Nagios plugins. I've tried in other ways (PFA) but no success. Please check attached document. SNMP Walk - Action Taken.pdf Please Let me know what ...