The most recent content from our members.
Hello Cool People. I'm fairly new to orion and wanted to monitor a folder in a particular server. This folder has a couple of files that are in different file type. (abc.pem, cde.key, efg.crt ). Can this be achieve using file existence monitor ? How do I be able to set this up. So my end game here is to have File Existence…
I know that I can use a wildcard in a File Exist monitor in SAM. Can I use that wildcard in the middle of the path instead of just the end? For example: I know this works: \\Server\Share\Subfolder\* Will this work? \\Server\Share\*\Subfolder\* If not, is there a way around this limitation? I have an FTP folder named…
I have set up an Application Monitor with a File Existence Monitor. When testing against the node against which it will be running it fails with this message. Testing on node XXXX: failed with 'Undefined' status The network name cannot be found. The path for the file is set with the name of the node. It also fails when i…
Hi all... i want to check a file exist or not exist i have a script that : Option Explicit DIM fso, src src="\\10.10.10.10\test$\test.txt" Set fso = CreateObject("Scripting.FileSystemObject") If fso.FileExists(src) Then WScript.Echo "Statistic: 0" Else WScript.Echo "Statistic: 1" End if there is a file in there or not…
It looks like you're new here. Sign in or register to get started.