Changeset 429

Show
Ignore:
Timestamp:
11/16/04 21:02:14 (8 years ago)
Author:
jimmyo
Message:

License cleanups.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/COPYING

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2 r429  
    296296    This program is free software; you can redistribute it and/or modify 
    297297    it under the terms of the GNU General Public License as published by 
    298     the Free Software Foundation; either version 2 of the License, or 
    299     (at your option) any later version. 
     298    the Free Software Foundation; version 2 dated June, 1991. 
    300299 
    301300    This program is distributed in the hope that it will be useful, 
  • trunk/node/SNMP.pm.in

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r421 r429  
    11# -*- mode: perl -*- 
     2# 
     3# Copyright (C) 2004 Dagfinn Ilmari Mannsaaker 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
    219package Munin::Plugin::SNMP; 
    320 
  • trunk/node/munin-node-configure-snmp.in

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r317 r429  
    11#!@@PERL@@ -w 
     2# 
     3# Copyright (C) 2004 Jimmy Olsen 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
     19# 
     20# $Log$ 
     21# Revision 1.8  2004/11/16 20:00:42  jimmyo 
     22# License cleanups. 
     23# 
    224 
    325use strict; 
  • trunk/node/munin-node-configure.in

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r314 r429  
    11#!@@PERL@@ -w 
    22# 
     3# Copyright (C) 2004 Jimmy Olsen 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
    319# Program to suggest configurations and configuration changes. 
    420# 
    521# $Log$ 
     22# Revision 1.10  2004/11/16 20:00:42  jimmyo 
     23# License cleanups. 
     24# 
    625# Revision 1.9  2004/09/07 19:33:32  jimmyo 
    726# Documented the SNMP options a bit better. 
  • trunk/node/munin-node-simple.in

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r7 r429  
    11#!/usr/bin/perl -wT 
     2# 
     3# Copyright (C) 2004 Jimmy Olsen, Audun Ytterdal 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
    219# 
    320# Simple munin-node. Should be run from inetd or similar. 
     
    825# 
    926# $Log$ 
     27# Revision 1.3  2004/11/16 20:00:42  jimmyo 
     28# License cleanups. 
     29# 
    1030# Revision 1.2  2004/01/15 15:20:01  jimmyo 
    1131# Making things workable after name change. Upping for test verwion. 
  • trunk/node/munin-node.in

    • Property cvs2svn:cvs-rev changed from 1.15 to 1.16
    r407 r429  
    11#!@@PERL@@ -wT 
    22# 
     3# Copyright (C) 2004 Audun Ytterdal, Jimmy Olsen 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
     19# 
    320# $Id$ 
    421# 
    522# $Log$ 
     23# Revision 1.16  2004/11/16 20:00:42  jimmyo 
     24# License cleanups. 
     25# 
    626# Revision 1.15  2004/11/10 15:34:18  jimmyo 
    727# Added new plugin generic/apc_nis to monitor APC UPS, contributed by xavier. 
  • trunk/node/munin-run.in

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r142 r429  
    11#!@@PERL@@ -wT 
    22# 
     3# Copyright (C) 2004 Jimmy Olsen 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
     19# 
    320# $Id$ 
    421# 
    522# $Log$ 
     23# Revision 1.7  2004/11/16 20:00:42  jimmyo 
     24# License cleanups. 
     25# 
    626# Revision 1.6  2004/04/30 13:14:53  jimmyo 
    727# Added support for snmpconf option in plugins. 
  • trunk/server/Munin.pm.in

    • Property cvs2svn:cvs-rev changed from 1.26 to 1.27
    r426 r429  
    22#!@@PERL@@ 
    33# 
     4# Copyright (C) 2003-2004 Jimmy Olsen, Audun Ytterdal 
     5# 
     6# This program is free software; you can redistribute it and/or 
     7# modify it under the terms of the GNU General Public License 
     8# as published by the Free Software Foundation; version 2 dated June, 
     9# 1991. 
     10# 
     11# This program is distributed in the hope that it will be useful, 
     12# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14# GNU General Public License for more details. 
     15# 
     16# You should have received a copy of the GNU General Public License 
     17# along with this program; if not, write to the Free Software 
     18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19# 
     20# 
     21# 
    422# $Id$ 
    523# 
    624# $Log$ 
     25# Revision 1.27  2004/11/16 20:00:43  jimmyo 
     26# License cleanups. 
     27# 
    728# Revision 1.26  2004/11/14 20:10:38  jimmyo 
    829# Made sure the latest feature additions also work with the CGI option. 
  • trunk/server/munin-cgi-graph.in

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r426 r429  
    11#!@@PERL@@ -Tw 
     2# 
     3# 
     4# Copyright (C) 2004 Jimmy Olsen 
     5# 
     6# This program is free software; you can redistribute it and/or 
     7# modify it under the terms of the GNU General Public License 
     8# as published by the Free Software Foundation; version 2 dated June, 
     9# 1991. 
     10# 
     11# This program is distributed in the hope that it will be useful, 
     12# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14# GNU General Public License for more details. 
     15# 
     16# You should have received a copy of the GNU General Public License 
     17# along with this program; if not, write to the Free Software 
     18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19# 
     20# 
     21# $Id$ 
     22# 
     23# $Log$ 
     24# Revision 1.4  2004/11/16 20:00:44  jimmyo 
     25# License cleanups. 
    226# 
    327 
  • trunk/server/munin-graph.in

    • Property cvs2svn:cvs-rev changed from 1.33 to 1.34
    r425 r429  
    11#!@@PERL@@ -w 
    22# 
    3 # Script to make graphs 
     3# Copyright (C) 2002-2004 Jimmy Olsen, Audun Ytterdal 
     4
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18
    419# 
    520# $Id$ 
    621# 
    722# $Log$ 
     23# Revision 1.34  2004/11/16 20:00:44  jimmyo 
     24# License cleanups. 
     25# 
    826# Revision 1.33  2004/11/13 22:50:49  jimmyo 
    927# Draw min/max ranges in all graphs with only one visible field. 
  • trunk/server/munin-html.in

    • Property cvs2svn:cvs-rev changed from 1.32 to 1.33
    r426 r429  
    11#!@@PERL@@ 
    22# 
     3# Copyright (C) 2002-2004 Jimmy Olsen, Audun Ytterdal 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
     19# 
    320# $Id$ 
    421# 
    522# $Log$ 
     23# Revision 1.33  2004/11/16 20:00:44  jimmyo 
     24# License cleanups. 
     25# 
    626# Revision 1.32  2004/11/14 20:10:38  jimmyo 
    727# Made sure the latest feature additions also work with the CGI option. 
  • trunk/server/munin-limits.in

    • Property cvs2svn:cvs-rev changed from 1.11 to 1.12
    r424 r429  
    11#!@@PERL@@ 
    2 # Nagios 
     2
     3# Copyright (C) 2004 Jimmy Olsen 
     4
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18
    319# 
    420# $Log$ 
     21# Revision 1.12  2004/11/16 20:00:44  jimmyo 
     22# License cleanups. 
     23# 
    524# Revision 1.11  2004/11/13 21:22:59  jimmyo 
    625# Changed some of the critical/warning output.. 
  • trunk/server/munin-nagios.in

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r383 r429  
    11#!@@PERL@@ 
     2# 
     3# Copyright (C) 2002-2004 Jimmy Olsen 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
     19# 
    220# Nagios 
    321# 
     
    523# 
    624# $Log$ 
     25# Revision 1.9  2004/11/16 20:00:44  jimmyo 
     26# License cleanups. 
     27# 
    728# Revision 1.8  2004/10/27 17:50:01  jimmyo 
    829# Fixed typo in linux/fw_forwarded_local (Deb#275535). 
  • trunk/server/munin-update.in

    • Property cvs2svn:cvs-rev changed from 1.22 to 1.23
    r376 r429  
    11#!@@PERL@@ -w 
    22# 
     3# Copyright (C) 2002-2004 Jimmy Olsen, Audun Ytterdal 
     4# 
     5# This program is free software; you can redistribute it and/or 
     6# modify it under the terms of the GNU General Public License 
     7# as published by the Free Software Foundation; version 2 dated June, 
     8# 1991. 
     9# 
     10# This program is distributed in the hope that it will be useful, 
     11# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13# GNU General Public License for more details. 
     14# 
     15# You should have received a copy of the GNU General Public License 
     16# along with this program; if not, write to the Free Software 
     17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     18# 
     19# 
     20# 
    321# Script to update the RRD-files with current information. 
    422# 
     
    624# 
    725# $Log$ 
     26# Revision 1.23  2004/11/16 20:00:44  jimmyo 
     27# License cleanups. 
     28# 
    829# Revision 1.22  2004/10/22 16:35:32  jimmyo 
    930# Don't read on a closed filehandle.