~ubuntu-branches/debian/experimental/smokeping/experimental

« back to all changes in this revision

Viewing changes to lib/Smokeping/probes/OpenSSHJunOSPing.pm

  • Committer: Package Import Robot
  • Author(s): Antoine Beaupré
  • Date: 2013-03-16 11:34:03 UTC
  • mfrom: (1.3.1) (7.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130316113403-ht1ik5dtc457l6jj
Tags: 2.6.9-1~exp0
* New upstream release to properly fix CVE-2012-0790 (Closes: #659899)
* Acknowledge the NMU, thanks gregor!

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    # no need for this if we run as a cgi
68
68
    unless ( $ENV{SERVER_SOFTWARE} ) {
69
69
        $self->{pingfactor} = 1000; # Gives us a good-guess default
70
 
        print "### assuming you are using an JunOS reporting in miliseconds\n";
 
70
        print "### assuming you are using an JunOS reporting in milliseconds\n";
71
71
    };
72
72
 
73
73
    return $self;