Ginolard
Ginolard
Yeah, I have a user (prtgapi) that is configured with that date format as I read your comment on the wiki. Still doesn't seem to work tough.
Aha! I just created a new API user (non-admin) and that works. I guess that old one that I used way back with the old plugin had some problem.
> [Make a sub-group in PRTG](https://www.paessler.com/manuals/prtg/add_a_group) under Windows Servers > Move all FSVxxxx machines (in the device window, click the chevron in the upper-right corner and a Move to Group...
Well how about that!!? That's perfect, thanks! Our disk sensors are just called Disk Free and we have seperate channels per disk so I can just use DISK FREE for...
Now I need to see if there's a way to return only the results of the Disk Space sensor where Free Space is below, say, 10% Not sure that's possible...
I can get this far `content=sensors&columns=device,sensor,status,lastvalue,lastvalue_raw&filter_sensor=Disk Free&filter_lastvalue_raw=@below(10)` But, from the PRTG documentation it says that multiple filters performs a logical OR and not a logical AND. GRrrrr.......!
It's a pretty stupid limitation if so from Paessler. It surely couldn't be that hard to implement something that lets you do an AND or an OR.