This file contains hidden or 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
#!/usr/bin/python | |
""" | |
OpenStack exporter for the prometheus monitoring system | |
Copyright (C) 2016 Canonical, Ltd. | |
Authors: | |
Jacek Nykis <[email protected]> | |
Laurent Sesques <[email protected]> |
This file contains hidden or 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
<VirtualHost *:80> | |
ServerAdmin admin@empresa_xpto.com.br | |
ServerName chamado.empresa.com.br | |
ErrorLog logs/chamado-error_log | |
CustomLog logs/chamado-access_log common | |
DocumentRoot /opt/otrs/bin/cgi-bin/ | |
<Location /> | |
ErrorDocument 403 /customer.pl | |
DirectoryIndex customer.pl |