Skip to content

Commit 7682ef0

Browse files
Typo
1 parent af119e7 commit 7682ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sap/monitor/provider-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ When the provider settings validation operation fails with the code ‘Prometheu
106106

107107
### Setting up cron job to start Node exporter on VM restart
108108

109-
1. If the target virual machine is restarted/stopped, node exporter is also stopped, and needs to be manually started again to continue monitoring.
109+
1. If the target virtual machine is restarted/stopped, node exporter is also stopped, and needs to be manually started again to continue monitoring.
110110
1. Run `sudo crontab -e` command to open cron file.
111111
1. Add the command `@reboot cd /path/to/node/exporter && nohup ./node_exporter &` at the end of cron file. This will start node exporter on VM reboot.
112112

0 commit comments

Comments
 (0)