/etc/arc/nagios/60-egi.ini is in nordugrid-arc-nagios-plugins-egi 1.8.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | [variable.voms]
method = option
# The IGTF CA Certificates Probe
# ==============================
[variable.igtf_base_url]
# Usage: check_arcce_submit -O igtf_base_url=<url>
# Overrides the location of the ITGF release files.
#
method = option
default = http://repository.egi.eu/sw/production/cas/1/current/meta
[arcce.dist-caversion]
# Usage: check_arcce_submit --job-tag caversion --test caversion ...
# Checks that all IGTF CA certificates are installed on the CE, that they
# are up to date, and that there are no obsolete ITGF CAs installed.
#
jobplugin = scripted
staged_inputs =
file:%(config_dir)s/60-egi.d/arcce_igtf.py
%(igtf_base_url)s/ca-policy-egi-core.release;cache=no
%(igtf_base_url)s/ca-policy-egi-core.list;cache=no
%(igtf_base_url)s/ca-policy-egi-core.obsoleted;cache=no
output_file = caversion.out
runtime_environments = ENV/PROXY
script_line = python arcce_igtf.py >caversion.out
service_description = org.nordugrid.ARC-CE-IGTF%(service_suffix)s
# SRM Staging
# ===========
# Location of the BDII server to query for information about the VO-specific
# location on storage elements.
[variable.top_bdii]
method = option
default = ldap://lcg-bdii.cern.ch:2170
[variable.se_vo_dir]
method = ldap
uri = %(top_bdii)s
basedn = mds-vo-name=local,o=grid
filter = (&(objectClass=GlueVOInfo)(GlueChunkKey=GlueSEUniqueID=%(se_host)s)(GlueVOInfoAccessControlBaseRule=VO:%(voms)s))
attribute = GlueVOInfoPath, GlueSAPath
[variable.good_ses_file]
# Usage: check_arcce_submit -O good_ses_file=<local-file> ...
# The location of a file containing a list if known good storage elements
# which can be used for Nagios staging tests. This is not needed if the
# -O se_host=<host> option is provided.
#
method = option
[variable.se_host]
# The host name of the storage element to use for staging tests. The
# following picks a random line from the file specified in good_ses_file,
# but it can be overriden with -O se_host=<host>.
#
method = random_line
input_file = %(good_ses_file)s
[variable.se_test_dir]
# Usage: check_arcce_submit -O se_test_dir=<dir> ...
# A directory on se_host where test files can be written.
#
method = option
default = %(se_vo_dir)s/nagios-%(local_hostname)s/arcce
[variable.stage_stamp]
method = strftime
raw_format = %Y%m%dT%H%M
[arcce.dist-stage-srm]
# Usage: check_arcce_submit --job-tag srm --test dist-stage-srm ...
# Performs staging tests using the SRM protocol.
#
jobplugin = staging
upload_if_missing = srm://%(se_host)s%(se_test_dir)s/srm-input
staged_inputs = srm://%(se_host)s%(se_test_dir)s/srm-input
staged_outputs = srm://%(se_host)s%(se_test_dir)s/srm-%(stage_stamp)s-%(hostname)s
service_description = org.nordugrid.ARC-CE-srm%(service_suffix)s
# LFC Staging
# ===========
#
# The LFC test also uses the above SRM settings.
[variable.lfc_host]
# Usage: check_arcce_submit -O lfc_host=<host> ...
# The host name of an LFC server which can be used for staging tests. This
# must be set to a usable value when submitting arcce.dist-stage-lfc jobs.
#
method = option
default = prod-lfc-shared-central.cern.ch
[variable.lfc_test_dir]
# The top-level logical directory to use for LFC staging tests.
#
method = option
default = /grid/%(voms)s/nagios-%(local_hostname)s/arcce
[arcce.dist-stage-lfc]
# Usage: check_arcce_submit --job-tag srm --test dist-stage-lfc ...
# Performs staging tests using LFC directory mapping.
#
jobplugin = staging
upload_if_missing = lfc://srm://%(se_host)s%(se_test_dir)s/lfc-input@%(lfc_host)s%(lfc_test_dir)s/lfc-input
staged_inputs = lfc://%(lfc_host)s%(lfc_test_dir)s/lfc-input
staged_outputs = lfc://srm://%(se_host)s%(se_test_dir)s/lfc-%(stage_stamp)s-%(hostname)s@%(lfc_host)s%(lfc_test_dir)s/lfc-%(stage_stamp)s-%(hostname)s
service_description = org.nordugrid.ARC-CE-lfc%(service_suffix)s
|