Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Add header to plugin check_cisco_cpu_module.pl.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut COURVOISIER committed Dec 16, 2010
1 parent 767aa74 commit 424d4e2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions check_cisco_cpu_module.pl
@@ -1,4 +1,20 @@
#!/usr/bin/perl -w
#===============================================================================
# Name : check_cisco_cpu_module.pl
# Author : Thibaut COURVOISIER <thibaut.courvoisier-ext@faurecia.com>
# License : Creative Commons Attribution-Noncommercial-Share Alike 2.0 France
# Description : Check which CPU module is active on Cisco Core Switch.
#-------------------------------------------------------------------------------
# This work is licensed under the
# Creative Commons Attribution-Noncommercial-Share Alike 2.0 France License.
# To view a copy of this license, visit
# http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ or send a letter to
#
# Creative Commons
# 171 Second Street, Suite 300
# San Francisco, California
# 94105, USA.
#===============================================================================

use strict;
use Net::SNMP;
Expand Down

0 comments on commit 424d4e2

Please sign in to comment.