X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.cfg;h=9f0eaa4a654c0740420772708fc1506e47595266;hp=d01aca9ec8858307576ef7bef20c84106f262618;hb=044f4317e21a4bb0d6a4a50c8a99a94ed35b8e3f;hpb=04dbb0e85e2d3d10fc7ae79ad43af38e3f73e230;ds=sidebyside diff --git a/osm_nbi/nbi.cfg b/osm_nbi/nbi.cfg index d01aca9..9f0eaa4 100644 --- a/osm_nbi/nbi.cfg +++ b/osm_nbi/nbi.cfg @@ -65,6 +65,10 @@ name: "osm" # password: "password" # commonkey: "commonkey" +[prometheus] +host: "prometheus" #hostname or IP +port: 9090 + loglevel: "DEBUG" #logfile: /var/log/osm/nbi-database.log @@ -90,3 +94,7 @@ group_id: "nbi-server" [authentication] backend: "internal" + +[rbac] +#resources_to_operations: "resources_to_operations.yml" +#roles_to_operations: "roles_to_operations.yml"