File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 99
1010my $PROGNAME = ' check_raid' ;
1111my $VERSION = q/ 4.0.2/ ;
12+ my $URL = ' https://github.com/glensc/nagios-plugin-check_raid' ;
13+ my $BUGS_URL = ' https://github.com/glensc/nagios-plugin-check_raid#reporting-bugs' ;
1214
1315my $mp = Monitoring::Plugin-> new(
14- usage =>
15- " Usage: %s [-h] [-V] [-S] [list of devices to ignore]" ,
16-
17- version => $VERSION ,
18- blurb => ' This plugin checks all RAID volumes (hardware and software) that can be identified.' ,
19-
20- plugin => $PROGNAME ,
21- shortname => $PROGNAME ,
16+ usage =>
17+ " Usage: %s [-h] [-V] [-S] [list of devices to ignore]" ,
18+
19+ version => $VERSION ,
20+ blurb =>
21+ " This plugin checks all RAID volumes (hardware and software) that can be identified\n " .
22+ " Homepage: $URL \n " .
23+ " Reporting Bugs: $BUGS_URL \n " .
24+ " " ,
25+
26+ plugin => $PROGNAME ,
27+ shortname => $PROGNAME ,
2228);
2329
2430$mp -> add_arg(
You can’t perform that action at this time.
0 commit comments