Changeset 429
- Timestamp:
- 11/16/04 21:02:14 (8 years ago)
- Files:
-
- trunk/COPYING (modified) (1 diff, 1 prop)
- trunk/node/SNMP.pm.in (modified) (1 diff, 1 prop)
- trunk/node/munin-node-configure-snmp.in (modified) (1 diff, 1 prop)
- trunk/node/munin-node-configure.in (modified) (1 diff, 1 prop)
- trunk/node/munin-node-simple.in (modified) (2 diffs, 1 prop)
- trunk/node/munin-node.in (modified) (1 diff, 1 prop)
- trunk/node/munin-run.in (modified) (1 diff, 1 prop)
- trunk/server/Munin.pm.in (modified) (1 diff, 1 prop)
- trunk/server/munin-cgi-graph.in (modified) (1 diff, 1 prop)
- trunk/server/munin-graph.in (modified) (1 diff, 1 prop)
- trunk/server/munin-html.in (modified) (1 diff, 1 prop)
- trunk/server/munin-limits.in (modified) (1 diff, 1 prop)
- trunk/server/munin-nagios.in (modified) (2 diffs, 1 prop)
- trunk/server/munin-update.in (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/COPYING
- Property cvs2svn:cvs-rev changed from 1.1 to 1.2
r2 r429 296 296 This program is free software; you can redistribute it and/or modify 297 297 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. 300 299 301 300 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 1 1 # -*- 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 # 2 19 package Munin::Plugin::SNMP; 3 20 trunk/node/munin-node-configure-snmp.in
- Property cvs2svn:cvs-rev changed from 1.7 to 1.8
r317 r429 1 1 #!@@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 # 2 24 3 25 use strict; trunk/node/munin-node-configure.in
- Property cvs2svn:cvs-rev changed from 1.9 to 1.10
r314 r429 1 1 #!@@PERL@@ -w 2 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 # 3 19 # Program to suggest configurations and configuration changes. 4 20 # 5 21 # $Log$ 22 # Revision 1.10 2004/11/16 20:00:42 jimmyo 23 # License cleanups. 24 # 6 25 # Revision 1.9 2004/09/07 19:33:32 jimmyo 7 26 # 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 1 1 #!/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 # 2 19 # 3 20 # Simple munin-node. Should be run from inetd or similar. … … 8 25 # 9 26 # $Log$ 27 # Revision 1.3 2004/11/16 20:00:42 jimmyo 28 # License cleanups. 29 # 10 30 # Revision 1.2 2004/01/15 15:20:01 jimmyo 11 31 # 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 1 1 #!@@PERL@@ -wT 2 2 # 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 # 3 20 # $Id$ 4 21 # 5 22 # $Log$ 23 # Revision 1.16 2004/11/16 20:00:42 jimmyo 24 # License cleanups. 25 # 6 26 # Revision 1.15 2004/11/10 15:34:18 jimmyo 7 27 # 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 1 1 #!@@PERL@@ -wT 2 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 # 3 20 # $Id$ 4 21 # 5 22 # $Log$ 23 # Revision 1.7 2004/11/16 20:00:42 jimmyo 24 # License cleanups. 25 # 6 26 # Revision 1.6 2004/04/30 13:14:53 jimmyo 7 27 # 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 2 2 #!@@PERL@@ 3 3 # 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 # 4 22 # $Id$ 5 23 # 6 24 # $Log$ 25 # Revision 1.27 2004/11/16 20:00:43 jimmyo 26 # License cleanups. 27 # 7 28 # Revision 1.26 2004/11/14 20:10:38 jimmyo 8 29 # 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 1 1 #!@@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. 2 26 # 3 27 trunk/server/munin-graph.in
- Property cvs2svn:cvs-rev changed from 1.33 to 1.34
r425 r429 1 1 #!@@PERL@@ -w 2 2 # 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 # 4 19 # 5 20 # $Id$ 6 21 # 7 22 # $Log$ 23 # Revision 1.34 2004/11/16 20:00:44 jimmyo 24 # License cleanups. 25 # 8 26 # Revision 1.33 2004/11/13 22:50:49 jimmyo 9 27 # 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 1 1 #!@@PERL@@ 2 2 # 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 # 3 20 # $Id$ 4 21 # 5 22 # $Log$ 23 # Revision 1.33 2004/11/16 20:00:44 jimmyo 24 # License cleanups. 25 # 6 26 # Revision 1.32 2004/11/14 20:10:38 jimmyo 7 27 # 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 1 1 #!@@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 # 3 19 # 4 20 # $Log$ 21 # Revision 1.12 2004/11/16 20:00:44 jimmyo 22 # License cleanups. 23 # 5 24 # Revision 1.11 2004/11/13 21:22:59 jimmyo 6 25 # 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 1 1 #!@@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 # 2 20 # Nagios 3 21 # … … 5 23 # 6 24 # $Log$ 25 # Revision 1.9 2004/11/16 20:00:44 jimmyo 26 # License cleanups. 27 # 7 28 # Revision 1.8 2004/10/27 17:50:01 jimmyo 8 29 # 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 1 1 #!@@PERL@@ -w 2 2 # 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 # 3 21 # Script to update the RRD-files with current information. 4 22 # … … 6 24 # 7 25 # $Log$ 26 # Revision 1.23 2004/11/16 20:00:44 jimmyo 27 # License cleanups. 28 # 8 29 # Revision 1.22 2004/10/22 16:35:32 jimmyo 9 30 # Don't read on a closed filehandle.
