На данный момент у нас их нет. Я сейчас переделываю пакеты для дебиана, rpm следующий на очереди. Но это будет не раньше чем через неделю-две.
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 MenuQuote from: yshiro on February 12, 2013, 12:50:26 PM
It´s possible to make the same question, with scripting ?
I´m trying to make an script, for free ports on my switches.
diff --git a/src/server/core/interface.cpp b/src/server/core/interface.cpp
index 0436baa..6f95b42 100644
--- a/src/server/core/interface.cpp
+++ b/src/server/core/interface.cpp
@@ -504,6 +504,7 @@ void Interface::StatusPoll(ClientSession *pSession, DWORD dwRqId, Queue *pEventQ
break;
}
+ /*
// Check 802.1x state
if ((pNode->getFlags() & NF_IS_8021X) && isPhysicalPort())
{
@@ -512,6 +513,7 @@ void Interface::StatusPoll(ClientSession *pSession, DWORD dwRqId, Queue *pEventQ
if ((m_dot1xPaeAuthState == PAE_STATE_FORCE_UNAUTH) && (newStatus < STATUS_MAJOR))
newStatus = STATUS_MAJOR;
}
+ */
// Reset status to unknown if node has known network connectivity problems
if ((newStatus == STATUS_CRITICAL) && (pNode->getRuntimeFlags() & NDF_NETWORK_PATH_PROBLEM))
Quote from: millerpaint on February 07, 2013, 06:57:38 PM
OK, good news Alex. The script you provided shut down NetXMS gracefully after it reached the 1GB of RAM threshold. It took 12-15 minutes running under valgrind before it crashed. I have attached the valgrind log.
Quote from: testos on February 07, 2013, 12:51:25 PM
Centos kernel is not supposed to panic under any circumstance.