Code

Discussion on Monitoring Zone (SaaS) - Server Monitoring Laravel App

Discussion on Monitoring Zone (SaaS) - Server Monitoring Laravel App

Cart 168 sales
Recently Updated
modulespanel

modulespanel supports this item

Supported

This author's response time can be up to 1 business day.

130 comments found.

Hello, I’m about to buy your product but I need to know a few things… First, when will there be a next update focused on webhooks (Discord, Telegram, WhatsApp, and similar)? Second, is there more freedom for the administrator user to interact with users? I really missed that. Third, can the request interval be at least 1 minute?

Thanks a lot for your interest.
1) The next update will be in the next four months
2) What do you mean by more freedom?
3) yes, interval can be 1 minute

Hi, we need to update, we are on shared hosting. How do we update/upgrade to latest version, there is no information in the ADMIN Doc?. Thanks.

Hello, I can hep you on this, can you please send me a message / private message?

Hi,

Regarding https://codecanyon.net/comments/31532474

This has no more replies from your side

Thank you, Will check it

Just checking, looks well improved on Interface.

Some point on the new version:

1. One thing that missing is point number-3 from https://codecanyon.net/comments/31520100

On the Status Page, the graphical bar is calculated by downtime only or some incident would affecting these as well?

As you can see on 27th Oct for Heroku Platform there is some incident, but in the Status at graphical bar is only stated N/A for October 27th.

2. Seem in the admin there is no server configuration for checker the Servers Status, Webpages Status, APIs Status, Keyword Status ? Does it mean there is no way for checking from multiple server location?

any comment?

veyon

veyon Purchased

Hi,

I have bought this wonderful app some time ago, and now I want to set PayPal payment gateway. I got Client ID and Client Secret, but from where can I get API username, API password, and API Signature.

Thanks,

hello,

an you check the document, and the paypal gateway set up details will be there

On the page https://codecanyon.net/item/monitoring-zone-saas-server-monitoring-laravel-app/33389569, the following sentence appears, among others:

“To work status page on a subdomain, you need to purchase an additional app .”

Which additional app should we buy, how much does it cost, what exactly does it do, and how do you install and configure it?

If you want to create multiple status pages like

statuspage1.yourdomain.com statuspage2.yourdomain.com

We need to install this app on a server with wild card ssl, we will help to install it. Can you send me a message?

Thank you for your answer, unfortunately, I still don’t fully understand it.

I want to run “Monitoring Zone (SaaS)” on my own server on my own domain, let’s call it mymonzone.com.

On mymonzone.com, I want to create only one statuspage on a subdomain for my own domain, namely status.mymonzone.com.

But customers of mymonzone.com should also be able to create status pages on a subdomain on any of THEIR own domain, like status.domain1.com, status.domain2.com, and so on.

Q1. Is this scenario possible?

Q2. If the answer to Q1 is yes, is it necessary to install your mentioned app on a server with wild card ssl where mymonzone.com is running?

Q3. If the answer to Q2 is yes, I would like to install the app myself, as I unfortunately don’t allow anyone access to my servers, is this still possible?

Q1: I understood your question now, What you want is status page with customer’s own domain. I haven’t tested it sofar, but it should be possible and we have to use https://caddyserver.com/ to get it working. I can help you on that.

Q2: So we have to install the app on a server with https://caddyserver.com/, so that it will generate auto ssl

Q3: I will provide instructions and in case of any issues, we will fix it too.

Pre-sales 1. do you have alert to send via webhook?

do you have any other questions ?

Thanks – I have purchased the script already – can you please proceed with webhook work? thanks

yes, will do. will keep you posted

aponaex

aponaex Purchased

Is there any updates on the checks from multi location (proxy/server) and telegram notification?

they are not done yet

hi,

More presale question:

1. is the incident log grouped?

For example:

Power Maintenace:

Incident 01-01-2025 :

  • 01-01-2025 10:00 initiate power cleaning
  • 01-01-2025 12:00 Power cleaning takes more time
  • 01-01-2025 01:00 Power restoration

Resolved: 01-01-2025 01:02 Power Maintenance Completed

2. And how long the support will response for every support request? Is it took same time by using these comment here or you have faster support response on your dedicated support ticketing?

3. Could we grouped the monitoring based on category/location in one status page?

Example:

Asia

  • API
  • WEB
  • SSL
  • PORT X

Europe

  • WEB
  • SSL
  • PORT X

Billing System

  • API
  • HOOK

We are about to release a new monitoring app, for another use case and then it all will be addressed.

We are trying to speed up.

Is this something you send the demo to me about two months ago?

any info?

Hi,

Please add graphs to the admin and user dashboards in the next update. It would also be much better to add graphs to the monitoring pages.

Sure, we will do.

Excellent

Hi,

Can you enlight me up the big selling point between this script and https://codecanyon.net/item/phpuptime-website-uptime-monitor-saas/57971097 ?

The PHPUptime interface looks nicer, any plan for renewing your interface ?

Got It will take look

Is this only for interface revamp? Also more features or more payment gateway support?

hello, thanks a lot for your interest. Finally was able to improve the look and more features are coming, please have a look at the demo

Do you’ve any Pentest API integrated or can integrate one ?

hello, thanks a lot for contacting us, Can you please send me more details via message? Then we can surely look in to integrating the API

Sure ! DM’d

ozhigov

ozhigov Purchased

Is it possible to integrate the status page on the website? For example, through an <iframe>? For example: https://ibb.co/WNz0tgzP

otherwise, we can provide the status page data as an API response and then it will be easy and flexible to display on the website

ozhigov

ozhigov Purchased

Is accessibility to the service checked from a single location, or can multiple locations be added?

it’s not there at the moment, but can be done with an addon. We can do that for you

Looking also to use this as an internal tool. on the demo admin i didnt see this functionality. Could we simply create a $0/month subscription for ourselves, signup for it, then disable that free plan to prevent others from using it?

Thanks a lot for your purchase, That’s a good question. We will make the process easy in the coming version.

I wrote to you about a bug i found almost 5 days ago, its regarding the bulk upload. Can you reply?

Hello, Thanks a lot for your message regarding bulk upload and I just replied for that

Hi,

Can you confirm what the “Alert Manager” page does? We want to send to multiple emails when an alter is triggered. Is this the place to add all the email addresses?

Or can multiple emails also be set on each configured monitor?

Many thanks!

Hi, any update on this please?

hello, thanks for your patience. What you can do is for each monitors in the table there is a field named email, in that you can save emails as comma seprated.

then take the file app/Services/Email.php and in that we have code like

if ($server->email) { $toEmail = $server->email; } else { $toEmail = $server->user->email; }

So here, you can replace with something like

if ($server->email) { $toEmails = array_map(‘trim’, explode(’,’, $server->email)); } else { $toEmails = [$server->user->email]; }

$user = $server->user->first_name;

if ($content->status == true) { Logger::info(“Sending server monitor down mail to ” . implode(’, ’, $toEmails)); $mail = new ServerMonitorDown($server, $content, $user); Mail::to($toEmails)->queue($mail); }

send me an email, I can send code well formatted on the email

Any plan to support Razor Pay?

Yes, it’s in the road map.

I would like to purchase, but I didn’t find anywhere price of Twilio integration and possibility to purchase. Can you help, and please explain how it works?

I’ve tried sent email to sales@ticketingexpert.com but received back error: 550 5.1.1 Recipient not found

Hi presale question, do you have a non saas version of this, since this will be used as internal application and has no plan on using it as commercial. I try to check the basic features but its locking with all nice functionality that this version has.

I really like those all functionality except the subscription part.

Thanks Rey

Hello,

Thanks a lot for your interest. Few others also requested the same thing. So what we are planning to do is, we will update the basic app with all the features we have in saas without the subscription feature. Then it will be useful for the internal use. Please wait couple of weeks and I’ll inform you when it’s ready .

We updated the non saas to the latest version. Please check https://codecanyon.net/item/server-monitor-laravel-app/29556058

You can purchase from here.

Unfortunately it is not possible to create domains: date(): Argument #2 ($timestamp) must be of type ?int, string given

In addition, an error always occurs when an email is to be sent.

Unfortunately the script is not fully developed and is far too expensive!

To reassure you: I have tried it with PHP 8.0 to 8.3. The SMTP details are also correct. I get emails from the system, but no PW reset or anything like that.

By the way, I think that “no valid recipients” also means “no valid recipients”, and not that the SMTP data is wrong …

Hello,

Thanks a lot for chewing it. an you provide me your server details via email? So that can ssh/login and check the issues?

hi. Requirements hosting?

Shared , VPS and Dedicate all will be okay. Try with php 8.1 and mysql 5.7

Hi there, Can the Super Admin monitor some websites the same way than a paid user, within the same Admin account credentials? I tried to login using both, Admin and User, but for some reasons I was unable to see the Webpages link once logged in as the Super Admin. Thank you.

Hello,

Thanks a lot for your interest in the product. Unfortunately the super admin cannot monitor anything at the moment. But it looks like a cool feature and we will implement this at some point.

Hello and thank you for your message. I guess I will have to wait, because I only had the intention to use it for myself and not as SAAS. Could you please let me know when your update includes this option? Thanks again. Cheers!

One question,

Do you think, adding all the monitoring features exist in saas to the basic app will help? then you can use it for internal use

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey