Skip to content

Commit

Permalink
Added GPL License
Browse files Browse the repository at this point in the history
  • Loading branch information
Stelios Gikas committed Sep 20, 2013
1 parent 5d25f47 commit 9fc6112
Show file tree
Hide file tree
Showing 7 changed files with 700 additions and 0 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions check_cdot_aggr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# check_cdot_aggr - Check Aggregate real Space Usage
# Copyright (C) 2013 noris network AG, http://www.noris.net/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

use strict;
use warnings;

Expand Down
5 changes: 5 additions & 0 deletions check_cdot_disk.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# check_cdot_disk - Check NetApp System Disk State
# Copyright (C) 2013 noris network AG, http://www.noris.net/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

use strict;
use warnings;

Expand Down
4 changes: 4 additions & 0 deletions check_cdot_gloabl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# check_cdot_global - Check powersupplys, fans, nvram status, temp or global health
# Copyright (C) 2013 noris network AG, http://www.noris.net/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

use 5.10.0;
use strict;
Expand Down
4 changes: 4 additions & 0 deletions check_cdot_multipath.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# check_cdot_multipath - Check if all disks are multipathed (4 paths)
# Copyright (C) 2013 noris network AG, http://www.noris.net/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

use 5.10.0;
use strict;
Expand Down
4 changes: 4 additions & 0 deletions check_cdot_snapmirror.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# check_cdot_snapmirror - Checks if all snapmirrors are healthy
# Copyright (C) 2013 noris network AG, http://www.noris.net/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

use strict;
use warnings;
Expand Down
4 changes: 4 additions & 0 deletions check_cdot_snapshots.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# check_cdot_snapshots - Check if old Snapshots exists
# Copyright (C) 2013 noris network AG, http://www.noris.net/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

use lib "/usr/lib/netapp-manageability-sdk-5.1/lib/perl/NetApp";
use NaServer;
Expand Down

0 comments on commit 9fc6112

Please sign in to comment.