1 |
+ |
/* |
2 |
+ |
* i-scream central monitoring system |
3 |
+ |
* Copyright (C) 2000-2002 i-scream |
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; either version 2 |
8 |
+ |
* of the License, or (at your option) any later version. |
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 |
|
#include <stdio.h> |
21 |
|
#include <sys/socket.h> |
22 |
|
#include <stdlib.h> |
25 |
|
#include <netinet/in.h> |
26 |
|
#include "ukcprog.h" |
27 |
|
#include <netdb.h> |
28 |
< |
#include <strings.h> |
28 |
> |
#include <string.h> |
29 |
|
#include "statgrab.h" |
30 |
+ |
#include <time.h> |
31 |
|
|
32 |
|
#define RECONFIGURE_RETURN_CODE 2 |
33 |
|
#define UDP_MAX_PACKET_SIZE 8192 |
387 |
|
|
388 |
|
close(sd); |
389 |
|
|
390 |
+ |
printf("%s\n",data_stream); |
391 |
|
return 0; |
392 |
|
} |
393 |
|
|
444 |
|
if(cur_time>=udp_time){ |
445 |
|
/*printf("sending UDP\n");*/ |
446 |
|
stat_grab_time=time(NULL); |
447 |
< |
if((xml_stats=stat_grab(&ihost_state, counter)) == NULL){ |
447 |
> |
if((xml_stats=stat_grab(&ihost_state, counter++)) == NULL){ |
448 |
|
errf("Failed to get stats (%m)"); |
449 |
|
exit(1); |
450 |
|
} |