Révision 567d6d9e
Uses GAUGE instead of DERIVE - fix'es bad plot.
| plugins/other/netapp_if_ | ||
|---|---|---|
| 49 | 49 |
print 'graph_info This graph shows traffic for the '+ifacename+' network interface.' |
| 50 | 50 |
|
| 51 | 51 |
print 'recv.label recv' |
| 52 |
print 'recv.type DERIVE' |
|
| 53 | 52 |
print 'recv.graph no' |
| 54 | 53 |
print 'recv.cdef recv,8,*' |
| 55 | 54 |
print 'recv.max 2000000000' |
| ... | ... | |
| 57 | 56 |
|
| 58 | 57 |
print 'send.info Bits sent/received by the '+ifacename+' interface.' |
| 59 | 58 |
print 'send.label bps' |
| 60 |
print 'send.type DERIVE' |
|
| 61 | 59 |
print 'send.negative recv' |
| 62 | 60 |
print 'send.cdef send,8,*' |
| 63 | 61 |
print 'send.max 2000000000' |
Formats disponibles : Unified diff