~ubuntu-branches/ubuntu/oneiric/nagios-plugins/oneiric

« back to all changes in this revision

Viewing changes to contrib/check_pfstate

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2010-01-23 01:07:49 UTC
  • mto: (12.1.3 sid) (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20100123010749-pbdjhe76lbueoawi
Tags: upstream-1.4.14
ImportĀ upstreamĀ versionĀ 1.4.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
         "c=s" => \$opt_c, "critical=s" => \$opt_c);
28
28
 
29
29
if ($opt_V) {
30
 
        print_revision($PROGNAME,'$Revision: 2091 $');
 
30
        print_revision($PROGNAME,'$Revision: 1112 $');
31
31
        exit $ERRORS{'OK'};
32
32
}
33
33
if ($opt_h) {
67
67
 
68
68
 
69
69
sub print_help {
70
 
        print_revision($PROGNAME,'$Revision: 2091 $');
 
70
        print_revision($PROGNAME,'$Revision: 1112 $');
71
71
        print "Copyright (c) 2002 Jason Dixon\n\nThis plugin checks the number of state table entries on a PF-enabled OpenBSD system.\n\n";
72
72
        print "Usage:\t-H, --hostname=<HOST> [-w, --warning=<WARNING>] [-c, --critical=<CRITICAL>]\n\n\tDefault warning is 50000 and critical is 60000.\n\n";
73
73
        support();