List of topics tagged "sql"

How to add PING monitors without IPHost client?


How to add monitor without using the IPHost interface? Q:Is there a way of adding ping monitors without using IPHost client? E.g., using some kind of script? A: Yes. You can do something like the following (save SQL script below as create.sql): CONNECT '127.0.0.1/3055:C:\ProgramData\IPHost Network Monitor\data\nms.fdb' user 'SYSDBA' password 'masterkey'; SET HEADING; set term ^ […]

How to change default polling interval?


How to change default polling interval? Q: How can I change default polling interval for all monitors or for PING monitors only? Now it is 30s or 60s and I must change this property for every host. A: It’s possible to do this with a simple SQL script for you to change this value directly […]