Update: Even though I switched to active only discovery, and deleted all the unwanted subnets, more are coming back.
				
			This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
FQDN: Ted-Win10VM.odcvu.local
Zone:0
Severity:[3]
Name: Ted-Win10VM
Message:  disk low (66.925406% remaining)
1 is FileSystem.FreePerc(C:\)
2 is ODC- C:\ free space
3 is 70
4 is 66.925406
5 is 0x0000279F
6 is 
7 is 0
8 is 66.925406
9 is
if (%6 ilike "C:\\") {
	return true;
}
return false;
if (%6 ilike "*C:\\*") {
or
if (%1 ilike "*C:\\*") {
if (EVENT_TEXT like "something") {
or
if ($EVENT_TEXT like "something") {
or
if (%EVENT_TEXT like "something") {
...or something else?