Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

BENTECH's Profile



BENTECH



Reviews
1
Helpful: 1


Code of the Week
1
Won: 0

User Reviews

    ManageEngine OpManager Software

    Company: Zoho Corporation
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 4.56

    "OpManager succeeds where WhatsUp Gold, SolarWinds and HP OpenView have failed!"

    by BENTECH on May 13, 2021 9:13 AM

    Summary:
    I like it and I would recommend it to any other IT Support departments looking for up/down monitoring of applications and hardware. This is THE product for the job!

    Pros
    It is web based and it is fast. I've used countless other monitoring applications that are web based and they all have performance issues. OpManager tells me when my servers and applications are down and it has a beautiful dashboard that I didn't have to customize out of the box. The mobile app is great, too. Monitoring servers and processes is our primary use for the application and it is exactly what I want in an application. I keep it open every day and it has bailed me out after performing maintenance on servers and forgetting to manually start this process or service. I get a push notification on my phone that reminds me to turn it back on. It does a lot, but it's still fast. Something that other applications I've used over the years cannot do!

    Cons
    I know I sound like a fan boi because I am! I have administered HP OpenView, PRTG, MRTG, WhatsUp Gold and Solar Winds at different companies over the years. This product does everything I liked about those other programs but still has solid performance AND a great mobile app. I really don't have any complaints or recommendations on what they should change. I have had some issues with customer support. It is based in India and sometimes communicating can be a challenge. The product has been so solid for us that we haven't bad many support calls, anyway.

    Report post

    Was this review helpful? (1) (0)


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!