juniper environment + CPU memory Temperature monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

juniper environment + CPU memory Temperature monitoring

Post by zaji_nms »

Dear Expert

We monitoring Cisco environment (FAN, Power Supply, Temperature) and its up to the mark but how to monitor all these + CPU , Memory , Interface CRC Errors of JUNIPER Routers (JUNOS)

Is there any URL to help, any script in PL or PHP? Anyone using?

Our version : Nagios XI 2012R1.8 ,, cat /etc/*release* ==> CentOS release 6.3 (Final)

Regards
Zajil NMS
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: juniper environment + CPU memory Temperature monitoring

Post by tmcdonald »

If those metrics are available, it is likely through the same interface you use to get the temperature and other information. Are you using SNMP to check? Please provide an example of how you would monitor the temperature.
Former Nagios employee
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Re: juniper environment + CPU memory Temperature monitoring

Post by zaji_nms »

Dear tcmdonald

I found as below and in lab test found satisfactory result.

http://exchange.nagios.org/directory/Pl ... rs/details

check_snmp_environment.pl -H 192.168.55.66 -C public -T juniper

Used as below (command)

$USER1$/check_snmp_environment.pl -H $HOSTADDRESS$ -C $ARG1$ -T juniper

$ARG1$ : public

This script is very old Year-2011, is there any new version?
Can you explain in detail -f used for what? -f, --perfparse (Perfparse compatible output)

Regards
Zajil NMS
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: juniper environment + CPU memory Temperature monitoring

Post by scottwilkerson »

You would need to contact the author (listed on the page) to see if there is a newer version.

However, while the script is old, SNMP hasn't really changed, so it should work as expected.

The flag -f, --perfparse (Perfparse compatible output) will add performance data to the output and it will be processed by XI creating pretty graphs ;)
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Re: juniper environment + CPU memory Temperature monitoring

Post by zaji_nms »

Dear Scottwilkerson

Thanks for clarification.

Now its okay to monitor Juniper ENV = Power, Fan, Temperature, now remaining part how to monitor
CPU , Memory of Juniper devices? We have MX80, M320 , CDX4600 type of Juniper devices.

Regards
Zajil NMS
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: juniper environment + CPU memory Temperature monitoring

Post by slansing »

I would give it a shot the worst thing that can happen is it doesn't work. Just let us know if your command fails, and give us the command you ran, and it's output so we can take a look.
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Re: juniper environment + CPU memory Temperature monitoring

Post by zaji_nms »

Sorry slansing , I did not get you.

In my Post, I was asking two things for Juniper devices

1) to Monitor Environment Power+FAN+Temperature (which is okay after using script check_snmp_environment.pl)
2) how to monitor CPU/Memory, this is unresolved and expecting some solution/advice by you (experts).

Regards
Zajil NMS
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: juniper environment + CPU memory Temperature monitoring

Post by scottwilkerson »

It really depends on your Juniper systems, there are plugins on the exchange
http://exchange.nagios.org/directory/Pl ... ar/Juniper

Or, you could use the SNMP wizard if you know the SNMP OID's you want to monitor
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Re: juniper environment + CPU memory Temperature monitoring

Post by zaji_nms »

Thanks Scottkilkerson

You can close the case.

Regards
Zajil NMS
Locked