Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

zahid72

Reviews(3)
byzahid72, August 18, 2016
Kindly share some snapshot or output of plugin run on system to have a visual idea.
byzahid72, March 30, 2016
SmokePing Viewer
Howto install/configure, better to have a README in that zip
Owner's reply

My apologies for a lack of a README/ install guide. Unfortunately, I no longer maintain this component.

However, the install instructions should be as follows:

1. Download file and upload as component in Nagios XI
2. Open the graphs.php file on the filesystem with your favorite editor
3. Change the variables in the "CHANGABLE VARIABLES" section.
3a. The $smokeping_url variable needs to be set to a hostname that is available to your apache user on the Nagios instance.
3b. The $smokeping_targets should be an array of targets to collect graphs from. In my use-case, each one of these correlated to a slave, but your mileage may vary.
3c. The rest of the variables should be self-explanatory based on their names, and you should be able to leave them as they sit. Feel free to tweak them.

You're welcome to fork, change and redistribute, as well.

Thanks!

byzahid72, February 23, 2016
1 of 1 people found this review helpful
check_lacp
Good work. Helped me in lacp monitoring of trunk/ae in Juniper/Huawei/Cisco. I customized and made the following the change:

1. Used IfHighSpeed instead of ifSpeed and accordingly change divisor

2. Inserted Huawei for Eth-Trunk but I couldnt understand this usage.

3. portid coupled in IF-MIB::ifSpeed

portalias=`snmpwalk -v 2c -c $COMMUNITY $HOSTNAME IF-MIB::ifAlias."$portid" `