Title: [opsview] [10000] Removed this, going to build it in to NRPE instead.
Revision
10000
Author
pknight
Date
2012-09-07 16:49:58 +0100 (Fri, 07 Sep 2012)

Log Message

Removed this, going to build it in to NRPE instead.

Removed Paths


Deleted: trunk/opsview-core/nagios-plugins/check_system_version
===================================================================
--- trunk/opsview-core/nagios-plugins/check_system_version	2012-09-07 10:34:33 UTC (rev 9999)
+++ trunk/opsview-core/nagios-plugins/check_system_version	2012-09-07 15:49:58 UTC (rev 10000)
@@ -1,25 +0,0 @@
-#!/bin/bash
-
-#    Copyright (C) 2003-2012 Opsview Limited. All rights reserved
-#
-#    This file is part of Opsview
-#
-#    Opsview is free software; you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation; either version 2 of the License, or
-#    (at your option) any later version.
-#
-#    Opsview 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 Opsview; if not, write to the Free Software
-#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-desc=`lsb_release -d`
-desc=${desc/Description:/}
-desc=${desc/Distributor ID:/}
-echo $desc
-uname -rv

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to