diff options
Diffstat (limited to 'plugins/utils.c')
-rw-r--r-- | plugins/utils.c | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index 88b4411..c8f3a00 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -1,16 +1,30 @@ | |||
1 | /***************************************************************************** | 1 | /***************************************************************************** |
2 | * | 2 | * |
3 | * utils.c | 3 | * Library of useful functions for plugins |
4 | * | 4 | * |
5 | * Library of useful functions for plugins | 5 | * License: GPL |
6 | * | 6 | * Copyright (c) 2000 Karl DeBisschop (karl@debisschop.net) |
7 | * Copyright (c) 2000 Karl DeBisschop (karl@debisschop.net) | 7 | * Copyright (c) 2002-2007 Nagios Plugin Development Team |
8 | * Copyright (c) 2006 Nagios Plugin Development Team | 8 | * |
9 | * License: GPL | 9 | * Last Modified: $Date$ |
10 | * | 10 | * |
11 | * $Revision$ | 11 | * |
12 | * $Date$ | 12 | * This program is free software: you can redistribute it and/or modify |
13 | ****************************************************************************/ | 13 | * it under the terms of the GNU General Public License as published by |
14 | * the Free Software Foundation, either version 3 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | * | ||
22 | * You should have received a copy of the GNU General Public License | ||
23 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
24 | * | ||
25 | * $Id$ | ||
26 | * | ||
27 | *****************************************************************************/ | ||
14 | 28 | ||
15 | #define LOCAL_TIMEOUT_ALARM_HANDLER | 29 | #define LOCAL_TIMEOUT_ALARM_HANDLER |
16 | 30 | ||