Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Christopher Hauser
OpenStack-Cloud
Wiki
ipmitool
ipmitool
· Changes
Page history
hzn53 created page: nova migration
authored
Dec 12, 2014
by
Christopher Hauser
Show whitespace changes
Inline
Side-by-side
ipmitool.markdown
View page @
bba01210
...
@@ -105,7 +105,7 @@ exit
...
@@ -105,7 +105,7 @@ exit
# extract sensor data
# extract sensor data
```
```
VAL=ipmitool sdr get "PS1 Input Power" |grep "Sensor Reading" | cut -d ':' -f2 | cut -d ' ' -f2
VAL=
$(
ipmitool sdr get "PS1 Input Power" |grep "Sensor Reading" | cut -d ':' -f2 | cut -d ' ' -f2
)
```
```
This value can be then monitored in ganglia:
This value can be then monitored in ganglia:
```
```
...
...