cancel
Showing results for 
Search instead for 
Did you mean: 

VCS Resource Monitoring

michpomm
Not applicable

Here is my situation,

I have a resource that is monitors a specific file. Every monitor cycle, if the file exist, VCS returns exit code 100. Now that is beeing logged in the VCS log in the GUI interface. This monitoring happend every 15mins and this is a requirement from the business. 

My question is: Is it possible to stop the monitoring process from logging every time in the GUI ? 

Here is what is in the monitor.bat file.

REM Verify that the file specified by PathName attribute exists.
set INFFAIL="%vcs_home%\log\INFPRODFailOver.txt"
REM
if exist %INFFAIL% EXIT 110
if not exist %INFFAIL% EXIT 100

I hope somebody can help me! :)



 

2 REPLIES 2

Gaurav_S
Moderator
Moderator
   VIP    Certified
Little confused with yor description..

Do you say that GUI is logging an entry of exit code 100 when file exists ?

It should ideally log 100 when file doesn't exist....



Gaurav

Patrick_Lui
Not applicable
By any chance, have you looked at PrimeAlert for VCS?  Among other things, it montiors resources.  There's no configurations needed other than enabling SNMP.  It might suit you better.