~ubuntu-branches/ubuntu/trusty/nagios-plugins-contrib/trusty-proposed

« back to all changes in this revision

Viewing changes to extras/copyright

  • Committer: Package Import Robot
  • Author(s): Bernd Zeimetz
  • Date: 2013-05-21 22:11:50 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130521221150-k5bda5v5euvt7wg9
Tags: 6.20130521
* [e68c82e1] check_raid: do not run hpacucli if cciss_vol_status is available.
* [4a1c57e8] Also support tw-cli as additional name for the 3ware binary.
  Thanks to Dennis Hoppe
* [eb5e1c7c] Add /run/ to the check_libs ignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
send_nsca_host_or_service_check_result:
 
3
 
 
4
    Based on the example in the icinga documentation.
 
5
    Enhanced to handle service and host checks by
 
6
    Bernd Zeimetz <bzed@debian.org>.
 
7
 
 
8
    Copyright (c) 1999-2009 Ethan Galstad (nagios@nagios.org)
 
9
    Copyright (c) 2009-2010 Icinga Development Team (info@icinga.org)
 
10
    Copyright (c) 2012 Bernd Zeimetz <bzed@debian.org>
 
11
    
 
12
    License:
 
13
     
 
14
     This program is free software; you can redistribute it and/or modify
 
15
     it under the terms of the GNU General Public License version 2 as
 
16
     published by the Free Software Foundation.
 
17
    
 
18
     On Debian systems, the complete text of the GNU General Public
 
19
     License, version 2, can be found in /usr/share/common-licenses/GPL-2.
 
20