Search found 5 matches

by tejassawai
Sat May 10, 2014 2:33 am
Forum: Open Source Nagios Projects
Topic: From where should i install check_snmp (default) plugin?
Replies: 2
Views: 4450

From where should i install check_snmp (default) plugin?

I have Nagios Core : 4.0.2 Running. I want to monitor hardware and hosts by snmp. I have following snmp packages installed : [root@target libexec]# rpm -qa | grep snmp net-snmp-utils-5.5-27.el6.x86_64 net-snmp-libs-5.5-27.el6.x86_64 net-snmp-5.5-27.el6.x86_64 [root@target libexec]# And the snmp serv...
by tejassawai
Fri May 09, 2014 1:19 am
Forum: Open Source Nagios Projects
Topic: How to monitor windows host from linux "by command line"?
Replies: 5
Views: 2245

Re: How to monitor windows host from linux "by command line"

@tmcdonald, I already mentioned that No problem monitoring the system graphically using web based tool: Anyways, after searching for long I found this solution: /usr/local/nagios/libexec/check_nt -H <host> -p <port> -v <command> -l <value> So I have used this in my script as : /usr/local/nagios/libe...
by tejassawai
Thu May 08, 2014 1:46 am
Forum: Open Source Nagios Projects
Topic: How to monitor windows host from linux "by command line"?
Replies: 5
Views: 2245

Re: How to monitor windows host from linux "by command line"

Yes I can give an example with Remote Linux Monitoring. I am monitoring Remote machine (say 192.168.3.100), by command: /usr/local/nagios/libexec/check_nrpe -H 192.168.3.100 -c check_cpu . and its output is: OK: CPU Idle = 95.42% | CpuUser=3.33; CpuNice=0.00; CpuSystem=0.57; CpuIowait=0.69; CpuSteal...
by tejassawai
Wed May 07, 2014 6:53 am
Forum: Open Source Nagios Projects
Topic: How to monitor windows host from linux "by command line"?
Replies: 5
Views: 2245

How to monitor windows host from linux "by command line"?

I need help to monitor windows host using command line. As we can monitor Remote Linux host using NRPE using command line as : Eg. /usr/local/nagios/check_nrpe -H localhost -c somecommand -t 30 What is the command in Linux to monitor windows host using `check_nt` plugin? I can monitor successfully b...
by tejassawai
Wed Apr 30, 2014 11:25 pm
Forum: Open Source Nagios Projects
Topic: Problem configuring NCPA via NRDP in Nagios core
Replies: 1
Views: 1701

Problem configuring NCPA via NRDP in Nagios core

I want to use NCPA for monitoring remote machines on Nagios. I want to use NRDP Plugin for the same, I have: Nagios Core : 4.0.2 Running on Server A NRDP 1.2 : Running on Server A. NCPA : 1.1 Running on Client B. My Nagios core is working fine and monitoring localhost i.e. Server A. My NRDP configur...