Monitor website uptime with www.supermonitoring.com services - and have the reports displayed in your Drupal panel. In Raport Section.
Link to sandbox: https://www.drupal.org/sandbox/deancraft/2429027
Git clone commands:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/Deancraft/2429027.git super_monitoring
cd super_monitoring
Thanks
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxDeancraft2429027git
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
łukasz chrzanowski commentedComment #3
łukasz chrzanowski commentedI don't understand
I have function and comment
----------
/**
* Super Monitoring.
*/
function supermonitor(..)
----------
I check and a get this error
'There must be no blank lines after the function comment'
so a correct and
----------
/**
* Super Monitoring.
*/
function supermonitor(..)
----------
-> 'There must be exactly one blank line after the file comment'
I'm so tired...
I don't understand. Please, help me.
Comment #4
łukasz chrzanowski commentedComment #5
łukasz chrzanowski commentedComment #6
slowflyer commentedCan you try like this:
/**
* @file
* Super Monitoring.
*/
function supermonitor(..)
Comment #7
slowflyer commentedAutomated Review
Look at http://pareview.sh/pareview/httpgitdrupalorgsandboxDeancraft2429027git to get errors and warnings fixed
Manual Review
In the supermonitoring.install you are rigth track in line 12: $t = get_t()
but you miss to make use of it in line 14 ... l(t('Administer > ...
I would suggest to use system_settings_form in admin settings.
I tried to get a free account, but was not abel to identify the correct token to insert into the admin interface.
I would be great if the desccription of the admin interface tells where to find the token on the website.
Individual user account
Yes: Follows the guidelines for individual user accounts.
No duplication
Yes: Does not cause module duplication and/or fragmentation.
These modules do a different job:
https://www.drupal.org/project/monitoring
https://www.drupal.org/project/performance
Master Branch
Yes: Follows the guidelines for master branch.
Licensing
Yes: Follows the licensing requirements.
3rd party assets/code
Yes: Follows the guidelines for 3rd party assets/code. No 3rd party code inside.
README.txt/README.md
Yes: Follows the guidelines for in-project documentation and/or the README Template.
Secure code
Yes: Meets the security requirements.
Comment #8
łukasz chrzanowski commentedThank you for your comments
Comment #9
łukasz chrzanowski commentedCorrected errors . Please review it again. Regards.
Comment #10
łukasz chrzanowski commentedComment #11
łukasz chrzanowski commentedComment #12
nabil.sadki commentedAutomatic review
No errors found
Manual review
Just a little optimisation :
Add @return to this block
Add @return to this block
Add @return to this block
Comment #13
issa.haddadinHello,
A nice module your doing here, i looked around and i have a small note:
In the
supermonitoring.admin.incfile undersupermonitoring_settings_form()function, why don't you usereturn system_settings_form($form);instead ofi mean you can do this instead:
And in this case you can remove
supermonitoring_settings_form_submit()function as it will be no need for it, thereturn system_settings_form($form);will handle the variables for you and set it in the DB.Please check https://api.drupal.org/api/drupal/modules!system!system.module/function/system_settings_form/7
Also another note, i think it's more recommended to make your own permission for the module using
hook_permission()but it's up to you.Good luck
Comment #14
klausiThat seem to be improvements, but not application blockers. Anything else that you found or should this be RTBC instead?
Comment #15
łukasz chrzanowski commented@klausi I don't understand 'RTBC' ? Now what should I do ?
Comment #16
slowflyer commentedRTBC = Reviewed & tested by the community
Comment #17
łukasz chrzanowski commentedComment #18
łukasz chrzanowski commentedWhat next?
Comment #19
łukasz chrzanowski commentedComment #20
łukasz chrzanowski commentedAssigning to myself for final review.
Comment #21
łukasz chrzanowski commentedWhat next? Who can help me?
Comment #22
łukasz chrzanowski commentedWhat next? When I will be granted permissions both to create full projects and to promote my sandbox projects to full projects??
Can you help me?
Comment #23
markconroy commentedHI Deancraft,
Now you need to wait until someone who is a "git administrator" approves this project.
This can take quite a long time (sometimes months) unless you chip in and review three other projects that are in the application queue. Once you do this, put a list of these three reviews in the summary of your issue here, and add the "PAReview: review bonus" tag to the issue. That puts you in the priority queue for approval.
You can read more about the application process here: https://www.drupal.org/node/1011698
You can read more about the review bonus process here: https://www.drupal.org/node/1975228
Comment #24
markconroy commentedChanging priority back to normal - I don't see how this is a critical issue.
Comment #25
łukasz chrzanowski commentedOne more question. Where to enter a link to the app, which I reviewed ? In comment?
Comment #26
drupalove commentedYou should reference 3 reviews in the issue summary of your own application issue. You can do this by editing the first post (the issue summary) of your project application issue. Then create a new section called "Manual reviews of other projects" and add the links to the exact review comment in the reviews you have done, e.g. like this one http://drupal.org/node/1381726#comment-5418942
For more details, see the Review bonus.
Comment #27
cweagansThanks for your contribution!
I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.