Search found 10 matches

by HelpdeskIVAGO
Fri Dec 01, 2017 8:31 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Open Web Interface on specific view(s)
Replies: 1
Views: 8960

Open Web Interface on specific view(s)

Hi Alex, Is there a way (URL) to open up the (new) webinterface on a specific view? I'm trying to open "Management > Views > non ackknowledged" and on another tab the "Top Hosts" I've looking in the documentation and the forum but did not find this info about the new (not ws1) in...
by HelpdeskIVAGO
Mon Sep 25, 2017 12:37 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Ways to monitor windows scheduled tasks
Replies: 15
Views: 48766

Hi Alex, Looking forward to version 11. I had a 'revelation' this weekend and rewrote the thing in Powershell. It works now. Just tought I might share it with the community. Hint: Params: <ServerName> <TaskName> Use single quotes for parameters when they contain special characters and or spaces. $st...
by HelpdeskIVAGO
Fri Sep 22, 2017 2:23 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Ways to monitor windows scheduled tasks
Replies: 15
Views: 48766

I changed the script. As .vbs file it works like a charm. But when I change it from WScript.Echo strLinet to WScript.StdOut.Write statusOk & strLine it times-out. Even at +120 seconds. the cscript process keeps the CPU occupied untill i kill it. Set objShell = CreateObject("WScript.Shell&qu...
by HelpdeskIVAGO
Thu Sep 21, 2017 6:57 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Ways to monitor windows scheduled tasks
Replies: 15
Views: 48766

Hi Alex, This is the output I see with the tester [14:50:21] Script executed, correct result received: ---------- - Status: Ok - Reply: ---------- The reply should be the Las result of the scheduled task "Last Result: 0" The result doesn't change with you pointers on the script. Found some...
by HelpdeskIVAGO
Thu Sep 21, 2017 5:31 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Ways to monitor windows scheduled tasks
Replies: 15
Views: 48766

Hi Alex, I should learn to give all the information in advance ;-) 1) Windows Server 2008 R2 or Windows Server 2012 2) Test status returns OK but reply is not filled in. 3) Sure (see beow) 4) i'm trying to execute directly Option Explicit On Error Resume Next const statusUnknown = "scriptRes:Un...
by HelpdeskIVAGO
Thu Sep 21, 2017 2:02 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Ways to monitor windows scheduled tasks
Replies: 15
Views: 48766

Did you get this to work Ryan? My goal is to have a script to query a specific task on a remote server and see if the scheduled task last run was succesful. CMD looks like this. But can't get it to work in a shell script. Or is there another way to monitor this? "SchTasks /query /s backup /FO l...
by HelpdeskIVAGO
Thu Aug 31, 2017 12:40 am
Forum: Wish list
Topic: [SOLVED] Warranty date check
Replies: 7
Views: 29076

Hi Alex,

Exactly what I was looking for.
Thanks for your help.
by HelpdeskIVAGO
Wed Aug 30, 2017 8:56 am
Forum: Wish list
Topic: [SOLVED] Warranty date check
Replies: 7
Views: 29076

Hi Alex,

Thanks for the quick response. I'm not really looking for a vendor specific solution. Like you said 10 000+ is way to many.

Just a test where it compares a (manual) given date with the current date (minus offset for purchase order)

That way it is usable for everything...
by HelpdeskIVAGO
Wed Aug 30, 2017 7:43 am
Forum: Wish list
Topic: [SOLVED] Warranty date check
Replies: 7
Views: 29076

Yes
HP Care Pack expiration date for server (f.e.)

or any other license that needs renewal (hard or software)
by HelpdeskIVAGO
Wed Aug 30, 2017 3:50 am
Forum: Wish list
Topic: [SOLVED] Warranty date check
Replies: 7
Views: 29076

[SOLVED] Warranty date check

A nice feature for us would be a warranty check. To follow up on our Warranty for our Hosts (ESX, SAN,...) Input 1 - Alert Window (f.e.: 60 days) 2 - Warranty Expiry Date (dd/mm/yyyy) Output Number of Days warranty left (from today). Turns bad when Output < Alert Window Or is there another test that...