Skip to content
Snippets Groups Projects
user avatar
Rastislav Krutak authored
closes(PRX-99)
7eb461b3
History

ProxyIdP scripts

All nagios scripts are located under nagios directory.

List scripts

separate_ssp_script.py

  • Script for remove all logs from test accounts from SimpleSAMLlogs

  • Params:

    • 1 - The file name

backup_database.sh

  • Do mysqldump into /opt/mariadb_backup and remove all dump file older than 7 days

separate_oidc_logs.py

  • Script for remove all logs from test accounts from OIDC logs

metadata_expiration.py

  • This script checks whether there are some metadata close to expiration date

  • Params:

    • 1 - url to a page which prints a time when expires the metadata closest to expiration

print_docker_versions.py

  • This script collects system info, docker engine info and the versions of running containers and then prints it to the stdout in the JSON format

  • A python docker library is needed to run the script

  • Options:

    • -e,--exclude NAMES - space delimited string of container names to exclude from the listing

run_version_script.py

  • This scripts runs the print_docker_version.py script on the given machines. The collected versions are then printed as a MD table to the stdout

  • Options:

    • -e,--exclude NAMES - space delimited string of container names to exclude from the listing
  • Params:

    • 1... - machines to run the script on in the form of user@adress, the user needs root privileges to execute the script