diff --git a/os/linux/local/mode/cpu.pm b/os/linux/local/mode/cpu.pm index 4b6e85311..f62991c08 100644 --- a/os/linux/local/mode/cpu.pm +++ b/os/linux/local/mode/cpu.pm @@ -48,7 +48,7 @@ my $maps = [ { counter => 'system', output => 'System %.2f %%', position => 3 }, { counter => 'idle', output => 'Idle %.2f %%', position => 4 }, { counter => 'wait', output => 'Wait %.2f %%', position => 5 }, - { counter => 'interrupt', output => 'Interrput %.2f %%', position => 6 }, + { counter => 'interrupt', output => 'Interrupt %.2f %%', position => 6 }, { counter => 'softirq', output => 'Soft Irq %.2f %%', position => 7 }, { counter => 'steal', output => 'Steal %.2f %%', position => 8 }, { counter => 'guest', output => 'Guest %.2f %%', position => 9 }, diff --git a/snmp_standard/mode/cpudetailed.pm b/snmp_standard/mode/cpudetailed.pm index 3d07976b3..fe78a882b 100644 --- a/snmp_standard/mode/cpudetailed.pm +++ b/snmp_standard/mode/cpudetailed.pm @@ -48,7 +48,7 @@ my $oids = { '.1.3.6.1.4.1.2021.11.53.0' => { counter => 'idle', output => 'Idle %.2f %%' }, # ssCpuRawIdle '.1.3.6.1.4.1.2021.11.54.0' => { counter => 'wait', output => 'Wait %.2f %%' }, # ssCpuRawWait '.1.3.6.1.4.1.2021.11.55.0' => { counter => 'kernel', output => 'Kernel %.2f %%' }, # ssCpuRawKernel - '.1.3.6.1.4.1.2021.11.56.0' => { counter => 'interrupt', output => 'Interrput %.2f %%' }, # ssCpuRawInterrupt + '.1.3.6.1.4.1.2021.11.56.0' => { counter => 'interrupt', output => 'Interrupt %.2f %%' }, # ssCpuRawInterrupt '.1.3.6.1.4.1.2021.11.61.0' => { counter => 'softirq', output => 'Soft Irq %.2f %%' }, # ssCpuRawSoftIRQ '.1.3.6.1.4.1.2021.11.64.0' => { counter => 'steal', output => 'Steal %.2f %%' }, # ssCpuRawSteal '.1.3.6.1.4.1.2021.11.65.0' => { counter => 'guest', output => 'Guest %.2f %%' }, # ssCpuRawGuest