Comment 1 for bug 1983613

Revision history for this message
Rodrigo Barbieri (rodrigo-barbieri2010) wrote :

check_cinder_services.py reads the credentials automatically:

parser.add_argument(
        "--env",
        dest="env",
        default="/var/lib/nagios/nagios.novarc",
        help="Novarc file to use for this check",
    )