Fix typo
This commit is contained in:
garnier-quentin 2014-04-28 20:06:19 +02:00
parent 467a672941
commit 9daf82d3b5
2 changed files with 2 additions and 2 deletions

View File

@ -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 },

View File

@ -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