This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Prometheus Exporters install script for RHEL/CentOS based environment | |
# Always the latest exporter versions will be installed! | |
DEFAULT_APACHE_PORT=9117 | |
DEFAULT_NGINX_PORT=9113 | |
DEFAULT_PHPFPM_PORT=9001 | |
DEFAULT_SYSTEM_PORT=9100 | |
check_selinux() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$accountNumber = '222222222234'; | |
$revealLength = 4; | |
$obfuscationChar = '*'; | |
$obfuscatedAccountNumber = str_pad( | |
substr($accountNumber, -$revealLength, $revealLength), | |
strlen($accountNumber), | |
$obfuscationChar, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://twitter.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: 1 | |
name: !php/object O:49:"Symfony\Component\Cache\Adapter\FilesystemAdapter":1:{s:54:" |