mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Added GPL2 License in Header
This commit is contained in:
parent
a08c0c8824
commit
573a58f9c1
1 changed files with 14 additions and 2 deletions
|
@ -1,7 +1,20 @@
|
|||
#!/usr/bin/php
|
||||
# Author David Gagnon <djgagnon@wisc.edu>
|
||||
# Copyright (C) 2012 David Gagnon <djgagnon@wisc.edu>
|
||||
# Plugin to monitor ARIS users
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Library General Public License as published by
|
||||
# the Free Software Foundation; version 2 only
|
||||
#
|
||||
# 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 Library General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Library 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.
|
||||
#
|
||||
# Parameters:
|
||||
#
|
||||
# config (required)
|
||||
|
@ -9,7 +22,6 @@
|
|||
#
|
||||
#%# family=manual
|
||||
|
||||
|
||||
<?php
|
||||
$aris_db_host='localhost';
|
||||
$aris_db_name='db';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue