NotePage, Inc. Forum Index

Search found 5 matches
NotePage, Inc. Forum Index
Author Message
  Topic: Monitoring the number of pages
Bit1001001

Replies: 8
Views: 10514

PostForum: PageGate Support   Posted: Fri Oct 13, 2017 3:08 pm   Subject: Monitoring the number of pages
Looked in registry and I cannot find that path you specified.
  Topic: Monitoring the number of pages
Bit1001001

Replies: 8
Views: 10514

PostForum: PageGate Support   Posted: Fri Oct 13, 2017 12:00 pm   Subject: Monitoring the number of pages
Ashamedly my powershell abilities aren't what they should be.

Script Argument: HKEY_LOCAL_MACHINE\SOFTWARE\NotePage\PageGate\Status, DWORD

param(

[string]$reg,

[string]$Key,

$target_value

)

$reg_value = Get-ItemProperty $reg -name $Key



Write-Host "Message: '$reg' is currently set to '$reg_value'"

if ($reg_value -match "$key=$target_value") {

Write-Host "Statistic: 0"

} else {

Write-Host "Statistic: 1"

}

Exit 0

----------------------

I ran this and got a value of one.
  Topic: Monitoring the number of pages
Bit1001001

Replies: 8
Views: 10514

PostForum: PageGate Support   Posted: Fri Oct 13, 2017 11:49 am   Subject: Monitoring the number of pages
let me see what I can come up with.
  Topic: Monitoring the number of pages
Bit1001001

Replies: 8
Views: 10514

PostForum: PageGate Support   Posted: Fri Oct 13, 2017 11:17 am   Subject: Monitoring the number of pages
I believe it can and will certainly try whatever you recommend.
  Topic: Monitoring the number of pages
Bit1001001

Replies: 8
Views: 10514

PostForum: PageGate Support   Posted: Fri Oct 13, 2017 8:33 am   Subject: Monitoring the number of pages
Hi. I am trying to incorporate monitoring of the PageGate software into Solarwinds. I have the services monitored, but is there a way I can monitor the number of pages that are queued up?
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


Powered by phpBB © 2001, 2002 phpBB Group
Theme created by Vjacheslav Trushkin