Open IT Experts for Enterprise

Zylk empresa de desarrollo de ecommerce

alfresco

devcon

My Alfresco Devcon Notes

Some thoughts about Alfresco Devcon 2018 Back to Bilbao from Alfresco Devcon 2018. Many years participating in Alfresco events, connecting with old friends, collaborating with Alfresco Community and learning the new dominating technologies surrounding Alfresco for the upcoming years such Docker, Kubernetes, ADF, AWS or microservices.  What to say… I enjoyed a lot with many …

My Alfresco Devcon Notes Leer más »

More on monitoring dashboards for Alfresco using SOLR, Banana and Apache Zeppelin

Using an Apache stack for indexing your logs and metrics In the previous posts I talked about ELK stack for monitoring Alfresco. But another possibility for loading metrics or logs information, extracted by logstash, is a SOLR index server (instead of Elastic Search), which is part of Alfresco architecture by default, and in principle, it would seem more natural …

More on monitoring dashboards for Alfresco using SOLR, Banana and Apache Zeppelin Leer más »

elastic

Kibana dashboard for monitoring Alfresco Community via OOTB Support Tools

Monitoring Alfresco CE with ELK stack Some weeks ago I wrote a post about how to set up a basic Kibana dashboard representing System Performance and Active Sessions in Alfresco Enterprise via JMX metrics from a logstash JMX input. As you probably know, no such Alfresco JMX objects are available in Alfresco Community, such as active …

Kibana dashboard for monitoring Alfresco Community via OOTB Support Tools Leer más »

Alfresco

See you in Alfresco Devcon 2018

Last week, it was published the Alfresco Devcon 2018 conference program, that will celebrate in Lisbon next January. Many Alfresco experts of the community, customers, partners, and employees will participate on this fantastic event, around Alfresco related technologies.

elasticalf

Simple Kibana dashboard for monitoring Alfresco Logs

Some days ago I wrote a post about how to set up a basic Kibana dashboard in Alfresco Enterprise with JMX metrics, from a logstash JMX input. Today I’m gonna add some simple configuration for creating a dashboard for Alfresco logs. The architecture for ELK is the same of the previous post, with logstash running in your Alfresco instance and a dedicated Elastic Search and Kibana server.

Alfresco

Docker image for Nagios setup for Alfresco Community

Dockerfile for Alfresco monitoring Recently, I started to play with Docker and Vagrant. Many docker images are available in Alfresco Community projects, and recently Alfresco published a very interesting Vagrant Sandbox for the complete platform. My first Docker image is now published on github for a basic setup of Nagios/Icinga for Alfresco (Community and Enterprise). The Dockerfile is …

Docker image for Nagios setup for Alfresco Community Leer más »

Alfresco

Basic Nagios setup for Alfresco Community

Using OOTB Support Tools addon for monitoring Alfresco Today I publish a basic Nagios setup for monitoring Alfresco Community with the help of OOTB Support Tools addon, including recent commands about SOLR indices. https://github.com/zylklab/alfresco-nagios Other links: https://github.com/toniblyx/alfresco-nagios-and-icinga-plugin https://www.zylk.net/actualidad/monitoring-alfresco-in-nagios-via-ootb-support-tools-addon/ https://www.zylk.net/actualidad/more-on-monitoring-alfresco-in-nagios-via-ootb-support-tools/ https://github.com/OrderOfTheBee/ootbee-support-tools

Simple tips about Alfresco logs

Today I put together some basic tips about Alfresco logs in Alfresco installations. 1) Rotate catalina.out 2) Logs always under $TOMCAT/logs directory 3) Clean logs periodically 4) Disable Tomcat localhost logs 5) Disable manager and host-manager logs

beecon 2017

We are speaking at Beecon 2017

Next week we will participate in Alfresco Developer Conference (Beecon 2017), presenting two lighting talks: 1) Javascript API based developments for improving your Alfresco experience & 2) Sinadura ECM: Protocol-based signatures for Alfresco

More on Monitoring Alfresco in Nagios via OOTB support tools

Alfresco monitoring for Nagios via NRPE protocol Last day we talked about monitoring Alfresco in Nagios via OOTB support tools addon using curl commands directly to the main webscripts, and parsing the obtained JSON information. Although this direct monitoring may be valid in many situations (if services available from monitoring server, if https..), other possibility is to run curl …

More on Monitoring Alfresco in Nagios via OOTB support tools Leer más »

Sinadura for Alfresco now available in github

Digital Signature addon for Alfresco The Alfresco addon for Sinadura is now available in zylklab. Check it at github: https://github.com/zylklab/alfresco-sinadura This Alfresco addon provides a painless «Sign with Sinadura» action in Alfresco Share and it will be presented as a Lighting talk in Alfresco Developer Conference at Beecon 2017. http://beecon.buzz/

Useful Alfresco Resources

Most helpful resources for beginners One of the most frequently asked questions about Alfresco is what resources are the most helpful when starting to learn and developing with Alfresco. Today I’m going to complete an answer given in Featured Member questionary last December, with further details and links: https://community.alfresco.com/community/connect/blog/2016/12/06/featured-member-cesar-capillas Some basic and essential resources are Alfresco documentation, Community Forums, …

Useful Alfresco Resources Leer más »

Custom search dashlet for Alfresco Share

Today we rescue some parts of a useful code for a multi-purpose search dashlet for Alfresco Share. We developed it some time ago and some parts are still working in Alfresco 5. The dashlet allows to configure custom filters in user and site panel such as document type, custom type, multiple categories and tags, or/and document mimetype. 

Basic metadata to deal with document lifecycle status

Modelling custom status for Alfresco documents A basic customization to manage and visualize content lifecycle in Document Library may be done with a simple content model for document status. This basic customization for final users may be used with or without workflow tasks and it is document-centric (not in principle task oriented). The set of metatada …

Basic metadata to deal with document lifecycle status Leer más »

OOTB Support Tools addon for Alfresco Community

Yesterday I installed Order of The Bee support tools module forour Alfresco Community 5.1.e (201602GA), which is a very useful addonthat provides additional administration, monitoring and profilingtools for Alfresco Community, similar to the AlfrescoSupport Tools addon for Alfresco Enterprise. It provides a settools for monitoring active sessions such users connected to therepository or database pool connections, and system …

OOTB Support Tools addon for Alfresco Community Leer más »