This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use 5.010_001; | |
use strict; | |
use warnings; | |
use Digest::SHA; | |
use JSON::XS; | |
use WWW::Mechanize; | |
use Time::HiRes qw<time gettimeofday tv_interval>; | |
use Getopt::Long; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Init file for Ping server daemon | |
# | |
# chkconfig: 2345 55 25 | |
# description: Ping server daemon | |
# | |
# processname: ping | |
# pidfile: /var/run/ping.pid |
NewerOlder