diff --git a/grafana-central/import-rules.py b/grafana-central/import-rules.py index 340215ce1e53744aef3a2722f69c3ecdfd28ca82..a3ee673bc30233b73ab08ca48d0e215d8ca634e5 100755 --- a/grafana-central/import-rules.py +++ b/grafana-central/import-rules.py @@ -24,7 +24,7 @@ parser.add_argument( parser.add_argument( '-B', '--authorization-bearer', type=str, default="abcdefghijklmnopqrstuvwxyz", help="Authorization bearer from the Grafana 'editor' API key [%(default)s]") parser.add_argument( - '-g', '--grafana_url', type=str, default="http://localhost:3000", help="Base URL of Grafana [%(default)s]") + '-g', '--grafana_url', type=str, default="http://localhost:3001", help="Base URL of Grafana [%(default)s]") parser.add_argument( '-u', '--update', default=False, action='store_true', help="Update existing alerts, instead of creating new ones [%(default)s]")