File tree Expand file tree Collapse file tree
datadog_checks/harbor/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,33 +31,3 @@ files:
3131 type : file
3232 path : /var/log/harbor/*.log
3333 source : harbor
34- - name : auto_conf.yaml
35- options :
36- - template : ad_identifiers
37- overrides :
38- value.example :
39- - nginx-photon
40- - template : init_config
41- options : []
42- - template : instances
43- options :
44- - name : url
45- required : true
46- description : The Harbor HTTP url.
47- value :
48- example : ' http://%%host%%/'
49- type : string
50- - name : username
51- required : true
52- description : |
53- The username to use for authentication against the Harbor API.
54- Note: Some metrics and service checks requires an admin account to be collected.
55- This includes chartmuseum.status, replication registries data, volume information.
56- value :
57- type : string
58- - name : password
59- required : true
60- description : The password used together with the username for authentication against the Harbor API.
61- secret : true
62- value :
63- type : string
Original file line number Diff line number Diff line change 1+ Remove the default auto configuration that used literal placeholder credentials.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments