Search found 138 matches

by rohithroki
Thu Nov 15, 2018 7:46 am
Forum: Open Source Nagios Projects
Topic: monitor the specific service monitoring via NRPE on Linux?
Replies: 2
Views: 1362

monitor the specific service monitoring via NRPE on Linux?

Hi Team,

we need to monitor the specific service (ex:oracle) on Linux servers.

Is this possible to monitor via check_nrpe or is there any plugin to monitor the service on Linux client.

we are using Nagios core 3.5.0 nagios server with the centos OS

Please do the needful.

Regards,
Simbu
by rohithroki
Thu Nov 15, 2018 12:18 am
Forum: Open Source Nagios Projects
Topic: Issue on ESXi hardware monitoring plugin in Nagios.
Replies: 9
Views: 3983

Re: Issue on ESXi hardware monitoring plugin in Nagios.

Hi , Please find the service definition for ESXi hardware below and attaching the check command details for the reference. define service { service_description check_esxi_hardware_6.5 max_check_attempts 3 check_interval 2 notification_interval 360 notification_options w,u,c,r,s notifications_enabled...
by rohithroki
Wed Nov 14, 2018 2:34 am
Forum: Open Source Nagios Projects
Topic: Issue on ESXi hardware monitoring plugin in Nagios.
Replies: 9
Views: 3983

Re: Issue on ESXi hardware monitoring plugin in Nagios.

Hi ,
we are using Nagios core 3.5.0 and for defining the service we are using Nconf (graphical tool )

Regards,
Simbu
by rohithroki
Mon Nov 12, 2018 8:34 am
Forum: Open Source Nagios Projects
Topic: Issue on ESXi hardware monitoring plugin in Nagios.
Replies: 9
Views: 3983

Re: Issue on ESXi hardware monitoring plugin in Nagios.

Hi , please find the output from the command line [root@xxx libexec]# ./check_esxi_hardware.py -H <IPADDRESS> -U nagiosuser -P 'U2FsdGVkX1/6fICGCOTr9LEOrtKAZfGc' -C 5989 -V auto OK - Server: Dell Inc. PowerEdge R320 s/n: xxxx System BIOS: 2.6.0 2018-06-11 I tried with the Macros by adding "$U2F...
by rohithroki
Wed Nov 07, 2018 8:40 am
Forum: Open Source Nagios Projects
Topic: Issue on ESXi hardware monitoring plugin in Nagios.
Replies: 9
Views: 3983

Re: Issue on ESXi hardware monitoring plugin in Nagios.

Hi npolovenko,

we tried the username and password ,but still displayed as null output in Nagios montoring tool.

Code: Select all

!nagiosuser!'$U2FsdGVkX1/6fICGCOTr9LEOrtKAZfGc$'!auto
please help me to sort the issue.

Regards,
Simbu S
by rohithroki
Fri Nov 02, 2018 9:09 am
Forum: Open Source Nagios Projects
Topic: How to monitor the TLS/ SSL version on the servers?
Replies: 1
Views: 1963

How to monitor the TLS/ SSL version on the servers?

Hi Team, We need to monitor the TLS/ SSL version on the windows servers. I have tried with the check_http plugin ,but it's not showing the exact results. [root@xxxx libexec]# ./check_http -H <IPAddress> --ssl=1.2 HTTP OK: HTTP/1.1 302 Found - 431 bytes in 0.145 second response time |time=0.144671s;;...
by rohithroki
Fri Nov 02, 2018 9:03 am
Forum: Open Source Nagios Projects
Topic: pnp4nagios graph data swapped after upgrading nsclient 0.5.2
Replies: 1
Views: 945

pnp4nagios graph data swapped after upgrading nsclient 0.5.2

Hi Team, Recently we upgraded the nsclient from version 0.3.9 to 0.5.2 on all the windows servers. we do have physical memory service monitoring via nrpe plugin. In Nsclient 0.3.9 The physical memory monitor and the Nagios output follows. [root@XXX libexec]# ./check_nrpe -H <IPAddress> -p 5666 -c Ch...
by rohithroki
Fri Nov 02, 2018 8:31 am
Forum: Open Source Nagios Projects
Topic: Issue on ESXi hardware monitoring plugin in Nagios.
Replies: 9
Views: 3983

Issue on ESXi hardware monitoring plugin in Nagios.

Hi Team, I have tried the ESXi Hardware monitoring with check_esxi_hardware.py plugin. I am able to run the check command from nagios server side, it's reporting properly. [root@INFSGDCNGOS03 libexec]# ./check_esxi_hardware.py -H <IPAddress> -U <username> -P <password> -C 5989 -V auto OK - Server: D...
by rohithroki
Thu Oct 25, 2018 1:45 am
Forum: Open Source Nagios Projects
Topic: CHECK_VMWARE_API.PL CRITICAL - health issue(s) found
Replies: 3
Views: 3644

Re: CHECK_VMWARE_API.PL CRITICAL - health issue(s) found

Hi Limltchev, we have tried the option and still the unwanted alerts displayed. [root@INFSGDCNGOS03 libexec]# ./check_vmware_api.pl -H <IPAddress> -u nagiosuser -p <password> -l runtime -s health -o blacklistregexpflag -x UNKNOWN.* CHECK_VMWARE_API.PL OK - 60 health issue(s) found in 219 checks: 1) ...
by rohithroki
Mon Oct 22, 2018 2:43 am
Forum: Open Source Nagios Projects
Topic: CHECK_VMWARE_API.PL CRITICAL - health issue(s) found
Replies: 3
Views: 3644

CHECK_VMWARE_API.PL CRITICAL - health issue(s) found

Hi Team, we have recently upgrade the Esxi version 5.x to 6.5 for some of the hosts. As we upgraded the vmware esxi check plugin to the latest version https://github.com/op5/check_vmware_api we are facing the issue while monitor the Esxi runtime health check getting the below alerts. CHECK_VMWARE_AP...