Hi all, Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice. anyone has an idea? Greetings, Simon --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
Hi. Been a while since I tried. Will be watching this thread. I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP. There's also cacti which can collect SNMP data, display graphs and stats in a web interface. There are quite a few for SNMP collection actually. Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link. Regards Chris Turner On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
Hi Chris, thanks for the info. will look at that. Greetings, simon Am 01.09.2017 um 13:58 schrieb Chris Turner via Blind-sysadmins:
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring Hi. Been a while since I tried. Will be watching this thread. I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP. There's also cacti which can collect SNMP data, display graphs and stats in a web interface. There are quite a few for SNMP collection actually. Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link. Regards Chris Turner On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi, Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks. Greetings, Simon Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi, Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks. Greetings, Simon Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi Guys, I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken. Kind Regards, Billy -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi, Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks. Greetings, Simon Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi Guys, I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken. Kind Regards, Billy -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi, Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks. Greetings, Simon Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
I'll take it! -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 7:06 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Can you take it and build on it? Do you have .net skills? Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 13:12 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I'll take it! -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 7:06 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Learning, yes, but there is someone in my group who's very strong at .NET in general. What languages does it use? I'm stronger on the PowerShell side at the current moment. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 11:46 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring Can you take it and build on it? Do you have .net skills? Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 13:12 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I'll take it! -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 7:06 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Please see the first message I wrote for details of the languages and technologies used. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 16:51 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring Learning, yes, but there is someone in my group who's very strong at .NET in general. What languages does it use? I'm stronger on the PowerShell side at the current moment. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 11:46 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring Can you take it and build on it? Do you have .net skills? Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 13:12 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I'll take it! -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 7:06 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
I'll have to dig it up, and I was right, if not me, my friend wants some more .NET opportunities, so I think we've got something. I suppose I'll set up a repo at: https://github.com/stormlighttech If you look there, you'll find that the rest of the group's done quite a bit of work on several projects; one of them was recently tossed out by its original authors as well. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Thursday, September 07, 2017 6:47 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring Please see the first message I wrote for details of the languages and technologies used. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 16:51 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring Learning, yes, but there is someone in my group who's very strong at .NET in general. What languages does it use? I'm stronger on the PowerShell side at the current moment. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 11:46 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring Can you take it and build on it? Do you have .net skills? Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 13:12 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I'll take it! -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 7:06 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Please see the first message I wrote for details of the languages and technologies used. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 16:51 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring Learning, yes, but there is someone in my group who's very strong at .NET in general. What languages does it use? I'm stronger on the PowerShell side at the current moment. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 11:46 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring Can you take it and build on it? Do you have .net skills? Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 13:12 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I'll take it! -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 7:06 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Can you take it and build on it? Do you have .net skills? Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Katherine M. Moss Sent: Wednesday 6 September 2017 13:12 To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I'll take it! -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 7:06 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi Katherine, That sounds interesting. Please keep us informed. Greetings, Simon Mit freundlichen Grüßen Simon Eigeldinger Informatik Nebengebäude 1, OG1 ------------------------- Stadt Hohenems Kaiser-Franz-Josef-Straße 4 6845 Hohenems Österreich Tel.: +43 5576 7101-1143 Fax: +43 5576 7101-1149 E-Mail: simon.eigeldinger@hohenems.at Web: www.hohenems.at Diese Nachricht und allfällige angehängte Dokumente sind vertraulich und nur für den/die Adressaten bestimmt. -----Ursprüngliche Nachricht----- Von: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] Im Auftrag von Katherine M. Moss Gesendet: Mittwoch, 06. September 2017 14:12 An: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Betreff: Re: [Blind-sysadmins] network monitoring I'll take it! -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh Ó Héiligh Sent: Wednesday, September 06, 2017 7:06 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Subject: Re: [Blind-sysadmins] network monitoring I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI. If someone wants to take this on and expand it I'd be happy to open source it. Contact me off list and we'll discuss it. It's written using c# using .net 4.6. It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's. Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention. It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring Hi Billy, thanks for the info. will have a look at that as well. Greetings, Simon Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Has anyone done anything with osquery (www.osquery.io)? Chris On Wed, Sep 06, 2017 at 11:05:41AM +0000, Darragh ?? H??iligh wrote:
I wrote a reasonably large application to do all of this but I abandoned it because It requires a minimum of Windows 2012 to get the right information out of WMI.
If someone wants to take this on and expand it I'd be happy to open source it.
Contact me off list and we'll discuss it.
It's written using c# using .net 4.6.
It uses WCF for communication between the agents on servers and desktops back to the bridge then wCF again from the bridge to the installable monitoring client that can be used on administrator PC's.
Data is shown in both text and graph form. For ease of use, a key combination is built in to speak the contents of the graph and to quickly report if there's anything that needs attention.
It's a brilliant project if I do say so myself but the more I tried to do with it while staying within the confines of .net and WMI, the more I needed to target newer versions of windows. It became impractical for my needs as I have machines here using everything from Windows 2003 to Windows 2016.
Regards
Darragh ?? H??iligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Saturday 2 September 2017 23:32 To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org>; Billy Irwin <billy.irwin@outlook.com> Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi Billy,
thanks for the info. will have a look at that as well.
Greetings, Simon
Am 02.09.2017 um 19:32 schrieb Billy Irwin:
Hi Guys,
I use Pandora FMS which is a decent free solution. PRTG is another free one up to 100 devices if I am not mistaken.
Kind Regards,
Billy
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Jason White via Blind-sysadmins Sent: Saturday, September 2, 2017 12:45 PM To: 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: Jason White <jason@jasonjgw.net> Subject: Re: [Blind-sysadmins] network monitoring
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr??ft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi, I guess nagios or ikinga or munin does that? Greetings, Simon Am 02.09.2017 um 18:45 schrieb Jason White:
I think that's a different class of network monitoring. One approach would be to write a script for it that pings hosts, attempts to connect to services, etc.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Simon Eigeldinger via Blind-sysadmins Sent: Friday, September 1, 2017 4:06 PM To: blind-sysadmins@lists.hodgsonfamily.org Cc: Simon Eigeldinger <simon.eigeldinger@vol.at> Subject: Re: [Blind-sysadmins] network monitoring
Hi,
Thanks for that as well. I am also on search of a network monitoring system that can check health of computers, servers and different services. anyone has a tip? thanks.
Greetings, Simon
Am 01.09.2017 um 21:19 schrieb Jason White via Blind-sysadmins:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Simon Eigeldinger Follow me on Twitter: http://www.twitter.com/domasofan/ E-Mail: simon.eigeldinger@vol.at MSN: simon_eigeldinger@hotmail.com ICQ: 121823966 Jabber: domasofan@andrelouis.com
Yep Tshark and Tcpdump are both good. They use the Berkley Packet Filter sintax. Using with grep, awk and sort can narrow down what you're interested in. Again, you need to have them on a promiscious interface at a suitable place on the network to capture packets off the wire, assuming we're talking ethernet not wireless. I actually bought an old dum layer hub for this a while ago though not used it much. Otherwise you could put your sniffing system on a mirror / span port on a switch. Regards. Chris Turner On 01/09/17 20:19, Jason White wrote:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
In tshark, you can perform the filtering internally with its own filter syntax. I can't remember the details - I always have to look up the manual page. -----Original Message----- From: Chris Turner [mailto:ultimatethesecond@googlemail.com] Sent: Friday, September 1, 2017 6:22 PM To: Jason White <jason@jasonjgw.net>; 'Blind sysadmins list' <blind-sysadmins@lists.hodgsonfamily.org> Cc: 'Chris Turner' <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring Yep Tshark and Tcpdump are both good. They use the Berkley Packet Filter sintax. Using with grep, awk and sort can narrow down what you're interested in. Again, you need to have them on a promiscious interface at a suitable place on the network to capture packets off the wire, assuming we're talking ethernet not wireless. I actually bought an old dum layer hub for this a while ago though not used it much. Otherwise you could put your sniffing system on a mirror / span port on a switch. Regards. Chris Turner On 01/09/17 20:19, Jason White wrote:
Try tshark via a Linux terminal. You can filter the output to show just the protocols or addresses of interest - see the documentation for details. It is a while since I've needed it, but I have successfully used it.
-----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chris Turner via Blind-sysadmins Sent: Friday, September 1, 2017 7:58 AM To: Blind sysadmins list <blind-sysadmins@lists.hodgsonfamily.org> Cc: Chris Turner <ultimatethesecond@googlemail.com> Subject: Re: [Blind-sysadmins] network monitoring
Hi.
Been a while since I tried. Will be watching this thread.
I tried NtopNG briefly. This produces stats and info you can look at in a webpage. It requires a paid for plugin to work with netflow if I recall. I need to have a look it again actually. Not sure I configured with SNMP.
There's also cacti which can collect SNMP data, display graphs and stats in a web interface.
There are quite a few for SNMP collection actually.
Active analisys. I'm sure you know but if using sniffing, AKA traffic analysis, it's important where you place the sniffing system. My NtopNG was a VM on a virtual network between some VM hosts and a virtual upstream router. SO snaffling up all traffic that traversed the link.
Regards
Chris Turner
On 31/08/2017 22:14, Simon Eigeldinger via Blind-sysadmins wrote:
Hi all,
Anyone using some linux software to monitor a network? I want something that prints stuff out in text on a web interfaces. at least the most stuff i would be grateful. Want to install that on a raspberry pi to see what the network devices are doing. so support for snmp and other protocols would be nice.
anyone has an idea?
Greetings, Simon
--- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
participants (8)
-
Billy Irwin
-
Chris Nestrud
-
Chris Turner
-
Darragh Ó Héiligh
-
Eigeldinger Simon
-
Jason White
-
Katherine M. Moss
-
Simon Eigeldinger