<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Recomendations to monitor remote netsight server in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41767#M5304</link>
    <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I was looking for recomended ways of monitoring a remote Netsight server. I did think about nagios/cacti etc, but it seems overkill just to monitor a remote netsight linux server. I also don't want to use the native linux tools incase it breaks Netsight. &lt;BR /&gt;</description>
    <pubDate>Fri, 29 Apr 2016 16:33:00 GMT</pubDate>
    <dc:creator>Justsomebodi</dc:creator>
    <dc:date>2016-04-29T16:33:00Z</dc:date>
    <item>
      <title>Recomendations to monitor remote netsight server</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41767#M5304</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I was looking for recomended ways of monitoring a remote Netsight server. I did think about nagios/cacti etc, but it seems overkill just to monitor a remote netsight linux server. I also don't want to use the native linux tools incase it breaks Netsight. &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2016 16:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41767#M5304</guid>
      <dc:creator>Justsomebodi</dc:creator>
      <dc:date>2016-04-29T16:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Recomendations to monitor remote netsight server</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41768#M5305</link>
      <description>Hi, &lt;BR /&gt;
Could you elaborate on the problem you're trying to solve? Are you just trying to see if the Netsight Server is up and running or has email connectivity?</description>
      <pubDate>Fri, 29 Apr 2016 23:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41768#M5305</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2016-04-29T23:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Recomendations to monitor remote netsight server</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41769#M5306</link>
      <description>I just want to ensure the server is up and available, so we can get the alarm emails.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2016 23:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41769#M5306</guid>
      <dc:creator>Justsomebodi</dc:creator>
      <dc:date>2016-04-29T23:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Recomendations to monitor remote netsight server</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41770#M5307</link>
      <description>The scheduler is a good way to get email sent on a regular basis. You can schedule reports at a given interval. If you don't get a report, you know something is potentially up.&lt;BR /&gt;
&lt;BR /&gt;
Alternatively you can run a bash script to down an interface via snmp or port and run it at a regular interval via cron if using Linux server. Then use alarm manager to alert you when said action took place.&lt;BR /&gt;
&lt;BR /&gt;
Something like&lt;BR /&gt;
In Crontab&lt;BR /&gt;
0 10,12,15,18,21 * * * /root/scripts/NMCCronCheckin&lt;BR /&gt;
&lt;BR /&gt;
Then the script would just &lt;BR /&gt;
/usr/bin/snmpset -v 3 -a SHA -A "SNMPPassword" -l authNoPriv -u "Account" "Switch IP" .1.3.6.1.2.1.2.2.1.7.22016 i 2 [22016 is an interface I would want to down]&lt;BR /&gt;
&lt;BR /&gt;
/bin/sleep 240 [240 is seconds of a poll cycle, change to whatever you poll at]&lt;BR /&gt;
&lt;BR /&gt;
/usr/bin/snmpset -v 3 -a SHA -A "SNMPPassword" -l authNoPriv -u "Account" "Switch IP" .1.3.6.1.2.1.2.2.1.7.22016 i 1 &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2016 23:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41770#M5307</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2016-04-29T23:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Recomendations to monitor remote netsight server</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41771#M5308</link>
      <description>Does anyone know how would i enable SNMP on the Netsight VM server so it can be monitored via SNMP&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2016 17:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41771#M5308</guid>
      <dc:creator>Justsomebodi</dc:creator>
      <dc:date>2016-05-05T17:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Recomendations to monitor remote netsight server</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41772#M5309</link>
      <description>Would be based on your OS.&lt;BR /&gt;
Ubuntu&lt;BR /&gt;
&lt;A href="https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-an-snmp-daemon-and-client-on-ubuntu-14-04" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-an-snmp-daemon-and-cli...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Windows&lt;BR /&gt;
&lt;A href="http://blog.skufel.net/2012/09/how-to-adding-snmp-to-windows-server-2008-r2/" target="_blank" rel="nofollow noreferrer noopener"&gt;http://blog.skufel.net/2012/09/how-to-adding-snmp-to-windows-server-2008-r2/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2016 17:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/recomendations-to-monitor-remote-netsight-server/m-p/41772#M5309</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2016-05-05T17:03:00Z</dc:date>
    </item>
  </channel>
</rss>

