+

viewgit/inc/functions.php:463 Function create_function() is deprecated [8192]

Shortlog

Date Author Message Actions
15-06-30 15:39 Benjamin Renard Permit to specify auth info by using -a parameter master commitdiff tree tar/gz zip patch
15-06-30 15:03 Benjamin Renard Add plugin description at the header of the check commitdiff tree tar/gz zip patch
15-06-30 15:00 Benjamin Renard Permit to specify ReportPage apt-cacher-ng paramet commitdiff tree tar/gz zip patch
15-06-30 14:48 Benjamin Renard Fix plugin name commitdiff tree tar/gz zip patch
15-06-30 14:43 Benjamin Renard Initial commit commitdiff tree tar/gz zip patch

more »

Tags

Date Tag Actions

View all tags

Heads

Date Branch Actions
15-06-30 15:39 master

Project informations

Description
Nagios plugin to check Apt-cacher-NG status
Last Change
15-06-30 15:39
URL
  • http://git.zionetrix.net/git/check_apt_cacher_ng
  • git@git.zionetrix.net:public_git/check_apt_cacher_ng
README
Nagios plugin to check Apt-cacher-NG status
===========================================

Usage
-----

  Usage : check_apt_cacher_ng [-H hostaddress] [-p port] [-r reportpage] [-a user:pass] [-Pdh]

    -H hostaddress	Specify apt-cacher-ng host address (default=127.0.0.1)
    -p post		Specify apt-cacher-ng TCP port (default=3142)
    -r reportpage		Specify apt-cacher-ng ReportPage parameter value (default=acng-report.html)
    -a user:pass		Specify authentication informations with format 'user:pass'
    -P			Include performance data
    -d			Enable debug mode
    -h			Show this help message

Requirements
------------

 - html2text
 - sed
 - egrep
 - tail
 - awk
 - wget

Copyright
---------

Copyright (c) 2015 Benjamin Renard

License
-------

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
ViewGit