1ldap-monitor(7) NorduGrid Toolkit ldap-monitor(7)
2
3
4
6 ldap-monitor - Real-time NorduGrid monitoring tool
7
8
10 LDAP Grid Monitor is a set of PHP and Java scripts, providing a Web
11 interface to the NorduGrid Information System. Should be working for
12 any similar LDAP based service.
13
14
16 LDAP library
17 e.g., http://www.openldap.org
18
19
20 GD library
21 http://www.boutell.com/gd
22
23
24 PHP4 library
25 http://www.php.net, must be compiled with LDAP and GD extensions
26
27
28 HTTP server
29 must be compiled with PHP4
30
31
32 Globus MDS
33 http://www.globus.org/mds, or a similar LDAP based service
34
35
36 Virtual Organisation
37 Is optional
38
39
41 Copy all the files in a folder, accessible by the HTTP server.
42
43 Modify settings.inc according to your MDS structure and liking.
44
45 Run the whole stuff by loading loadmon.php into your favorite browser.
46
47
49 loadmon.php
50 To monitor several servers at once, add hosts and DNs to the
51 $arrhost and, correspondingly, $arrbdn arrays in loadmon.php
52
53 isattr.inc cnvname.inc cnvalias.inc
54 Making output more human-readable: modify isattr.inc,
55 cnvname.inc, cnvalias.inc. Otherwise, these files are not
56 needed.
57
58 blacklist.inc
59 To prevent sites from being polled, modify array entries in
60 blacklist.inc. Otherwise, the file is not needed.
61
62 vo-users.php
63 Not needed when working without a Virtual Organisation. In such
64 a case, remove the corresponding link from loadmon.php .
65
66 jobstat.php
67 When working without the NorduGrid Information System: to make
68 sure that the job status is defined properly, edit jobstat.php
69 (look for adjustment instructions in the code).
70
71
73 Oxana Smirnova <oxana dot smirnova at quark dot lu dot se>
74
75
77 ngsub(1), ngstat(1), ngdel(1), ngget(1), ngsync(1), ngcopy(1), ngre‐
78 move(1)
79
80
81
82NorduGrid 5.4.4 2003-03-03 ldap-monitor(7)