aufruf rein
This commit is contained in:
parent
8f8dbda1e9
commit
ac63ec723d
1 changed files with 5 additions and 0 deletions
|
@ -393,6 +393,10 @@ if [ "$1" = "config" ]; then
|
|||
if [ "$MUNIN_CAP_DIRTYCONFIG" = "1" ]; then
|
||||
get_memory_value
|
||||
fi
|
||||
get_disk_label
|
||||
if [ "$MUNIN_CAP_DIRTYCONFIG" = "1" ]; then
|
||||
get_disk_value
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
# wird nie aufgerufen wenn dirtyconfig gesetzt ist
|
||||
|
@ -404,6 +408,7 @@ get_write_sect_since_reboot_value
|
|||
get_temperature_value
|
||||
get_cpu_value
|
||||
get_memory_value
|
||||
get_disk_value
|
||||
exit 0
|
||||
|
||||
# Beispieloutput:
|
||||
|
|
Loading…
Add table
Reference in a new issue