Need help with LOGI...
 
Notifications
Clear all

Need help with LOGICALDRIVES

5 Posts
2 Users
1 Reactions
150 Views
RatboyJim
(@ratboyjim)
Active Member Registered
Joined: 2 months ago
Posts: 10
Topic starter  

I have this statement:

LOGICALDRIVES=interval:2,diskio:1,font-size:7,chart:vbar series1:12 series2:14 height:2 color1:#CCCCFF color2:#7777FF,row-text:Drive %1:%3|(%2),display:%6[1.0B]B / %5[1.0B]B|%chart% |

And it works as intended with only 1 drive. If I have a USB drive plugged in, both drives will show, but the chart does not show for either.


   
Quote
Glenn
(@glenn)
Member Admin
Joined: 6 years ago
Posts: 1369
 

I'll have to look in to this one.


   
ReplyQuote
RatboyJim
(@ratboyjim)
Active Member Registered
Joined: 2 months ago
Posts: 10
Topic starter  

If I do it like this, it works as intended (1 drive per statement):

LOGICALDRIVES=include:c,interval:2,diskio:1,font-size:7,chart:vbar series1:12 series2:14 height:1 color1:#CCCCFF color2:#7777FF,row-text:Drive %1:%3|(%2),display:%6[1.0B]B / %5[1.0B]B|%chart% |
LOGICALDRIVES=include:d,hide-no-result:1,interval:2,diskio:1,font-size:7,chart:vbar series1:12 series2:14 height:1 color1:#CCCCFF color2:#7777FF,row-text:Drive %1:%3|(%2),display:%6[1.0B]B / %5[1.0B]B|%chart% |
LOGICALDRIVES=include:e,hide-no-result:1,interval:2,diskio:1,font-size:7,chart:vbar series1:12 series2:14 height:1 color1:#CCCCFF color2:#7777FF,row-text:Drive %1:%3|(%2),display:%6[1.0B]B / %5[1.0B]B|%chart% |

   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 6 years ago
Posts: 1369
 

I am yet to investigate this, however I notice a normal bar chart works ok, any other chart is a problem


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 6 years ago
Posts: 1369
 

add the following somewhere in the chart options:

row-id:1

 


   
RatboyJim reacted
ReplyQuote
Glenn's Page