This commit is contained in:
		@@ -1,7 +1,9 @@
 | 
				
			|||||||
Thanks for [nikito7](https://github.com/nikito7)
 | 
					Thanks for [nikito7](https://github.com/nikito7)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```nano proxmox_sendTemp_2HA```
 | 
					```
 | 
				
			||||||
 | 
					nano proxmox_sendTemp_2HA
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
@@ -11,4 +13,6 @@ temp=$(cat /sys/class/thermal/thermal_zone2/temp')
 | 
				
			|||||||
mosquitto_pub -h host -user -P pass -t proxmox/pve1/cpu_temp -m $temp
 | 
					mosquitto_pub -h host -user -P pass -t proxmox/pve1/cpu_temp -m $temp
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
```chmod +x proxmox_sendTemp_2HA;/10 * * * * /proxmox_sendTemp_2HA```
 | 
					```
 | 
				
			||||||
 | 
					chmod +x proxmox_sendTemp_2HA;/10 * * * * /proxmox_sendTemp_2HA
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
		Reference in New Issue
	
	Block a user