Search found 15 matches

by vinothg
Fri May 27, 2016 12:19 pm
Forum: Open Source Nagios Projects
Topic: Network Devices Monitoring
Replies: 1
Views: 577

Network Devices Monitoring

Hi,

I have installed Nagios Core in my VM. I want to monitor Switches and Routers and Firewalls. Can you please guide me on this.


Thanks,
Vinoth
by vinothg
Mon Oct 12, 2015 9:05 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

Hi,

Thanks for assisting on this i will check based on your comments.
by vinothg
Mon Oct 12, 2015 7:25 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

Hi, The below is the service definition The below is the service definition define service { host_name hostname.mbrdi.com service_description Host Cpu Usage check_command box293_check_vmware.pl --check Host_CPU_Usage --server (vcenter ip) --host (esxi host name) --warning cpu_used:2 --critical cpu_u...
by vinothg
Mon Oct 12, 2015 7:08 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

Hi, This is my commands.cfg configuration define command { command_name box293_check_vmware command_line $USER1$/check_by_ssh -E 1 -t 90 -l vi-admin -H 192.168.5.63 -C "nice -n19 ~/box293_check_vmware.pl --server $ARG1$ --check $ARG2$ \"$ARG3$\" \"$ARG4$\" \"$ARG5$\&quo...
by vinothg
Mon Oct 12, 2015 12:34 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

Hi, After configuring the esxi in service definition, i am getting the below error. Could you please assist me on this Service status status information Host cpu usage Critical critical: host has an uptime of 0 seconds, cannot collect data! But this host is up. Thanks in advance. I have figured out ...
by vinothg
Sun Oct 11, 2015 12:42 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

Hi, After configuring the esxi in service definition, i am getting the below error. Could you please assist me on this Service status status information Host cpu usage Critical critical: host has an uptime of 0 seconds, cannot collect data! But this host is up. Thanks in advance.
by vinothg
Sun Oct 11, 2015 12:35 am
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

Please assist me on the above queries.

Thank you.
by vinothg
Sat Oct 10, 2015 12:12 am
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

This should be as easy as something like ./box293_check_vmware.pl --server <ESXi IP> --check Host_CPU_Usage -w 80 -c 90 Mind you you'll have to create the service such that you're using check_by_ssh to your vma, however we'll assume at this point you have that figured out? Thanks for your assistanc...
by vinothg
Thu Oct 08, 2015 10:10 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

Hi, Sorry it was my bad. I was made some mistakes in configuration, now i have changed and its working. Please guide me the below queries. 1) We wanted to set the warning and critical alerts if my esxi host cpu and memory usage reached 70 % and 80 %, so how to set this in service definition. 2) I ha...
by vinothg
Wed Sep 30, 2015 1:13 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Esxi host on nagios
Replies: 24
Views: 9571

Re: Monitoring Esxi host on nagios

From the command line i am getting the correct output. Please find the below. from vma: OK: Host CPU {Free: 23.2 GHz} {Used: 0.2 GHz} {Total: 23.4 GHz}|'CPU Free'=23.2GHz 'CPU Used'=0.2GHz 'CPU Total'=23.4GHz [Host_CPU_Usage] from nagios host: OK: Host CPU {Free: 23.1 GHz} {Used: 0.3 GHz} {Total: 23...