Sure, feel free to add me on Skype at t.kirnak[at]atris[dot]sk.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
Node name, IPv4 address, IPv6 address, Container to bind to
Example server 1, 1.1.1.1, 1::1, Servers
Example server 2, 2.2.2.2, , Other container
Quote from: millerpaint on May 24, 2016, 01:25:19 AMYes, you can upgrade directly.
Hi,
Are we able to upgrade from Version 1.2.17 (running on CentOS) directly to version 2.0.3, using the standard upgrade process?
-Kevin C.
searchProcess = "w3wp.exe";
procArray = AgentReadList($node, "System.ProcessList");
if (procArray == null)
return false;
foreach (process : procArray) {
if (index(process, searchProcess) != 0)
return true;
}
return false;
ServiceCheck.Custom(%{node_primary_ip},80)