source: monitoring/plugins/ids/README.txt

Last change on this file was 1847, checked in by oschonef, 12 years ago
  • add IDP monitroing script
  • cosmetic changes to SP script
  • add section about IDP script to README
  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 1.0 KB
Line 
1Name:
2  check_shib_idp - checks status of Shibboleth identitiy provider
3Requirements:
4  Perl-Modules: LWP, Date::Parse, Crypt::OpenSSL::X509
5
6  NB: Shibboleth-IDP needs to have an appropiate ACL in Status handler for
7  monitoring host (see Shibboleth documentation)
8Arguments:
9  -H        host, mandatory
10  -u        url, default: idp/status
11  -t        timeout, default 10 seconds
12  -S        use https
13  -D        maximum clock skew, default 120
14  -C        certificate expiry in days, will warn, if cert expires in less
15
16
17
18
19Name:
20  check_shib_sp - checks status of Shibboleth service provider
21Requirements:
22  Perl-Modules: LWP, XML::Parser, Date::Parse, Crypt::OpenSSL::X509
23
24  NB: Shibboleth-SP needs to have an appropiate ACL in Status handler for
25  monitoring host (see Shibbolteh documentation)
26Arguments:
27  -H        host, mandatory
28  -u        url, default: Shibboleth.sso/Status
29  -t        timeout, default 10 seconds
30  -S        use https
31  -D        maximum clock skew, default 120
32  -C        certificate expiry in days, will warn, if cert expires in less
Note: See TracBrowser for help on using the repository browser.