@@ -19,7 +19,7 @@ the Netbox database. Example:
1919```
2020
2121It writes separate files for each type of target: ` node_targets.yml ` ,
22- ` snmp_targets.yml ` , ` wmi_targets .yml` .
22+ ` snmp_targets.yml ` , ` windows_targets .yml` .
2323
2424It also generates synthetic metrics which can be used for
2525[ machine role queries] ( https://www.robustperception.io/how-to-have-labels-for-machine-roles )
@@ -61,7 +61,7 @@ In your Netbox instance:
6161
6262* Add tag "prometheus" onto each of the site(s) where you have things to to poll (* )
6363* Add tag "prom_node" to each Linux device/VM that you want to poll
64- * Add tag "prom_wmi " to each Windows device/VM that you want to poll
64+ * Add tag "prom_windows " to each Windows device/VM that you want to poll
6565* Add tag "prom_snmp" to each network device that you want to poll
6666* Ensure that each device or VM that you want to poll has a primary IP
6767 address assigned, and has status "Active"
@@ -70,7 +70,7 @@ Note: the script *requires* all those tags to exist, even if there are no
7070devices with them, because the Netbox API gives an error if you try to query
7171non-existent tags.
7272
73- Therefore if you don't need ` prom_wmi ` or ` prom_snmp ` , you still need to
73+ Therefore if you don't need ` prom_windows ` or ` prom_snmp ` , you still need to
7474create an unused tag in Netbox (prior to v2.9.0 you had to add it to a
7575device then remove it again), or else comment out the relevant lines in the
7676script.
@@ -178,7 +178,8 @@ Node Exporter:
178178 replacement: '${1}:9100'
179179```
180180
181- WMI exporter is similar.
181+ Windows exporter is similar (just change the job_name, the filename, and the
182+ replacement port number to 9182).
182183
183184SNMP exporter is slightly trickier because the target parameter
184185cannot contain square brackets around IPv6 addresses.
0 commit comments