Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "NGI DE CH Operations Center:Monitoring"

From EGIWiki
Jump to navigation Jump to search
(Created page with '=NGI-DE NGI-CH Monitoring=')
 
Line 1: Line 1:
=NGI-DE NGI-CH Monitoring=
=NGI-DE NGI-CH Monitoring=
=ARC Testing set up in Nagios=
1) Customize the file /etc/grid-monitoring/org.ndgf.conf with the NGI services.
2) NorduGrid Logging Improvement:
Edit the xrls templates files for all the services and add (gmlog = "gmlog") to them i.e.
more /usr/share/grid-monitoring/org.ndgf/lfc/xrsl
<nowiki>&
(executable = "testjob.sh")
(jobname = "lfc")
(stdout = "testjob.out")
(gmlog = "gmlog")
(stderr = "testjob.err")
(inputfiles = ("testjob.sh" "/usr/share/grid-monitoring/org.ndgf/lfc/testjob.sh")
              ("file" "%LFC_TESTFILE%"))
(outputfiles = ("testjob.out" "")("testjob.err" "")
              ("outfile" "%LFC_STORAGE_W%/%HOST%-lfc-%TIME%"))
(walltime = "15 min")
(memory = "256")</nowiki>
This will ensure that in case of error the gmlog (useful for debugging) is sent back as part of the outputsandbox. Files in /usr/share/grid-monitoring/org.ndgf : gridftp/xrsl, jobsubmit/xrsl, lfc/xrsl, rls/xrsl, srm/xrsl
3) Data management requirements for NorduGrid: the testfile used for the LFC/SRM/GridFTP tests must be created/managed manually.

Revision as of 15:24, 15 September 2011

NGI-DE NGI-CH Monitoring

ARC Testing set up in Nagios

1) Customize the file /etc/grid-monitoring/org.ndgf.conf with the NGI services.


2) NorduGrid Logging Improvement:

Edit the xrls templates files for all the services and add (gmlog = "gmlog") to them i.e.

more /usr/share/grid-monitoring/org.ndgf/lfc/xrsl

& (executable = "testjob.sh") (jobname = "lfc") (stdout = "testjob.out") (gmlog = "gmlog") (stderr = "testjob.err") (inputfiles = ("testjob.sh" "/usr/share/grid-monitoring/org.ndgf/lfc/testjob.sh") ("file" "%LFC_TESTFILE%")) (outputfiles = ("testjob.out" "")("testjob.err" "") ("outfile" "%LFC_STORAGE_W%/%HOST%-lfc-%TIME%")) (walltime = "15 min") (memory = "256")

This will ensure that in case of error the gmlog (useful for debugging) is sent back as part of the outputsandbox. Files in /usr/share/grid-monitoring/org.ndgf : gridftp/xrsl, jobsubmit/xrsl, lfc/xrsl, rls/xrsl, srm/xrsl


3) Data management requirements for NorduGrid: the testfile used for the LFC/SRM/GridFTP tests must be created/managed manually.