ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. monitoring
    Log in to post
    • All categories
    • StuartJordan

      Uptime Kuma - Self Hosted Monitoring
      IT Discussion • monitoring • • StuartJordan

      9
      2
      Votes
      9
      Posts
      136
      Views

      PhlipElder

      @scottalanmiller said in Uptime Kuma - Self Hosted Monitoring:

      If you want a dashboard, Netdata does that out of the box. If you want a pretty dashboard for Zabbix, then that's when Grafana is going to shine. Build an amazing sexy dashboard for your Zabbix data on Grafana to make management happy about a monitoring solution.

      I've had some fun with Grafana, Telegraf, and InfluxDB but it's been a while.
      2b70726d-3b8f-4f7d-b11d-af3b201aa4f3-image.png

      S2D v1 - Kepler-47 IOPS Run 2.PNG

      S2D v1 - Kepler-47 IOPS Run 3.PNG

      The above were done during one of our SMB S2D cluster proof runs. Grafana was great for helping to pinpoint what was going on while it was happening. We were able to do some pretty good tuning to pull off great IOPS and Throughput numbers from a little Intel Xeon E3 single socket platform with SATA SSDs for cache and SAS HDDs for capacity.

    • Oksana

      How to Monitor VMware vSphere with SexiGraph
      Starwind • starwind vmware vsphere monitoring grafana sexigraph • • Oksana

      1
      1
      Votes
      1
      Posts
      249
      Views

      No one has replied

    • DustinB3403

      Goodbye hardware monitoring on HPE Gen10 and newer equipment running ESXi
      IT Discussion • hpe raid monitoring esxi gen10 servers • • DustinB3403

      25
      1
      Votes
      25
      Posts
      2079
      Views

      Dashrender

      @dbeato said in Goodbye hardware monitoring on HPE Gen10 and newer equipment running ESXi:

      @dashrender However centrally managed doesn't mean site to site VPN. I don't get MSP that have site to site VPNs to their customers. It is not feasible to maintain, it is a high risk and very old school.

      of course it doesn't.

      using a tool like ScreenConnect - having all customer machines in a single account - means SC's hacked, then ever client is hacked...

    • DustinB3403

      Unsolved Hardware Management Solutions
      IT Discussion • hardware management monitoring • • DustinB3403

      18
      0
      Votes
      18
      Posts
      551
      Views

      iroal

      I use PRTG. https://www.paessler.com/es/prtg
      Very easy to implement, You can have notifications in your smartphone.

    • JaredBusch

      Solved Need live network monitoring
      IT Discussion • edgemax edgeos statistics monitoring • • JaredBusch

      17
      0
      Votes
      17
      Posts
      417
      Views

      dbeato

      Found this and might be helpful to this traffic issue. In a Windows Computer you could use Glasswire on a wim to find out what traffic is going out of it:
      https://github.com/zerotier/ZeroTierOne/issues/1174
      https://github.com/zerotier/ZeroTierOne/issues/1018
      https://github.com/zerotier/ZeroTierOne/issues/867

    • WLS-ITGuy

      website/IP tracking
      IT Discussion • monitoring sonicwall dns • • WLS-ITGuy

      4
      0
      Votes
      4
      Posts
      248
      Views

      dbeato

      With Appflow you need to make sure you have authentication enabled for the users so it tracks per user. The Data Collection is for sure nice but it is only the top sites and no much information.
      https://www.sonicwall.com/support/knowledge-base/help-with-user-level-authentication-settings-like-local-users-ldap-radius/170503274714653/

      https://www.sonicwall.com/support/knowledge-base/configuring-app-flow-monitor-to-view-real-time-incoming-and-outgoing-network-data/170505632951042/

      https://www.sonicwall.com/support/knowledge-base/how-can-i-track-which-users-or-ip-addresses-are-accessing-a-certain-website-using-appflow/170505832815323/

      https://www.sonicwall.com/support/knowledge-base/how-can-i-collect-traffic-details-by-ip-address-on-the-firewall-through-log-reports-and-appflow/170503950787011/

    • Pete.S

      Service provider - monitoring questions
      IT Discussion • msp monitoring sla • • Pete.S

      7
      0
      Votes
      7
      Posts
      288
      Views

      JaredBusch

      @Pete-S said in Service provider - monitoring questions:

      Thanks guys for your replies!

      I had a feeling that monitoring was "underutilized" compared to what is technically possible. But as always, it's the business needs and the effort (cost) that determines the service level.

      totally underutilized compared to what is possible. you are 100% spot on with that.

    • DustinB3403

      Veyon.io Cross platform computer monitoring and classroom management
      IT Discussion • foss management monitoring classroom • • DustinB3403

      11
      1
      Votes
      11
      Posts
      353
      Views

      DustinB3403

      @JaredBusch said in Veyon.io Cross platform computer monitoring and classroom management:

      WTF is up with the use of the word "Sources"

      de208aab-59a1-46dc-8b3f-718501dba163-image.png

      VatesFr does this as well with Xen Orchestra.

      It's dumb and makes no sense to an English speaker, as it's clearly wrong.

    • wrx7m

      Zabbix on CentOS7 - MariaDB or PostgreSQL?
      IT Discussion • mariadb postgresql zabbix centos7 database db linux linux server monitoring • • wrx7m

      7
      1
      Votes
      7
      Posts
      492
      Views

      dafyre

      I've done both. I tend to like MariaDB / MySQL better because that is what I'm more comfy with.

    • dbeato

      Zabbix Server Setup on Debian 9.0
      IT Discussion • debian stretch debian 9 zabbix server mariadb monitoring • • dbeato

      15
      8
      Votes
      15
      Posts
      969
      Views

      dbeato

      @JaredBusch said in Zabbix Server Setup on Debian 9.0:

      @dbeato said in Zabbix Server Setup on Debian 9.0:

      Prior to doing anytighing if you are basing this on a Debian 9 NetInstall you need to install the following packages as root

      apt install ufw sudo -y

      Then setup the user in the sudo group

      sudo adduser username sudo

      Technically, you do this if you don't select certain packages during the installation. It has nothing to do with it being a NetInstall ISO or not.

      Technically, these packages are selected by default. I believe both sudo and ufw are part of standard system utilities.
      https://i.imgur.com/8CO2bH3.png

      Additionally ufw is not the firewall. That is iptables, but ufw is the simple way to activate and use iptables.

      Yes, netinstall has that option as below Figure 1 while though it does not install ufw and sudo on those standard utilities Figure 2 & 3 with the fresh install Figure 4

      Figure 1
      0_1543334144965_e22c5437-43f1-474c-968f-599d675bb766-image.png
      Figure 2
      0_1543337768264_aa49f222-93d1-437a-89a6-3dbfc558f1df-image.png
      Figure 3
      0_1543337818820_cb5a9e3c-8a1b-4022-a373-9f1f41bcba52-image.png
      Figure 4
      0_1543338000904_b04d0f07-af0f-4ada-9958-8b3dfdd3027d-image.png

    • EddieJennings

      Monitoring low level server hardware health
      IT Discussion • monitoring colocation hardware performance • • EddieJennings

      5
      1
      Votes
      5
      Posts
      496
      Views

      dbeato

      @hobbit666 said in Monitoring low level server hardware health:

      Might depend on the Server and what they have built in.

      Dell have the iDRAC that you can log onto and look at hardware logs. (Not sure if you can setup E-mail alerts been a while since i've used one)

      The new ones you can since version 7 I believe.

    • thwr

      DIY: Cheap environmental probe
      IT Discussion • diy embedded esp8266 monitoring • • thwr

      6
      0
      Votes
      6
      Posts
      556
      Views

      thwr

      @coliver said in DIY: Cheap environmental probe:

      @thwr said in DIY: Cheap environmental probe:

      Not exactly - it's for all the DIY stuff im doing anyway. Bought it with a friend.

      A few friends and I were talking about doing this.

      I can highly recommend the Anycubic I3 Mega. I do have access to quite a few printers, incl. Ultimaker 2/3 Extended, BigReps and others. The Anycubic is outstanding given the price and at least compareable to the Ultimaker IMHO. Great results, good build quality, no open wires like other cheap printers.

    • Oksana

      Learn how to avert IT system-monitoring pain with StarWind ProActive Support
      Starwind • proactive support monitoring starwind proactive support downtime minimization system analyzing infrastructure management data security services availability starwind system monitoring troubleshooting • • Oksana

      1
      4
      Votes
      1
      Posts
      610
      Views

      No one has replied

    • Oksana

      StarWind ProActive Support – a remedy to IT infrastructure support pain
      Starwind • proactive support starwind support monitoring webinar • • Oksana

      1
      2
      Votes
      1
      Posts
      619
      Views

      No one has replied

    • WrCombs

      What are you looking for when managing servers/desktops?
      IT Discussion • server management monitoring • • WrCombs

      6
      0
      Votes
      6
      Posts
      915
      Views

      WrCombs

      https://i.imgur.com/nj3PBpF.png

      This is missing a few: Protected access for admin over all files & PC's, Visuals (graphs) , Easy to use interface.

      Here is what I have so far for important features outside of the standard. Do you guys see anything that is more important than another?

      Anything I'm missing completely?

      This list is not complied by priority, however it needs to be ( my Boss asked me to make a list) so any / all input would be greatly appreciated.

    • Oksana

      Upgrading Microsoft System Center Orchestrator 2012 R2 to 2016
      Starwind • system center orchestrator starwind blog sco management monitoring orchestrator workflow management • • Oksana

      1
      1
      Votes
      1
      Posts
      809
      Views

      No one has replied

    • Oksana

      StarWind ProActive Support: preventing issues instead of dealing with the consequences
      Starwind • proactive support starwind support monitoring webinar • • Oksana

      1
      1
      Votes
      1
      Posts
      779
      Views

      No one has replied

    • wrx7m

      Netdata - FOSS Performance Monitoring for Linux, FreeBSD and MacOS
      IT Discussion • foss linux freebsd mac os netdata monitoring metrics github • • wrx7m

      9
      0
      Votes
      9
      Posts
      1207
      Views

      A

      Wow, major changes since I last tested it!

      https://github.com/firehol/netdata/releases

    • stacksofplates

      Prometheus and Grafana with Ansible
      IT Discussion • grafana ansible prometheus alertmanager monitoring node-exporter • • stacksofplates

      2
      2
      Votes
      2
      Posts
      7482
      Views

      stacksofplates

      Here's what the alerts look like in both alertmanager and prometheus:

      0_1499526971615_alertmanager.png

      0_1499526982585_alerts.png

    • Oksana

      Simplifying storage management with StarWind Swordfish Provider
      Starwind • starwind starwind blog swordfish starwind swordfish provider storage monitoring storage infrastructure swordfish api storage management • • Oksana

      1
      2
      Votes
      1
      Posts
      575
      Views

      No one has replied