You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those methods expect configuration items (the same ones in sample.config.inc.php) to be passed as an associative array when you instantiate the Linfo object.
Hi,
Is there any page where i can see more usage example?
for example:
var_dump($parser->getTemps());
gives nothing with the following notice/errorvar_dump($parser->determineCPUPercentage());
gives null
var_dump($parser->getMounts());
gives noticeI think i need to pass some more info to these method calls. Can you help.?
Thanks
The text was updated successfully, but these errors were encountered: