Need help with LOGI...
 
Notifications
Clear all

We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.

Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.

[Closed] Need help with LOGICALDRIVES

5 Posts
2 Users
1 Reactions
1,552 Views
RatboyJim
(@ratboyjim)
Eminent Member Registered
Joined: 2 years ago
Posts: 22
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.


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1926
 

I'll have to look in to this one.


   
RatboyJim
(@ratboyjim)
Eminent Member Registered
Joined: 2 years ago
Posts: 22
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% |

   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1926
 

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


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1926
 

add the following somewhere in the chart options:

row-id:1

 


   
RatboyJim reacted
Glenn's Page