diff --git a/.github/jekyll/_layouts/template.html b/.github/jekyll/_layouts/template.html
index 4c1139e82..34af71ceb 100644
--- a/.github/jekyll/_layouts/template.html
+++ b/.github/jekyll/_layouts/template.html
@@ -5,7 +5,7 @@
{{ page.name }}
-
+
diff --git a/.github/jekyll/assets/js/jquery.min.js b/.github/jekyll/assets/js/jquery.min.js
new file mode 100644
index 000000000..5fd133971
--- /dev/null
+++ b/.github/jekyll/assets/js/jquery.min.js
@@ -0,0 +1,6 @@
+/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */
+!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0;
+}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML=" a",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,""],legend:[1,""],area:[1,""],param:[1,""],thead:[1,""],tr:[2,""],col:[2,""],td:[3,""],_default:l.htmlSerialize?[0,"",""]:[1,"X","
"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|?\w+;/,ha=/r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?""!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&fa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/
+
diff --git a/docs/templates/applications-anti-virus-template-kaspersky-security-center-11/index.html b/docs/templates/applications-anti-virus-template-kaspersky-security-center-11/index.html
index b48bd9bd3..6ae3cfcda 100644
--- a/docs/templates/applications-anti-virus-template-kaspersky-security-center-11/index.html
+++ b/docs/templates/applications-anti-virus-template-kaspersky-security-center-11/index.html
@@ -5,7 +5,7 @@
Kaspersky Security Center 11
-
+
diff --git a/docs/templates/applications-anti-virus-template-kaspersky/index.html b/docs/templates/applications-anti-virus-template-kaspersky/index.html
index 4a2c3db86..d718433e2 100644
--- a/docs/templates/applications-anti-virus-template-kaspersky/index.html
+++ b/docs/templates/applications-anti-virus-template-kaspersky/index.html
@@ -5,7 +5,7 @@
App Kaspersky
-
+
diff --git a/docs/templates/applications-backup-template-arcserve-udp-vm-backup-jobs/index.html b/docs/templates/applications-backup-template-arcserve-udp-vm-backup-jobs/index.html
index 501f1f234..ae5c247fa 100644
--- a/docs/templates/applications-backup-template-arcserve-udp-vm-backup-jobs/index.html
+++ b/docs/templates/applications-backup-template-arcserve-udp-vm-backup-jobs/index.html
@@ -5,7 +5,7 @@
Arcserve UDP VM Backup Check
-
+
diff --git a/docs/templates/applications-backup-template-asigra-backup-snmp-traps/index.html b/docs/templates/applications-backup-template-asigra-backup-snmp-traps/index.html
index 141df1262..abf9270cf 100644
--- a/docs/templates/applications-backup-template-asigra-backup-snmp-traps/index.html
+++ b/docs/templates/applications-backup-template-asigra-backup-snmp-traps/index.html
@@ -5,7 +5,7 @@
Asigra Backup SNMP Traps
-
+
diff --git a/docs/templates/applications-backup-template-backuppc-monitoring/index.html b/docs/templates/applications-backup-template-backuppc-monitoring/index.html
index 6ffb42dad..c8b4fdf89 100644
--- a/docs/templates/applications-backup-template-backuppc-monitoring/index.html
+++ b/docs/templates/applications-backup-template-backuppc-monitoring/index.html
@@ -5,7 +5,7 @@
App BackupPC by Zabbix agent
-
+
diff --git a/docs/templates/applications-backup-template-nakivo-backup-replication/index.html b/docs/templates/applications-backup-template-nakivo-backup-replication/index.html
index 674ada575..68ca5cbd0 100644
--- a/docs/templates/applications-backup-template-nakivo-backup-replication/index.html
+++ b/docs/templates/applications-backup-template-nakivo-backup-replication/index.html
@@ -5,7 +5,7 @@
Nakivo
-
+
diff --git a/docs/templates/applications-backup-template-restic-backup/index.html b/docs/templates/applications-backup-template-restic-backup/index.html
index a894be9ff..7de1325b2 100644
--- a/docs/templates/applications-backup-template-restic-backup/index.html
+++ b/docs/templates/applications-backup-template-restic-backup/index.html
@@ -5,7 +5,7 @@
restic backup by Zabbix agent
-
+
diff --git a/docs/templates/applications-backup-template-sap-backup-tenant-systemdb/index.html b/docs/templates/applications-backup-template-sap-backup-tenant-systemdb/index.html
index e8d4c8f41..4c1fc9319 100644
--- a/docs/templates/applications-backup-template-sap-backup-tenant-systemdb/index.html
+++ b/docs/templates/applications-backup-template-sap-backup-tenant-systemdb/index.html
@@ -5,7 +5,7 @@
SAP Backup
-
+
diff --git a/docs/templates/applications-backup-template-tsm-client-scheduler-service/index.html b/docs/templates/applications-backup-template-tsm-client-scheduler-service/index.html
index 9170753b9..194c779e0 100644
--- a/docs/templates/applications-backup-template-tsm-client-scheduler-service/index.html
+++ b/docs/templates/applications-backup-template-tsm-client-scheduler-service/index.html
@@ -5,7 +5,7 @@
App TSM Client Scheduler
-
+
diff --git a/docs/templates/applications-backup-template-tsm-journal-service/index.html b/docs/templates/applications-backup-template-tsm-journal-service/index.html
index a60390a6f..9eeedf7ed 100644
--- a/docs/templates/applications-backup-template-tsm-journal-service/index.html
+++ b/docs/templates/applications-backup-template-tsm-journal-service/index.html
@@ -5,7 +5,7 @@
App TSM Journal Service
-
+
diff --git a/docs/templates/applications-backup-template-veeam-agents-for-microsoft-windows/index.html b/docs/templates/applications-backup-template-veeam-agents-for-microsoft-windows/index.html
index a3e28b805..5e92aee27 100644
--- a/docs/templates/applications-backup-template-veeam-agents-for-microsoft-windows/index.html
+++ b/docs/templates/applications-backup-template-veeam-agents-for-microsoft-windows/index.html
@@ -5,7 +5,7 @@
VEEAM-Agents
-
+
diff --git a/docs/templates/applications-backup-template-veeam-backup-replication-by-smtp/index.html b/docs/templates/applications-backup-template-veeam-backup-replication-by-smtp/index.html
index 499f9ff2f..c803441d6 100644
--- a/docs/templates/applications-backup-template-veeam-backup-replication-by-smtp/index.html
+++ b/docs/templates/applications-backup-template-veeam-backup-replication-by-smtp/index.html
@@ -5,7 +5,7 @@
VEEAM SMTP trapper
-
+
diff --git a/docs/templates/applications-backup-template-veritas-symantec-backup-exec-server/index.html b/docs/templates/applications-backup-template-veritas-symantec-backup-exec-server/index.html
index b1a790438..28a7f21d1 100644
--- a/docs/templates/applications-backup-template-veritas-symantec-backup-exec-server/index.html
+++ b/docs/templates/applications-backup-template-veritas-symantec-backup-exec-server/index.html
@@ -5,7 +5,7 @@
Backup Exec Server
-
+
diff --git a/docs/templates/applications-cluster-template-corosync-status/index.html b/docs/templates/applications-cluster-template-corosync-status/index.html
index 4cb1d3a74..3c4733634 100644
--- a/docs/templates/applications-cluster-template-corosync-status/index.html
+++ b/docs/templates/applications-cluster-template-corosync-status/index.html
@@ -5,7 +5,7 @@
CoroSync-Ring-0
-
+
diff --git a/docs/templates/applications-cluster-template-oracle-exadata/index.html b/docs/templates/applications-cluster-template-oracle-exadata/index.html
index 617c6026f..ddd24590b 100644
--- a/docs/templates/applications-cluster-template-oracle-exadata/index.html
+++ b/docs/templates/applications-cluster-template-oracle-exadata/index.html
@@ -5,7 +5,7 @@
ILOM ORACLE SRV X8-2 SNMP Trap
-
+
diff --git a/docs/templates/applications-clustered-file-systems-template-glusterfs-discovery/index.html b/docs/templates/applications-clustered-file-systems-template-glusterfs-discovery/index.html
index 68d1e0b94..d32eeeb7a 100644
--- a/docs/templates/applications-clustered-file-systems-template-glusterfs-discovery/index.html
+++ b/docs/templates/applications-clustered-file-systems-template-glusterfs-discovery/index.html
@@ -5,7 +5,7 @@
Gluster Storage
-
+
diff --git a/docs/templates/applications-dns-template-app-powerdns-dnsdist/index.html b/docs/templates/applications-dns-template-app-powerdns-dnsdist/index.html
index 5ccb28437..c7c12f278 100644
--- a/docs/templates/applications-dns-template-app-powerdns-dnsdist/index.html
+++ b/docs/templates/applications-dns-template-app-powerdns-dnsdist/index.html
@@ -5,7 +5,7 @@
App PowerDNS dnsdist
-
+
diff --git a/docs/templates/applications-dns-template-bind-recursive-queries/index.html b/docs/templates/applications-dns-template-bind-recursive-queries/index.html
index c52c18396..0ab96c060 100644
--- a/docs/templates/applications-dns-template-bind-recursive-queries/index.html
+++ b/docs/templates/applications-dns-template-bind-recursive-queries/index.html
@@ -5,7 +5,7 @@
Bind queries
-
+
diff --git a/docs/templates/applications-dns-template-bind-stat/index.html b/docs/templates/applications-dns-template-bind-stat/index.html
index 13936ce19..8be8ce82d 100644
--- a/docs/templates/applications-dns-template-bind-stat/index.html
+++ b/docs/templates/applications-dns-template-bind-stat/index.html
@@ -5,7 +5,7 @@
DNS-bind
-
+
diff --git a/docs/templates/applications-dns-template-knot-resolver/index.html b/docs/templates/applications-dns-template-knot-resolver/index.html
index 4e0b68739..dd9766261 100644
--- a/docs/templates/applications-dns-template-knot-resolver/index.html
+++ b/docs/templates/applications-dns-template-knot-resolver/index.html
@@ -5,7 +5,7 @@
Knot Resolver Statistics
-
+
diff --git a/docs/templates/applications-dns-template-net-dns-perf/index.html b/docs/templates/applications-dns-template-net-dns-perf/index.html
index 5a72dc7eb..b9a5be5ca 100644
--- a/docs/templates/applications-dns-template-net-dns-perf/index.html
+++ b/docs/templates/applications-dns-template-net-dns-perf/index.html
@@ -5,7 +5,7 @@
net.dns.perf
-
+
diff --git a/docs/templates/applications-dns-template-pihole-daemon-check/index.html b/docs/templates/applications-dns-template-pihole-daemon-check/index.html
index df7a38ec8..34552e8a8 100644
--- a/docs/templates/applications-dns-template-pihole-daemon-check/index.html
+++ b/docs/templates/applications-dns-template-pihole-daemon-check/index.html
@@ -5,7 +5,7 @@
pihole-FTL over zabbix active agent
-
+
diff --git a/docs/templates/applications-excel-export-template-nexus-3xxx/index.html b/docs/templates/applications-excel-export-template-nexus-3xxx/index.html
index 425fa375a..7bc360fde 100644
--- a/docs/templates/applications-excel-export-template-nexus-3xxx/index.html
+++ b/docs/templates/applications-excel-export-template-nexus-3xxx/index.html
@@ -5,7 +5,7 @@
NEXUS 3xxx
-
+
diff --git a/docs/templates/applications-firewall-template-fail2ban/index.html b/docs/templates/applications-firewall-template-fail2ban/index.html
index e6859ac18..63576d5fe 100644
--- a/docs/templates/applications-firewall-template-fail2ban/index.html
+++ b/docs/templates/applications-firewall-template-fail2ban/index.html
@@ -5,7 +5,7 @@
Fail2ban
-
+
diff --git a/docs/templates/applications-firewall-template-vipnet-ids-snmpv2/index.html b/docs/templates/applications-firewall-template-vipnet-ids-snmpv2/index.html
index c2aad8cdf..a7a4ede1b 100644
--- a/docs/templates/applications-firewall-template-vipnet-ids-snmpv2/index.html
+++ b/docs/templates/applications-firewall-template-vipnet-ids-snmpv2/index.html
@@ -5,7 +5,7 @@
ViPNet IDS SNMPv2
-
+
diff --git a/docs/templates/applications-gitlab-template-gitlab-update-check/index.html b/docs/templates/applications-gitlab-template-gitlab-update-check/index.html
index 72780a425..bd455d3d8 100644
--- a/docs/templates/applications-gitlab-template-gitlab-update-check/index.html
+++ b/docs/templates/applications-gitlab-template-gitlab-update-check/index.html
@@ -5,7 +5,7 @@
Template Gitlab Update Check
-
+
diff --git a/docs/templates/applications-high-availability-ha-template-haproxy-using-socket/index.html b/docs/templates/applications-high-availability-ha-template-haproxy-using-socket/index.html
index c759b5207..1beb51933 100644
--- a/docs/templates/applications-high-availability-ha-template-haproxy-using-socket/index.html
+++ b/docs/templates/applications-high-availability-ha-template-haproxy-using-socket/index.html
@@ -5,7 +5,7 @@
HAProxy
-
+
diff --git a/docs/templates/applications-java-application-template-app-generic-java-jmx-with-metaspace/index.html b/docs/templates/applications-java-application-template-app-generic-java-jmx-with-metaspace/index.html
index d98142f8f..b8b04df09 100644
--- a/docs/templates/applications-java-application-template-app-generic-java-jmx-with-metaspace/index.html
+++ b/docs/templates/applications-java-application-template-app-generic-java-jmx-with-metaspace/index.html
@@ -5,7 +5,7 @@
Template App Generic Java JMX
-
+
diff --git a/docs/templates/applications-java-application-template-glassfish-webserver/index.html b/docs/templates/applications-java-application-template-glassfish-webserver/index.html
index 6b8dde2e0..ae2fc92b1 100644
--- a/docs/templates/applications-java-application-template-glassfish-webserver/index.html
+++ b/docs/templates/applications-java-application-template-glassfish-webserver/index.html
@@ -5,7 +5,7 @@
App Glassfish server.jvm
-
+
diff --git a/docs/templates/applications-java-application-template-jvm-and-g1-gc-monitoring-with-jmx/index.html b/docs/templates/applications-java-application-template-jvm-and-g1-gc-monitoring-with-jmx/index.html
index c3dcde0ca..05ddd7c32 100644
--- a/docs/templates/applications-java-application-template-jvm-and-g1-gc-monitoring-with-jmx/index.html
+++ b/docs/templates/applications-java-application-template-jvm-and-g1-gc-monitoring-with-jmx/index.html
@@ -5,7 +5,7 @@
JVM Generic
-
+
diff --git a/docs/templates/applications-mail-servers-template-cisco-esa-ironport-additional-monitoring/index.html b/docs/templates/applications-mail-servers-template-cisco-esa-ironport-additional-monitoring/index.html
index c790aceda..7ca0ff85e 100644
--- a/docs/templates/applications-mail-servers-template-cisco-esa-ironport-additional-monitoring/index.html
+++ b/docs/templates/applications-mail-servers-template-cisco-esa-ironport-additional-monitoring/index.html
@@ -5,7 +5,7 @@
ESA-CISCO XML Status
-
+
diff --git a/docs/templates/applications-mail-servers-template-exchange-2010-client-access-performance-monitoring-rus-1/index.html b/docs/templates/applications-mail-servers-template-exchange-2010-client-access-performance-monitoring-rus-1/index.html
index 9f6908a11..8a1fc2229 100644
--- a/docs/templates/applications-mail-servers-template-exchange-2010-client-access-performance-monitoring-rus-1/index.html
+++ b/docs/templates/applications-mail-servers-template-exchange-2010-client-access-performance-monitoring-rus-1/index.html
@@ -5,7 +5,7 @@
Exchange Mailbox Servers_RU
-
+
diff --git a/docs/templates/applications-mail-servers-template-exchange-2010-client-access-performance-monitoring-rus/index.html b/docs/templates/applications-mail-servers-template-exchange-2010-client-access-performance-monitoring-rus/index.html
index 6d1736d02..0cdb4ae94 100644
--- a/docs/templates/applications-mail-servers-template-exchange-2010-client-access-performance-monitoring-rus/index.html
+++ b/docs/templates/applications-mail-servers-template-exchange-2010-client-access-performance-monitoring-rus/index.html
@@ -5,7 +5,7 @@
Exchange Mailbox Servers_RU
-
+
diff --git a/docs/templates/applications-mail-servers-template-exchange-2016-services/index.html b/docs/templates/applications-mail-servers-template-exchange-2016-services/index.html
index 8192375a3..7d9a86609 100644
--- a/docs/templates/applications-mail-servers-template-exchange-2016-services/index.html
+++ b/docs/templates/applications-mail-servers-template-exchange-2016-services/index.html
@@ -5,7 +5,7 @@
Microsoft Exchange Server 2016 - Services
-
+
diff --git a/docs/templates/applications-mail-servers-template-exchange-server-2016-performance-monitoring/index.html b/docs/templates/applications-mail-servers-template-exchange-server-2016-performance-monitoring/index.html
index 5e0393a79..b463fac2e 100644
--- a/docs/templates/applications-mail-servers-template-exchange-server-2016-performance-monitoring/index.html
+++ b/docs/templates/applications-mail-servers-template-exchange-server-2016-performance-monitoring/index.html
@@ -5,7 +5,7 @@
Exchange 2016
-
+
diff --git a/docs/templates/applications-mail-servers-template-fortinet-fortimail/index.html b/docs/templates/applications-mail-servers-template-fortinet-fortimail/index.html
index b9eb505df..d6d3140b0 100644
--- a/docs/templates/applications-mail-servers-template-fortinet-fortimail/index.html
+++ b/docs/templates/applications-mail-servers-template-fortinet-fortimail/index.html
@@ -5,7 +5,7 @@
Fortimail 60D
-
+
diff --git a/docs/templates/applications-mail-servers-template-mdaemon-fr/index.html b/docs/templates/applications-mail-servers-template-mdaemon-fr/index.html
index 879b6fc8b..3fb010e06 100644
--- a/docs/templates/applications-mail-servers-template-mdaemon-fr/index.html
+++ b/docs/templates/applications-mail-servers-template-mdaemon-fr/index.html
@@ -5,7 +5,7 @@
App MDaemon
-
+
diff --git a/docs/templates/applications-mail-servers-template-mdaemon-rus/index.html b/docs/templates/applications-mail-servers-template-mdaemon-rus/index.html
index d9a01b0ae..068a54404 100644
--- a/docs/templates/applications-mail-servers-template-mdaemon-rus/index.html
+++ b/docs/templates/applications-mail-servers-template-mdaemon-rus/index.html
@@ -5,7 +5,7 @@
App MDaemon
-
+
diff --git a/docs/templates/applications-mail-servers-template-monitor-axigen-with-zabbix/index.html b/docs/templates/applications-mail-servers-template-monitor-axigen-with-zabbix/index.html
index ffa3604d0..30837bbe4 100644
--- a/docs/templates/applications-mail-servers-template-monitor-axigen-with-zabbix/index.html
+++ b/docs/templates/applications-mail-servers-template-monitor-axigen-with-zabbix/index.html
@@ -5,7 +5,7 @@
App Axigen-Services
-
+
diff --git a/docs/templates/applications-mail-servers-template-zimbra-collaboration/index.html b/docs/templates/applications-mail-servers-template-zimbra-collaboration/index.html
index bb8042c44..56f84b2a2 100644
--- a/docs/templates/applications-mail-servers-template-zimbra-collaboration/index.html
+++ b/docs/templates/applications-mail-servers-template-zimbra-collaboration/index.html
@@ -5,7 +5,7 @@
Zimbra
-
+
diff --git a/docs/templates/applications-mail-servers-template-zimbra-zmcontrol-status/index.html b/docs/templates/applications-mail-servers-template-zimbra-zmcontrol-status/index.html
index d88877297..61e7c5352 100644
--- a/docs/templates/applications-mail-servers-template-zimbra-zmcontrol-status/index.html
+++ b/docs/templates/applications-mail-servers-template-zimbra-zmcontrol-status/index.html
@@ -5,7 +5,7 @@
Zimbra
-
+
diff --git a/docs/templates/applications-misc-template-lync-2013-mediation-role/index.html b/docs/templates/applications-misc-template-lync-2013-mediation-role/index.html
index be5a4da0f..fc080c45f 100644
--- a/docs/templates/applications-misc-template-lync-2013-mediation-role/index.html
+++ b/docs/templates/applications-misc-template-lync-2013-mediation-role/index.html
@@ -5,7 +5,7 @@
App Skype for business Mediation Role
-
+
diff --git a/docs/templates/applications-monitoring-system-template-bcmstat-for-raspberry-pi/index.html b/docs/templates/applications-monitoring-system-template-bcmstat-for-raspberry-pi/index.html
index c91a9e4bc..1459f55f1 100644
--- a/docs/templates/applications-monitoring-system-template-bcmstat-for-raspberry-pi/index.html
+++ b/docs/templates/applications-monitoring-system-template-bcmstat-for-raspberry-pi/index.html
@@ -5,7 +5,7 @@
App bcmstat
-
+
diff --git a/docs/templates/applications-monitoring-system-template-get-nagiostats/index.html b/docs/templates/applications-monitoring-system-template-get-nagiostats/index.html
index 17262fd0c..ec9f2f32f 100644
--- a/docs/templates/applications-monitoring-system-template-get-nagiostats/index.html
+++ b/docs/templates/applications-monitoring-system-template-get-nagiostats/index.html
@@ -5,7 +5,7 @@
App Nagios stats
-
+
diff --git a/docs/templates/applications-monitoring-system-template-graylog-node-monitoring-using-zabbix/index.html b/docs/templates/applications-monitoring-system-template-graylog-node-monitoring-using-zabbix/index.html
index f2f53aa28..8279e4c9e 100644
--- a/docs/templates/applications-monitoring-system-template-graylog-node-monitoring-using-zabbix/index.html
+++ b/docs/templates/applications-monitoring-system-template-graylog-node-monitoring-using-zabbix/index.html
@@ -5,7 +5,7 @@
graylog_nodes
-
+
diff --git a/docs/templates/applications-monitoring-system-template-junos-space/index.html b/docs/templates/applications-monitoring-system-template-junos-space/index.html
index d994588d3..e8ee29bb6 100644
--- a/docs/templates/applications-monitoring-system-template-junos-space/index.html
+++ b/docs/templates/applications-monitoring-system-template-junos-space/index.html
@@ -5,7 +5,7 @@
Junos Space
-
+
diff --git a/docs/templates/applications-monitoring-system-template-ozeki-sms-gateway/index.html b/docs/templates/applications-monitoring-system-template-ozeki-sms-gateway/index.html
index 596348c89..c1b4d1974 100644
--- a/docs/templates/applications-monitoring-system-template-ozeki-sms-gateway/index.html
+++ b/docs/templates/applications-monitoring-system-template-ozeki-sms-gateway/index.html
@@ -5,7 +5,7 @@
8 Ozeki
-
+
diff --git a/docs/templates/applications-monitoring-system-template-proximvision-nms/index.html b/docs/templates/applications-monitoring-system-template-proximvision-nms/index.html
index bae9e6132..605934ac6 100644
--- a/docs/templates/applications-monitoring-system-template-proximvision-nms/index.html
+++ b/docs/templates/applications-monitoring-system-template-proximvision-nms/index.html
@@ -5,7 +5,7 @@
ProximVision NMS
-
+
diff --git a/docs/templates/applications-monitoring-system-template-zabbix-monitor-housekeeper/index.html b/docs/templates/applications-monitoring-system-template-zabbix-monitor-housekeeper/index.html
index 1a3aba791..c888f1907 100644
--- a/docs/templates/applications-monitoring-system-template-zabbix-monitor-housekeeper/index.html
+++ b/docs/templates/applications-monitoring-system-template-zabbix-monitor-housekeeper/index.html
@@ -5,7 +5,7 @@
Housekeeping Metrics
-
+
diff --git a/docs/templates/applications-ntp-template-chrony-accuracy-1/index.html b/docs/templates/applications-ntp-template-chrony-accuracy-1/index.html
index 9b58a7a4e..9ffb021ca 100644
--- a/docs/templates/applications-ntp-template-chrony-accuracy-1/index.html
+++ b/docs/templates/applications-ntp-template-chrony-accuracy-1/index.html
@@ -5,7 +5,7 @@
chrony_Monitoring
-
+
diff --git a/docs/templates/applications-ntp-template-chrony-accuracy-english/index.html b/docs/templates/applications-ntp-template-chrony-accuracy-english/index.html
index 5a1b76919..9363c95db 100644
--- a/docs/templates/applications-ntp-template-chrony-accuracy-english/index.html
+++ b/docs/templates/applications-ntp-template-chrony-accuracy-english/index.html
@@ -5,7 +5,7 @@
chrony_Monitoring
-
+
diff --git a/docs/templates/applications-ntp-template-chrony-accuracy-japanese/index.html b/docs/templates/applications-ntp-template-chrony-accuracy-japanese/index.html
index 2c396789b..277bd1ca6 100644
--- a/docs/templates/applications-ntp-template-chrony-accuracy-japanese/index.html
+++ b/docs/templates/applications-ntp-template-chrony-accuracy-japanese/index.html
@@ -5,7 +5,7 @@
chrony_Monitoring-Japanese
-
+
diff --git a/docs/templates/applications-ntp-template-chrony-accuracy/index.html b/docs/templates/applications-ntp-template-chrony-accuracy/index.html
index 4f36afd07..2b5459ee1 100644
--- a/docs/templates/applications-ntp-template-chrony-accuracy/index.html
+++ b/docs/templates/applications-ntp-template-chrony-accuracy/index.html
@@ -5,7 +5,7 @@
App Chrony Service
-
+
diff --git a/docs/templates/applications-ntp-template-ntp-accuracy-japanese/index.html b/docs/templates/applications-ntp-template-ntp-accuracy-japanese/index.html
index b463e6a1f..92e60ba61 100644
--- a/docs/templates/applications-ntp-template-ntp-accuracy-japanese/index.html
+++ b/docs/templates/applications-ntp-template-ntp-accuracy-japanese/index.html
@@ -5,7 +5,7 @@
NTP-remote-Japanese
-
+
diff --git a/docs/templates/applications-ntp-template-ntp-accuracy/index.html b/docs/templates/applications-ntp-template-ntp-accuracy/index.html
index 9c5af0c10..fe7af0230 100644
--- a/docs/templates/applications-ntp-template-ntp-accuracy/index.html
+++ b/docs/templates/applications-ntp-template-ntp-accuracy/index.html
@@ -5,7 +5,7 @@
NTP-remote
-
+
diff --git a/docs/templates/applications-others-template-e2guardian-4-1-x/index.html b/docs/templates/applications-others-template-e2guardian-4-1-x/index.html
index aa6434385..1f6a98198 100644
--- a/docs/templates/applications-others-template-e2guardian-4-1-x/index.html
+++ b/docs/templates/applications-others-template-e2guardian-4-1-x/index.html
@@ -5,7 +5,7 @@
App e2guardian - Active
-
+
diff --git a/docs/templates/applications-others-template-haproxy-v2-stats-via-prometheus/index.html b/docs/templates/applications-others-template-haproxy-v2-stats-via-prometheus/index.html
index afee91498..d6d0970a9 100644
--- a/docs/templates/applications-others-template-haproxy-v2-stats-via-prometheus/index.html
+++ b/docs/templates/applications-others-template-haproxy-v2-stats-via-prometheus/index.html
@@ -5,7 +5,7 @@
_T_Zbx_Lin_HAPROXY2_stats_Prometheus
-
+
diff --git a/docs/templates/applications-others-template-needrestart/index.html b/docs/templates/applications-others-template-needrestart/index.html
index 1745bae2f..c516337bb 100644
--- a/docs/templates/applications-others-template-needrestart/index.html
+++ b/docs/templates/applications-others-template-needrestart/index.html
@@ -5,7 +5,7 @@
App Needrestart
-
+
diff --git a/docs/templates/applications-others-template-okta-ad-agent-status/index.html b/docs/templates/applications-others-template-okta-ad-agent-status/index.html
index edce64fcc..9e83e49b4 100644
--- a/docs/templates/applications-others-template-okta-ad-agent-status/index.html
+++ b/docs/templates/applications-others-template-okta-ad-agent-status/index.html
@@ -5,7 +5,7 @@
OKTA AD Agent Healthcheck
-
+
diff --git a/docs/templates/applications-others-template-openvpn-for-thevpncompany/index.html b/docs/templates/applications-others-template-openvpn-for-thevpncompany/index.html
index b7f2d8c1c..b4fc33545 100644
--- a/docs/templates/applications-others-template-openvpn-for-thevpncompany/index.html
+++ b/docs/templates/applications-others-template-openvpn-for-thevpncompany/index.html
@@ -5,7 +5,7 @@
OpenVPN
-
+
diff --git a/docs/templates/applications-others-template-sap-process/index.html b/docs/templates/applications-others-template-sap-process/index.html
index 63a8a3dec..546bd7721 100644
--- a/docs/templates/applications-others-template-sap-process/index.html
+++ b/docs/templates/applications-others-template-sap-process/index.html
@@ -5,7 +5,7 @@
SAP Availability Linux
-
+
diff --git a/docs/templates/applications-others-template-tacacs-service/index.html b/docs/templates/applications-others-template-tacacs-service/index.html
index 7b5323f69..7ec5225cb 100644
--- a/docs/templates/applications-others-template-tacacs-service/index.html
+++ b/docs/templates/applications-others-template-tacacs-service/index.html
@@ -5,7 +5,7 @@
App TACACS Service
-
+
diff --git a/docs/templates/applications-others-template-trassir-cctv-dvr-sdk/index.html b/docs/templates/applications-others-template-trassir-cctv-dvr-sdk/index.html
index 70bbf66ea..6b8e19e58 100644
--- a/docs/templates/applications-others-template-trassir-cctv-dvr-sdk/index.html
+++ b/docs/templates/applications-others-template-trassir-cctv-dvr-sdk/index.html
@@ -5,7 +5,7 @@
Template Module ICMP Ping
-
+
diff --git a/docs/templates/applications-others-template-wireguard-vpn/index.html b/docs/templates/applications-others-template-wireguard-vpn/index.html
index 967b08de4..ef5e781f6 100644
--- a/docs/templates/applications-others-template-wireguard-vpn/index.html
+++ b/docs/templates/applications-others-template-wireguard-vpn/index.html
@@ -5,7 +5,7 @@
App WireGuard
-
+
diff --git a/docs/templates/applications-others-template-zabbix-zookeper/index.html b/docs/templates/applications-others-template-zabbix-zookeper/index.html
index bfde5085b..161eef1d2 100644
--- a/docs/templates/applications-others-template-zabbix-zookeper/index.html
+++ b/docs/templates/applications-others-template-zabbix-zookeper/index.html
@@ -5,7 +5,7 @@
App Zookeeper
-
+
diff --git a/docs/templates/applications-queue-managers-template-activemq-jmx-discovery/index.html b/docs/templates/applications-queue-managers-template-activemq-jmx-discovery/index.html
index faa4d44c7..6774464f9 100644
--- a/docs/templates/applications-queue-managers-template-activemq-jmx-discovery/index.html
+++ b/docs/templates/applications-queue-managers-template-activemq-jmx-discovery/index.html
@@ -5,7 +5,7 @@
JMX ActiveMQ
-
+
diff --git a/docs/templates/applications-queue-managers-template-activemq-jmx/index.html b/docs/templates/applications-queue-managers-template-activemq-jmx/index.html
index 9110f5903..4a86d347e 100644
--- a/docs/templates/applications-queue-managers-template-activemq-jmx/index.html
+++ b/docs/templates/applications-queue-managers-template-activemq-jmx/index.html
@@ -5,7 +5,7 @@
App ActiveMQ JMX
-
+
diff --git a/docs/templates/applications-queue-managers-template-kafka-jmx-discovery/index.html b/docs/templates/applications-queue-managers-template-kafka-jmx-discovery/index.html
index f69c35496..823600a91 100644
--- a/docs/templates/applications-queue-managers-template-kafka-jmx-discovery/index.html
+++ b/docs/templates/applications-queue-managers-template-kafka-jmx-discovery/index.html
@@ -5,7 +5,7 @@
App Kafka
-
+
diff --git a/docs/templates/applications-security-template-canary-files-monitoring/index.html b/docs/templates/applications-security-template-canary-files-monitoring/index.html
index c95cb2270..e53345eda 100644
--- a/docs/templates/applications-security-template-canary-files-monitoring/index.html
+++ b/docs/templates/applications-security-template-canary-files-monitoring/index.html
@@ -5,7 +5,7 @@
Canary
-
+
diff --git a/docs/templates/applications-security-template-cve-2016-0728-check/index.html b/docs/templates/applications-security-template-cve-2016-0728-check/index.html
index 07251eaed..2e407f065 100644
--- a/docs/templates/applications-security-template-cve-2016-0728-check/index.html
+++ b/docs/templates/applications-security-template-cve-2016-0728-check/index.html
@@ -5,7 +5,7 @@
cve-2016-0728
-
+
diff --git a/docs/templates/applications-security-template-devline-windows-monitoring-cctv/index.html b/docs/templates/applications-security-template-devline-windows-monitoring-cctv/index.html
index 4c3bd2103..362125b48 100644
--- a/docs/templates/applications-security-template-devline-windows-monitoring-cctv/index.html
+++ b/docs/templates/applications-security-template-devline-windows-monitoring-cctv/index.html
@@ -5,7 +5,7 @@
DEVLINE
-
+
diff --git a/docs/templates/applications-template-apache-2-web-server-http-item/index.html b/docs/templates/applications-template-apache-2-web-server-http-item/index.html
index ae39dfbfe..bea95b757 100644
--- a/docs/templates/applications-template-apache-2-web-server-http-item/index.html
+++ b/docs/templates/applications-template-apache-2-web-server-http-item/index.html
@@ -5,7 +5,7 @@
App Apache2
-
+
diff --git a/docs/templates/applications-template-cisco-ironport-email-and-web-security/index.html b/docs/templates/applications-template-cisco-ironport-email-and-web-security/index.html
index a4d1ae5d9..c71cea4d5 100644
--- a/docs/templates/applications-template-cisco-ironport-email-and-web-security/index.html
+++ b/docs/templates/applications-template-cisco-ironport-email-and-web-security/index.html
@@ -5,7 +5,7 @@
ESA-CISCO
-
+
diff --git a/docs/templates/applications-template-citrix-licensing/index.html b/docs/templates/applications-template-citrix-licensing/index.html
index 43ab7b9f8..384bc601d 100644
--- a/docs/templates/applications-template-citrix-licensing/index.html
+++ b/docs/templates/applications-template-citrix-licensing/index.html
@@ -5,7 +5,7 @@
App Citrix License Sever
-
+
diff --git a/docs/templates/applications-template-citrix-xendesktop-7-15-delivery-controller/index.html b/docs/templates/applications-template-citrix-xendesktop-7-15-delivery-controller/index.html
index bc87d3a90..ca547c334 100644
--- a/docs/templates/applications-template-citrix-xendesktop-7-15-delivery-controller/index.html
+++ b/docs/templates/applications-template-citrix-xendesktop-7-15-delivery-controller/index.html
@@ -5,7 +5,7 @@
C24_CVAD-715_Broker_v1.00
-
+
diff --git a/docs/templates/applications-template-citrix-xendesktop-license-server/index.html b/docs/templates/applications-template-citrix-xendesktop-license-server/index.html
index fed434cd2..32903d41e 100644
--- a/docs/templates/applications-template-citrix-xendesktop-license-server/index.html
+++ b/docs/templates/applications-template-citrix-xendesktop-license-server/index.html
@@ -5,7 +5,7 @@
C24_CVAD-715_CTXLicServer_v1.00
-
+
diff --git a/docs/templates/applications-template-covid19-monitoring-updated/index.html b/docs/templates/applications-template-covid19-monitoring-updated/index.html
index c695f4c98..8b046bbab 100644
--- a/docs/templates/applications-template-covid19-monitoring-updated/index.html
+++ b/docs/templates/applications-template-covid19-monitoring-updated/index.html
@@ -5,7 +5,7 @@
Covid19
-
+
diff --git a/docs/templates/applications-template-elasticsearch/index.html b/docs/templates/applications-template-elasticsearch/index.html
index 153812ce4..d8c0ce84b 100644
--- a/docs/templates/applications-template-elasticsearch/index.html
+++ b/docs/templates/applications-template-elasticsearch/index.html
@@ -5,7 +5,7 @@
App Elasticsearch Cluster new
-
+
diff --git a/docs/templates/applications-template-emq-mqtt/index.html b/docs/templates/applications-template-emq-mqtt/index.html
index d0ae5c278..ad4cb89af 100644
--- a/docs/templates/applications-template-emq-mqtt/index.html
+++ b/docs/templates/applications-template-emq-mqtt/index.html
@@ -5,7 +5,7 @@
App EMQTT Service
-
+
diff --git a/docs/templates/applications-template-eocortex-vms/index.html b/docs/templates/applications-template-eocortex-vms/index.html
index 3a11bf0cf..94afb2694 100644
--- a/docs/templates/applications-template-eocortex-vms/index.html
+++ b/docs/templates/applications-template-eocortex-vms/index.html
@@ -5,7 +5,7 @@
Eocortex
-
+
diff --git a/docs/templates/applications-template-exchange-2016/index.html b/docs/templates/applications-template-exchange-2016/index.html
index b4166cbd7..c47ce382b 100644
--- a/docs/templates/applications-template-exchange-2016/index.html
+++ b/docs/templates/applications-template-exchange-2016/index.html
@@ -5,7 +5,7 @@
Microsoft Exchange Server 2016
-
+
diff --git a/docs/templates/applications-template-focco/index.html b/docs/templates/applications-template-focco/index.html
index 61b7af52d..993772249 100644
--- a/docs/templates/applications-template-focco/index.html
+++ b/docs/templates/applications-template-focco/index.html
@@ -5,7 +5,7 @@
Focco
-
+
diff --git a/docs/templates/applications-template-hpe-oneview/index.html b/docs/templates/applications-template-hpe-oneview/index.html
index 0714f1f4c..820f7bb9f 100644
--- a/docs/templates/applications-template-hpe-oneview/index.html
+++ b/docs/templates/applications-template-hpe-oneview/index.html
@@ -5,7 +5,7 @@
HPE OneView
-
+
diff --git a/docs/templates/applications-template-internet-speed-test/index.html b/docs/templates/applications-template-internet-speed-test/index.html
index d23b8d964..604cb1f71 100644
--- a/docs/templates/applications-template-internet-speed-test/index.html
+++ b/docs/templates/applications-template-internet-speed-test/index.html
@@ -5,7 +5,7 @@
SpeedTest
-
+
diff --git a/docs/templates/applications-template-lighttpd/index.html b/docs/templates/applications-template-lighttpd/index.html
index 579116e88..ed11f06eb 100644
--- a/docs/templates/applications-template-lighttpd/index.html
+++ b/docs/templates/applications-template-lighttpd/index.html
@@ -5,7 +5,7 @@
App Lighttpd by Zabbix Agent
-
+
diff --git a/docs/templates/applications-template-lld-olt-zte/index.html b/docs/templates/applications-template-lld-olt-zte/index.html
index 45edb129a..49cad5727 100644
--- a/docs/templates/applications-template-lld-olt-zte/index.html
+++ b/docs/templates/applications-template-lld-olt-zte/index.html
@@ -5,7 +5,7 @@
LLD OLT ZTE
-
+
diff --git a/docs/templates/applications-template-logstash/index.html b/docs/templates/applications-template-logstash/index.html
index ac3be9971..8856bd379 100644
--- a/docs/templates/applications-template-logstash/index.html
+++ b/docs/templates/applications-template-logstash/index.html
@@ -5,7 +5,7 @@
App Logstash
-
+
diff --git a/docs/templates/applications-template-mariadb-database-partition-monitoring/index.html b/docs/templates/applications-template-mariadb-database-partition-monitoring/index.html
index f056c109f..fe6e3a0dd 100644
--- a/docs/templates/applications-template-mariadb-database-partition-monitoring/index.html
+++ b/docs/templates/applications-template-mariadb-database-partition-monitoring/index.html
@@ -5,7 +5,7 @@
Zabbix DB Partitions
-
+
diff --git a/docs/templates/applications-template-mdaemon/index.html b/docs/templates/applications-template-mdaemon/index.html
index da6365ee8..e3579665a 100644
--- a/docs/templates/applications-template-mdaemon/index.html
+++ b/docs/templates/applications-template-mdaemon/index.html
@@ -5,7 +5,7 @@
App MDaemon
-
+
diff --git a/docs/templates/applications-template-mqtt-mosquitto-broker-monitoring/index.html b/docs/templates/applications-template-mqtt-mosquitto-broker-monitoring/index.html
index 2161969b5..00fd1293e 100644
--- a/docs/templates/applications-template-mqtt-mosquitto-broker-monitoring/index.html
+++ b/docs/templates/applications-template-mqtt-mosquitto-broker-monitoring/index.html
@@ -5,7 +5,7 @@
App MQTT Service
-
+
diff --git a/docs/templates/applications-template-netbackup/index.html b/docs/templates/applications-template-netbackup/index.html
index a4937de26..88e916dd1 100644
--- a/docs/templates/applications-template-netbackup/index.html
+++ b/docs/templates/applications-template-netbackup/index.html
@@ -5,7 +5,7 @@
Netbackup
-
+
diff --git a/docs/templates/applications-template-nginx-plus/index.html b/docs/templates/applications-template-nginx-plus/index.html
index 2edcbe74b..0ff48fe84 100644
--- a/docs/templates/applications-template-nginx-plus/index.html
+++ b/docs/templates/applications-template-nginx-plus/index.html
@@ -5,7 +5,7 @@
App Nginx Plus
-
+
diff --git a/docs/templates/applications-template-olt-zte-c320/index.html b/docs/templates/applications-template-olt-zte-c320/index.html
index 68bda43fc..f0abbbfa6 100644
--- a/docs/templates/applications-template-olt-zte-c320/index.html
+++ b/docs/templates/applications-template-olt-zte-c320/index.html
@@ -5,7 +5,7 @@
OLT ZTE C320
-
+
diff --git a/docs/templates/applications-template-pi-hole-api/index.html b/docs/templates/applications-template-pi-hole-api/index.html
index 6ae55d8e4..1c3c4e2ad 100644
--- a/docs/templates/applications-template-pi-hole-api/index.html
+++ b/docs/templates/applications-template-pi-hole-api/index.html
@@ -5,7 +5,7 @@
App Pi-Hole
-
+
diff --git a/docs/templates/applications-template-plesk-obsidian-active/index.html b/docs/templates/applications-template-plesk-obsidian-active/index.html
index 5d3d414e0..72e5c0df2 100644
--- a/docs/templates/applications-template-plesk-obsidian-active/index.html
+++ b/docs/templates/applications-template-plesk-obsidian-active/index.html
@@ -5,7 +5,7 @@
CustomApp Plesk
-
+
diff --git a/docs/templates/applications-template-qbittorrent/index.html b/docs/templates/applications-template-qbittorrent/index.html
index a43d4c8f7..9c0880eac 100644
--- a/docs/templates/applications-template-qbittorrent/index.html
+++ b/docs/templates/applications-template-qbittorrent/index.html
@@ -5,7 +5,7 @@
qBittorrent
-
+
diff --git a/docs/templates/applications-template-rocket-chat-statistics/index.html b/docs/templates/applications-template-rocket-chat-statistics/index.html
index 833283c09..917aeb808 100644
--- a/docs/templates/applications-template-rocket-chat-statistics/index.html
+++ b/docs/templates/applications-template-rocket-chat-statistics/index.html
@@ -5,7 +5,7 @@
App Rocket Chat
-
+
diff --git a/docs/templates/applications-template-s-emby/index.html b/docs/templates/applications-template-s-emby/index.html
index 513d6be4f..685a8b6ac 100644
--- a/docs/templates/applications-template-s-emby/index.html
+++ b/docs/templates/applications-template-s-emby/index.html
@@ -5,7 +5,7 @@
Emby
-
+
diff --git a/docs/templates/applications-template-secure64-dns-snmp/index.html b/docs/templates/applications-template-secure64-dns-snmp/index.html
index 6b50b40e2..61a2dbbfe 100644
--- a/docs/templates/applications-template-secure64-dns-snmp/index.html
+++ b/docs/templates/applications-template-secure64-dns-snmp/index.html
@@ -5,7 +5,7 @@
App Secure64 SNMP
-
+
diff --git a/docs/templates/applications-template-ups-hds/index.html b/docs/templates/applications-template-ups-hds/index.html
index fd89b3711..df0419876 100644
--- a/docs/templates/applications-template-ups-hds/index.html
+++ b/docs/templates/applications-template-ups-hds/index.html
@@ -5,7 +5,7 @@
UPS HDS
-
+
diff --git a/docs/templates/applications-template-varnish/index.html b/docs/templates/applications-template-varnish/index.html
index 40a336033..39cdf3fbf 100644
--- a/docs/templates/applications-template-varnish/index.html
+++ b/docs/templates/applications-template-varnish/index.html
@@ -5,7 +5,7 @@
App Varnish by Zabbix agent
-
+
diff --git a/docs/templates/applications-template-weblogic-health-check-jmx/index.html b/docs/templates/applications-template-weblogic-health-check-jmx/index.html
index ac169fbf0..01516d8c3 100644
--- a/docs/templates/applications-template-weblogic-health-check-jmx/index.html
+++ b/docs/templates/applications-template-weblogic-health-check-jmx/index.html
@@ -5,7 +5,7 @@
WeblogicHealth
-
+
diff --git a/docs/templates/applications-template-wildfly-eap-jboss-discovery/index.html b/docs/templates/applications-template-wildfly-eap-jboss-discovery/index.html
index 8de288263..6ac5bd237 100644
--- a/docs/templates/applications-template-wildfly-eap-jboss-discovery/index.html
+++ b/docs/templates/applications-template-wildfly-eap-jboss-discovery/index.html
@@ -5,7 +5,7 @@
JMX Wildlfy
-
+
diff --git a/docs/templates/applications-template-zabbix-apt/index.html b/docs/templates/applications-template-zabbix-apt/index.html
index 2c0637f69..9bad0bb91 100644
--- a/docs/templates/applications-template-zabbix-apt/index.html
+++ b/docs/templates/applications-template-zabbix-apt/index.html
@@ -5,7 +5,7 @@
APT Debian
-
+
diff --git a/docs/templates/applications-tv-broadcasting-template-service-hls/index.html b/docs/templates/applications-tv-broadcasting-template-service-hls/index.html
index df5823375..3bb7b4071 100644
--- a/docs/templates/applications-tv-broadcasting-template-service-hls/index.html
+++ b/docs/templates/applications-tv-broadcasting-template-service-hls/index.html
@@ -5,7 +5,7 @@
Service HLS
-
+
diff --git a/docs/templates/applications-tv-broadcasting-template-vizrt-viz-engine-snmp/index.html b/docs/templates/applications-tv-broadcasting-template-vizrt-viz-engine-snmp/index.html
index 8cd7eba14..48f6c6a24 100644
--- a/docs/templates/applications-tv-broadcasting-template-vizrt-viz-engine-snmp/index.html
+++ b/docs/templates/applications-tv-broadcasting-template-vizrt-viz-engine-snmp/index.html
@@ -5,7 +5,7 @@
Vizrt SNMP
-
+
diff --git a/docs/templates/applications-web-servers-template-apache-http-server/index.html b/docs/templates/applications-web-servers-template-apache-http-server/index.html
index 2e4e04dae..4c79b198e 100644
--- a/docs/templates/applications-web-servers-template-apache-http-server/index.html
+++ b/docs/templates/applications-web-servers-template-apache-http-server/index.html
@@ -5,7 +5,7 @@
Apache
-
+
diff --git a/docs/templates/applications-web-servers-template-apache-solr-statistics-via-json/index.html b/docs/templates/applications-web-servers-template-apache-solr-statistics-via-json/index.html
index ee2073cc5..f41e1bca3 100644
--- a/docs/templates/applications-web-servers-template-apache-solr-statistics-via-json/index.html
+++ b/docs/templates/applications-web-servers-template-apache-solr-statistics-via-json/index.html
@@ -5,7 +5,7 @@
App Solr
-
+
diff --git a/docs/templates/applications-web-servers-template-app-nginx-for-zabbix-3-4-x/index.html b/docs/templates/applications-web-servers-template-app-nginx-for-zabbix-3-4-x/index.html
index 8c0c4032f..f0c966aeb 100644
--- a/docs/templates/applications-web-servers-template-app-nginx-for-zabbix-3-4-x/index.html
+++ b/docs/templates/applications-web-servers-template-app-nginx-for-zabbix-3-4-x/index.html
@@ -5,7 +5,7 @@
App Nginx by Alex Gluck
-
+
diff --git a/docs/templates/applications-web-servers-template-domain-registration-expiration-and-ssl-certificates-check-lld/index.html b/docs/templates/applications-web-servers-template-domain-registration-expiration-and-ssl-certificates-check-lld/index.html
index 3b7799a47..b78f3a861 100644
--- a/docs/templates/applications-web-servers-template-domain-registration-expiration-and-ssl-certificates-check-lld/index.html
+++ b/docs/templates/applications-web-servers-template-domain-registration-expiration-and-ssl-certificates-check-lld/index.html
@@ -5,7 +5,7 @@
SSL check LLD
-
+
diff --git a/docs/templates/applications-web-servers-template-fcgi-stat-getter-monitor-php-fpm-without-nginx-proxy/index.html b/docs/templates/applications-web-servers-template-fcgi-stat-getter-monitor-php-fpm-without-nginx-proxy/index.html
index b42f7d126..5e52fd3c5 100644
--- a/docs/templates/applications-web-servers-template-fcgi-stat-getter-monitor-php-fpm-without-nginx-proxy/index.html
+++ b/docs/templates/applications-web-servers-template-fcgi-stat-getter-monitor-php-fpm-without-nginx-proxy/index.html
@@ -5,7 +5,7 @@
App PHP-FPM
-
+
diff --git a/docs/templates/applications-web-servers-template-microsoft-iis-7-5-8-0-8-5-and-10-services-ports-and-performance-counters/index.html b/docs/templates/applications-web-servers-template-microsoft-iis-7-5-8-0-8-5-and-10-services-ports-and-performance-counters/index.html
index c44ffb3bc..7b130819d 100644
--- a/docs/templates/applications-web-servers-template-microsoft-iis-7-5-8-0-8-5-and-10-services-ports-and-performance-counters/index.html
+++ b/docs/templates/applications-web-servers-template-microsoft-iis-7-5-8-0-8-5-and-10-services-ports-and-performance-counters/index.html
@@ -5,7 +5,7 @@
App IIS Service
-
+
diff --git a/docs/templates/applications-web-servers-template-microsoft-iis-8-8-5-10-for-rus-server/index.html b/docs/templates/applications-web-servers-template-microsoft-iis-8-8-5-10-for-rus-server/index.html
index 9d879a8f7..01bdf1285 100644
--- a/docs/templates/applications-web-servers-template-microsoft-iis-8-8-5-10-for-rus-server/index.html
+++ b/docs/templates/applications-web-servers-template-microsoft-iis-8-8-5-10-for-rus-server/index.html
@@ -5,7 +5,7 @@
App IIS Service_RUS
-
+
diff --git a/docs/templates/applications-web-servers-template-nginx-for-zabbix-3-4-x/index.html b/docs/templates/applications-web-servers-template-nginx-for-zabbix-3-4-x/index.html
index 2522ecb8d..cb2a1eda8 100644
--- a/docs/templates/applications-web-servers-template-nginx-for-zabbix-3-4-x/index.html
+++ b/docs/templates/applications-web-servers-template-nginx-for-zabbix-3-4-x/index.html
@@ -5,7 +5,7 @@
App Nginx by Alex Gluck
-
+
diff --git a/docs/templates/applications-web-servers-template-nginx-for-zabbix-4-0/index.html b/docs/templates/applications-web-servers-template-nginx-for-zabbix-4-0/index.html
index 54f2a600f..32d0dcce2 100644
--- a/docs/templates/applications-web-servers-template-nginx-for-zabbix-4-0/index.html
+++ b/docs/templates/applications-web-servers-template-nginx-for-zabbix-4-0/index.html
@@ -5,7 +5,7 @@
NGINX_http_agent
-
+
diff --git a/docs/templates/applications-web-servers-template-nginx-stat-getter-simple-check-for-nginx-stats/index.html b/docs/templates/applications-web-servers-template-nginx-stat-getter-simple-check-for-nginx-stats/index.html
index 64cf71d11..05336c5cc 100644
--- a/docs/templates/applications-web-servers-template-nginx-stat-getter-simple-check-for-nginx-stats/index.html
+++ b/docs/templates/applications-web-servers-template-nginx-stat-getter-simple-check-for-nginx-stats/index.html
@@ -5,7 +5,7 @@
App Nginx
-
+
diff --git a/docs/templates/applications-web-servers-template-ssllabs/index.html b/docs/templates/applications-web-servers-template-ssllabs/index.html
index 0d9a3873e..f4c0755e0 100644
--- a/docs/templates/applications-web-servers-template-ssllabs/index.html
+++ b/docs/templates/applications-web-servers-template-ssllabs/index.html
@@ -5,7 +5,7 @@
SSLLabs
-
+
diff --git a/docs/templates/applications-web-servers-template-zabbix-4-0-nginx-monitoring/index.html b/docs/templates/applications-web-servers-template-zabbix-4-0-nginx-monitoring/index.html
index a88d8c6b8..1fe069e8e 100644
--- a/docs/templates/applications-web-servers-template-zabbix-4-0-nginx-monitoring/index.html
+++ b/docs/templates/applications-web-servers-template-zabbix-4-0-nginx-monitoring/index.html
@@ -5,7 +5,7 @@
Nginx
-
+
diff --git a/docs/templates/applications-web-servers-template-zabbix-4-0-php-fpm-pools-lld-http-agent/index.html b/docs/templates/applications-web-servers-template-zabbix-4-0-php-fpm-pools-lld-http-agent/index.html
index 1d6b66d50..9ad076947 100644
--- a/docs/templates/applications-web-servers-template-zabbix-4-0-php-fpm-pools-lld-http-agent/index.html
+++ b/docs/templates/applications-web-servers-template-zabbix-4-0-php-fpm-pools-lld-http-agent/index.html
@@ -5,7 +5,7 @@
App PHP-FPM
-
+
diff --git a/docs/templates/cloud-aws-template-aws-cloudwatch-via-docker-wrapper-with-http-agent/index.html b/docs/templates/cloud-aws-template-aws-cloudwatch-via-docker-wrapper-with-http-agent/index.html
index 3c57bba0f..f2acd37b5 100644
--- a/docs/templates/cloud-aws-template-aws-cloudwatch-via-docker-wrapper-with-http-agent/index.html
+++ b/docs/templates/cloud-aws-template-aws-cloudwatch-via-docker-wrapper-with-http-agent/index.html
@@ -5,7 +5,7 @@
AWS CloudWatch via Docker Wrapper
-
+
diff --git a/docs/templates/cloud-template-nextcloud-monitoring-api/index.html b/docs/templates/cloud-template-nextcloud-monitoring-api/index.html
index 9150b654b..3ede719ea 100644
--- a/docs/templates/cloud-template-nextcloud-monitoring-api/index.html
+++ b/docs/templates/cloud-template-nextcloud-monitoring-api/index.html
@@ -5,7 +5,7 @@
App Nextcloud Monitoring API
-
+
diff --git a/docs/templates/databases-apache-ignite-template-ignite-jmx-with-instancename/index.html b/docs/templates/databases-apache-ignite-template-ignite-jmx-with-instancename/index.html
index 96f2f5033..4a0613a50 100644
--- a/docs/templates/databases-apache-ignite-template-ignite-jmx-with-instancename/index.html
+++ b/docs/templates/databases-apache-ignite-template-ignite-jmx-with-instancename/index.html
@@ -5,7 +5,7 @@
App Ignite JMX
-
+
diff --git a/docs/templates/databases-microsoft-sql-server-template-app-ms-sql-database-discovery-lld/index.html b/docs/templates/databases-microsoft-sql-server-template-app-ms-sql-database-discovery-lld/index.html
index 5be78e9e8..f36f2f5a2 100644
--- a/docs/templates/databases-microsoft-sql-server-template-app-ms-sql-database-discovery-lld/index.html
+++ b/docs/templates/databases-microsoft-sql-server-template-app-ms-sql-database-discovery-lld/index.html
@@ -5,7 +5,7 @@
App MS SQL DB Discovery
-
+
diff --git a/docs/templates/databases-microsoft-sql-server-template-app-ms-sql-instance-discovery-lld/index.html b/docs/templates/databases-microsoft-sql-server-template-app-ms-sql-instance-discovery-lld/index.html
index 5f992c9c6..151574de3 100644
--- a/docs/templates/databases-microsoft-sql-server-template-app-ms-sql-instance-discovery-lld/index.html
+++ b/docs/templates/databases-microsoft-sql-server-template-app-ms-sql-instance-discovery-lld/index.html
@@ -5,7 +5,7 @@
App MS SQL Instance Discovery
-
+
diff --git a/docs/templates/databases-mysql-template-mysql-windows-multiple-instances-monitoring/index.html b/docs/templates/databases-mysql-template-mysql-windows-multiple-instances-monitoring/index.html
index 5bfa3fdaf..5a2df41ce 100644
--- a/docs/templates/databases-mysql-template-mysql-windows-multiple-instances-monitoring/index.html
+++ b/docs/templates/databases-mysql-template-mysql-windows-multiple-instances-monitoring/index.html
@@ -5,7 +5,7 @@
Halley MySQL Python server mi passive
-
+
diff --git a/docs/templates/databases-oracle-template-3-0-for-pyora/index.html b/docs/templates/databases-oracle-template-3-0-for-pyora/index.html
index 5ae1d7aa2..ac8d2c758 100644
--- a/docs/templates/databases-oracle-template-3-0-for-pyora/index.html
+++ b/docs/templates/databases-oracle-template-3-0-for-pyora/index.html
@@ -5,7 +5,7 @@
Pyora active send
-
+
diff --git a/docs/templates/databases-oracle-template-oracle-db/index.html b/docs/templates/databases-oracle-template-oracle-db/index.html
index aeeb21f56..c75e1fd48 100644
--- a/docs/templates/databases-oracle-template-oracle-db/index.html
+++ b/docs/templates/databases-oracle-template-oracle-db/index.html
@@ -5,7 +5,7 @@
Oracle DB
-
+
diff --git a/docs/templates/databases-oracle-template-zabbix-oci-dbaas/index.html b/docs/templates/databases-oracle-template-zabbix-oci-dbaas/index.html
index 8bb32c06b..ef37c8b97 100644
--- a/docs/templates/databases-oracle-template-zabbix-oci-dbaas/index.html
+++ b/docs/templates/databases-oracle-template-zabbix-oci-dbaas/index.html
@@ -5,7 +5,7 @@
OCI_Dbaas
-
+
diff --git a/docs/templates/databases-others-template-app-elasticsearch-cluster-by-zabbix-agent/index.html b/docs/templates/databases-others-template-app-elasticsearch-cluster-by-zabbix-agent/index.html
index 912d55e4f..5415745c7 100644
--- a/docs/templates/databases-others-template-app-elasticsearch-cluster-by-zabbix-agent/index.html
+++ b/docs/templates/databases-others-template-app-elasticsearch-cluster-by-zabbix-agent/index.html
@@ -5,7 +5,7 @@
App Elasticsearch Cluster by Zabbix agent
-
+
diff --git a/docs/templates/databases-others-template-clickhouse/index.html b/docs/templates/databases-others-template-clickhouse/index.html
index 771edd722..1b1a2d1ea 100644
--- a/docs/templates/databases-others-template-clickhouse/index.html
+++ b/docs/templates/databases-others-template-clickhouse/index.html
@@ -5,7 +5,7 @@
Clickhouse
-
+
diff --git a/docs/templates/databases-template-coleta-sinal-sfp-mikrotik/index.html b/docs/templates/databases-template-coleta-sinal-sfp-mikrotik/index.html
index c59e76bdd..84c9f0a92 100644
--- a/docs/templates/databases-template-coleta-sinal-sfp-mikrotik/index.html
+++ b/docs/templates/databases-template-coleta-sinal-sfp-mikrotik/index.html
@@ -5,7 +5,7 @@
Sinal SFP Mikrotik
-
+
diff --git a/docs/templates/databases-template-elasticsearch-cluster-by-http-for-zabbix-4-2/index.html b/docs/templates/databases-template-elasticsearch-cluster-by-http-for-zabbix-4-2/index.html
index d1114c96a..3b9171df4 100644
--- a/docs/templates/databases-template-elasticsearch-cluster-by-http-for-zabbix-4-2/index.html
+++ b/docs/templates/databases-template-elasticsearch-cluster-by-http-for-zabbix-4-2/index.html
@@ -5,7 +5,7 @@
Elasticsearch Cluster by HTTP zbx 4.2
-
+
diff --git a/docs/templates/databases-template-postgres-odbc-database-monitoring/index.html b/docs/templates/databases-template-postgres-odbc-database-monitoring/index.html
index e96ee16cc..c6a9e6c9f 100644
--- a/docs/templates/databases-template-postgres-odbc-database-monitoring/index.html
+++ b/docs/templates/databases-template-postgres-odbc-database-monitoring/index.html
@@ -5,7 +5,7 @@
Postgres ODBC
-
+
diff --git a/docs/templates/databases-template-progress-datasul-totvs/index.html b/docs/templates/databases-template-progress-datasul-totvs/index.html
index e9f0d8740..0064ef5f2 100644
--- a/docs/templates/databases-template-progress-datasul-totvs/index.html
+++ b/docs/templates/databases-template-progress-datasul-totvs/index.html
@@ -5,7 +5,7 @@
Banco Progress Datasul
-
+
diff --git a/docs/templates/databases-template-twemproxy-nutcracker/index.html b/docs/templates/databases-template-twemproxy-nutcracker/index.html
index 222631a51..55202a83c 100644
--- a/docs/templates/databases-template-twemproxy-nutcracker/index.html
+++ b/docs/templates/databases-template-twemproxy-nutcracker/index.html
@@ -5,7 +5,7 @@
App Nutcracker
-
+
diff --git a/docs/templates/network-appliances-template-balabit-shell-control-box-snmp/index.html b/docs/templates/network-appliances-template-balabit-shell-control-box-snmp/index.html
index dd06441e9..279667407 100644
--- a/docs/templates/network-appliances-template-balabit-shell-control-box-snmp/index.html
+++ b/docs/templates/network-appliances-template-balabit-shell-control-box-snmp/index.html
@@ -5,7 +5,7 @@
BALABIT-SNMPv2-Shell_Control_Box
-
+
diff --git a/docs/templates/network-appliances-template-big-ip-f5-snmp/index.html b/docs/templates/network-appliances-template-big-ip-f5-snmp/index.html
index 05007228d..e672549e7 100644
--- a/docs/templates/network-appliances-template-big-ip-f5-snmp/index.html
+++ b/docs/templates/network-appliances-template-big-ip-f5-snmp/index.html
@@ -5,7 +5,7 @@
Device BigIP F5
-
+
diff --git a/docs/templates/network-appliances-template-bluecoat-proxyav/index.html b/docs/templates/network-appliances-template-bluecoat-proxyav/index.html
index 28581a60b..0ff82d506 100644
--- a/docs/templates/network-appliances-template-bluecoat-proxyav/index.html
+++ b/docs/templates/network-appliances-template-bluecoat-proxyav/index.html
@@ -5,7 +5,7 @@
App BlueCoat AV
-
+
diff --git a/docs/templates/network-appliances-template-bluecoat-proxysg/index.html b/docs/templates/network-appliances-template-bluecoat-proxysg/index.html
index c6153d5d4..845a2208f 100644
--- a/docs/templates/network-appliances-template-bluecoat-proxysg/index.html
+++ b/docs/templates/network-appliances-template-bluecoat-proxysg/index.html
@@ -5,7 +5,7 @@
App BlueCoat SG
-
+
diff --git a/docs/templates/network-appliances-template-checkpoint-vpn-1/index.html b/docs/templates/network-appliances-template-checkpoint-vpn-1/index.html
index fce707fd1..d71973adc 100644
--- a/docs/templates/network-appliances-template-checkpoint-vpn-1/index.html
+++ b/docs/templates/network-appliances-template-checkpoint-vpn-1/index.html
@@ -5,7 +5,7 @@
Checkpoint VPN-1
-
+
diff --git a/docs/templates/network-appliances-template-fiberhome-2020/index.html b/docs/templates/network-appliances-template-fiberhome-2020/index.html
index 50d091607..6257c3833 100644
--- a/docs/templates/network-appliances-template-fiberhome-2020/index.html
+++ b/docs/templates/network-appliances-template-fiberhome-2020/index.html
@@ -5,7 +5,7 @@
SNMP OLT FiberHome
-
+
diff --git a/docs/templates/network-appliances-template-mcafee-email-gateway/index.html b/docs/templates/network-appliances-template-mcafee-email-gateway/index.html
index fc2f0976a..cce6b7c18 100644
--- a/docs/templates/network-appliances-template-mcafee-email-gateway/index.html
+++ b/docs/templates/network-appliances-template-mcafee-email-gateway/index.html
@@ -5,7 +5,7 @@
SNMP McAfee Email Gateway
-
+
diff --git a/docs/templates/network-appliances-template-mikrotik-routeros/index.html b/docs/templates/network-appliances-template-mikrotik-routeros/index.html
index 28db562dc..01a7fdb04 100644
--- a/docs/templates/network-appliances-template-mikrotik-routeros/index.html
+++ b/docs/templates/network-appliances-template-mikrotik-routeros/index.html
@@ -5,7 +5,7 @@
Mikrotik RouterOS
-
+
diff --git a/docs/templates/network-appliances-template-mobotix-security-camera/index.html b/docs/templates/network-appliances-template-mobotix-security-camera/index.html
index 5afdde5cd..d0a5b5764 100644
--- a/docs/templates/network-appliances-template-mobotix-security-camera/index.html
+++ b/docs/templates/network-appliances-template-mobotix-security-camera/index.html
@@ -5,7 +5,7 @@
Mobotix Camera
-
+
diff --git a/docs/templates/network-appliances-template-nevis-proxy/index.html b/docs/templates/network-appliances-template-nevis-proxy/index.html
index 6f4259e51..cecd6859f 100644
--- a/docs/templates/network-appliances-template-nevis-proxy/index.html
+++ b/docs/templates/network-appliances-template-nevis-proxy/index.html
@@ -5,7 +5,7 @@
Nevis
-
+
diff --git a/docs/templates/network-appliances-template-quagga-bgp-sessions-monitor/index.html b/docs/templates/network-appliances-template-quagga-bgp-sessions-monitor/index.html
index ce7d4212d..4f449e74b 100644
--- a/docs/templates/network-appliances-template-quagga-bgp-sessions-monitor/index.html
+++ b/docs/templates/network-appliances-template-quagga-bgp-sessions-monitor/index.html
@@ -5,7 +5,7 @@
Quagga BGP
-
+
diff --git a/docs/templates/network-appliances-template-rittal-pdu-7955/index.html b/docs/templates/network-appliances-template-rittal-pdu-7955/index.html
index 4e0764868..7a75f10bb 100644
--- a/docs/templates/network-appliances-template-rittal-pdu-7955/index.html
+++ b/docs/templates/network-appliances-template-rittal-pdu-7955/index.html
@@ -5,7 +5,7 @@
Template Module Generic SNMP
-
+
diff --git a/docs/templates/network-appliances-template-snmp-firewall-kerio-control-lld-versao-0-1/index.html b/docs/templates/network-appliances-template-snmp-firewall-kerio-control-lld-versao-0-1/index.html
index 13969251b..f4085b47a 100644
--- a/docs/templates/network-appliances-template-snmp-firewall-kerio-control-lld-versao-0-1/index.html
+++ b/docs/templates/network-appliances-template-snmp-firewall-kerio-control-lld-versao-0-1/index.html
@@ -5,7 +5,7 @@
SNMP_FIREWALL_KERIO_CONTROL_LLD_VERSAO-1.0
-
+
diff --git a/docs/templates/network-appliances-template-snmp-firewall-kerio/index.html b/docs/templates/network-appliances-template-snmp-firewall-kerio/index.html
index 3af0ab577..380d9d3ba 100644
--- a/docs/templates/network-appliances-template-snmp-firewall-kerio/index.html
+++ b/docs/templates/network-appliances-template-snmp-firewall-kerio/index.html
@@ -5,7 +5,7 @@
SNMP_FIREWALL_KERIO_CONTROL_LLD_VERSAO-1.0
-
+
diff --git a/docs/templates/network-appliances-template-sophos-xg-firewall/index.html b/docs/templates/network-appliances-template-sophos-xg-firewall/index.html
index 74868f2a3..0051cb324 100644
--- a/docs/templates/network-appliances-template-sophos-xg-firewall/index.html
+++ b/docs/templates/network-appliances-template-sophos-xg-firewall/index.html
@@ -5,7 +5,7 @@
MIB XG-FIREWALL-MIB - sophos
-
+
diff --git a/docs/templates/network-appliances-template-speedtest-lan-monitoring/index.html b/docs/templates/network-appliances-template-speedtest-lan-monitoring/index.html
index 773952188..b284b3bfa 100644
--- a/docs/templates/network-appliances-template-speedtest-lan-monitoring/index.html
+++ b/docs/templates/network-appliances-template-speedtest-lan-monitoring/index.html
@@ -5,7 +5,7 @@
App Speedtest LAN
-
+
diff --git a/docs/templates/network-appliances-template-speedtest-wan-isp-monitoring/index.html b/docs/templates/network-appliances-template-speedtest-wan-isp-monitoring/index.html
index 8432606df..65cc0ea50 100644
--- a/docs/templates/network-appliances-template-speedtest-wan-isp-monitoring/index.html
+++ b/docs/templates/network-appliances-template-speedtest-wan-isp-monitoring/index.html
@@ -5,7 +5,7 @@
App Speedtest WAN
-
+
diff --git a/docs/templates/network-devices-a10-template-a10-ax-series/index.html b/docs/templates/network-devices-a10-template-a10-ax-series/index.html
index 63b82208c..e9271972e 100644
--- a/docs/templates/network-devices-a10-template-a10-ax-series/index.html
+++ b/docs/templates/network-devices-a10-template-a10-ax-series/index.html
@@ -5,7 +5,7 @@
A10_AX_Series
-
+
diff --git a/docs/templates/network-devices-alcatel-lucent-enterprise-template-alcatel-lucent-enterprise-omniswitch-aos-release-6-x/index.html b/docs/templates/network-devices-alcatel-lucent-enterprise-template-alcatel-lucent-enterprise-omniswitch-aos-release-6-x/index.html
index 306349f12..ee7f5e333 100644
--- a/docs/templates/network-devices-alcatel-lucent-enterprise-template-alcatel-lucent-enterprise-omniswitch-aos-release-6-x/index.html
+++ b/docs/templates/network-devices-alcatel-lucent-enterprise-template-alcatel-lucent-enterprise-omniswitch-aos-release-6-x/index.html
@@ -5,7 +5,7 @@
Alcatel-Lucent Enterprise OmniSwitch AOS 6.x
-
+
diff --git a/docs/templates/network-devices-alcatel-lucent-enterprise-template-alcatel-lucent-enterprise-omniswitch-aos-release-8-x/index.html b/docs/templates/network-devices-alcatel-lucent-enterprise-template-alcatel-lucent-enterprise-omniswitch-aos-release-8-x/index.html
index d59bfb3e8..c534ba2de 100644
--- a/docs/templates/network-devices-alcatel-lucent-enterprise-template-alcatel-lucent-enterprise-omniswitch-aos-release-8-x/index.html
+++ b/docs/templates/network-devices-alcatel-lucent-enterprise-template-alcatel-lucent-enterprise-omniswitch-aos-release-8-x/index.html
@@ -5,7 +5,7 @@
Alcatel-Lucent Enterprise OmniSwitch AOS 8.x
-
+
diff --git a/docs/templates/network-devices-arista-template-arista-snmpv2-bgp4/index.html b/docs/templates/network-devices-arista-template-arista-snmpv2-bgp4/index.html
index 1e21cad8f..3f2c115e4 100644
--- a/docs/templates/network-devices-arista-template-arista-snmpv2-bgp4/index.html
+++ b/docs/templates/network-devices-arista-template-arista-snmpv2-bgp4/index.html
@@ -5,7 +5,7 @@
SNMP Arista BGP4
-
+
diff --git a/docs/templates/network-devices-aruba-template-aruba-2930f-m-vsf-and-stacking-module/index.html b/docs/templates/network-devices-aruba-template-aruba-2930f-m-vsf-and-stacking-module/index.html
index 89a77ff5d..4f1daaf90 100644
--- a/docs/templates/network-devices-aruba-template-aruba-2930f-m-vsf-and-stacking-module/index.html
+++ b/docs/templates/network-devices-aruba-template-aruba-2930f-m-vsf-and-stacking-module/index.html
@@ -5,7 +5,7 @@
HPE_Module Aruba 2930 VSF or Stacking
-
+
diff --git a/docs/templates/network-devices-brocade-template-brocade-fc-3-0-1/index.html b/docs/templates/network-devices-brocade-template-brocade-fc-3-0-1/index.html
index e718c0142..e6243acd1 100644
--- a/docs/templates/network-devices-brocade-template-brocade-fc-3-0-1/index.html
+++ b/docs/templates/network-devices-brocade-template-brocade-fc-3-0-1/index.html
@@ -5,7 +5,7 @@
KHP-BROCADE-FC-PORT
-
+
diff --git a/docs/templates/network-devices-brocade-template-brocade-icx-mlx-fcx/index.html b/docs/templates/network-devices-brocade-template-brocade-icx-mlx-fcx/index.html
index 50773cf11..614c4dcb6 100644
--- a/docs/templates/network-devices-brocade-template-brocade-icx-mlx-fcx/index.html
+++ b/docs/templates/network-devices-brocade-template-brocade-icx-mlx-fcx/index.html
@@ -5,7 +5,7 @@
SNMP Brocade
-
+
diff --git a/docs/templates/network-devices-brocade-template-fiber-channel-switch-brocade-300/index.html b/docs/templates/network-devices-brocade-template-fiber-channel-switch-brocade-300/index.html
index de6d85180..21b710b39 100644
--- a/docs/templates/network-devices-brocade-template-fiber-channel-switch-brocade-300/index.html
+++ b/docs/templates/network-devices-brocade-template-fiber-channel-switch-brocade-300/index.html
@@ -5,7 +5,7 @@
BROCADE FIBER CHANNEL SWITCH
-
+
diff --git a/docs/templates/network-devices-checkpoint-template-checkpoint-fw-1-interfaces/index.html b/docs/templates/network-devices-checkpoint-template-checkpoint-fw-1-interfaces/index.html
index 042c6c71f..c561e4678 100644
--- a/docs/templates/network-devices-checkpoint-template-checkpoint-fw-1-interfaces/index.html
+++ b/docs/templates/network-devices-checkpoint-template-checkpoint-fw-1-interfaces/index.html
@@ -5,7 +5,7 @@
CheckPoint FW-1 Interfaces
-
+
diff --git a/docs/templates/network-devices-checkpoint-template-checkpoint-fw-1/index.html b/docs/templates/network-devices-checkpoint-template-checkpoint-fw-1/index.html
index be451bcf3..bfa7b6632 100644
--- a/docs/templates/network-devices-checkpoint-template-checkpoint-fw-1/index.html
+++ b/docs/templates/network-devices-checkpoint-template-checkpoint-fw-1/index.html
@@ -5,7 +5,7 @@
CheckPoint FW-1
-
+
diff --git a/docs/templates/network-devices-checkpoint-template-checkpoint/index.html b/docs/templates/network-devices-checkpoint-template-checkpoint/index.html
index 00f27f04b..4c9668ff8 100644
--- a/docs/templates/network-devices-checkpoint-template-checkpoint/index.html
+++ b/docs/templates/network-devices-checkpoint-template-checkpoint/index.html
@@ -5,7 +5,7 @@
CheckPoint SNMP
-
+
diff --git a/docs/templates/network-devices-cisco-template-ap-cisco-wap4410n-e/index.html b/docs/templates/network-devices-cisco-template-ap-cisco-wap4410n-e/index.html
index 711d19c1f..67f70fdc4 100644
--- a/docs/templates/network-devices-cisco-template-ap-cisco-wap4410n-e/index.html
+++ b/docs/templates/network-devices-cisco-template-ap-cisco-wap4410n-e/index.html
@@ -5,7 +5,7 @@
Cisco WAP4410N
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-1900/index.html b/docs/templates/network-devices-cisco-template-cisco-1900/index.html
index 79df8bf51..08cc0e76e 100644
--- a/docs/templates/network-devices-cisco-template-cisco-1900/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-1900/index.html
@@ -5,7 +5,7 @@
Cisco_1900
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-2960/index.html b/docs/templates/network-devices-cisco-template-cisco-2960/index.html
index cc6634bc7..4ba0e7947 100644
--- a/docs/templates/network-devices-cisco-template-cisco-2960/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-2960/index.html
@@ -5,7 +5,7 @@
Cisco General
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-3500/index.html b/docs/templates/network-devices-cisco-template-cisco-3500/index.html
index 0472ecbf7..cc8f321da 100644
--- a/docs/templates/network-devices-cisco-template-cisco-3500/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-3500/index.html
@@ -5,7 +5,7 @@
Cisco General
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-6500/index.html b/docs/templates/network-devices-cisco-template-cisco-6500/index.html
index 5e07afab7..76521704b 100644
--- a/docs/templates/network-devices-cisco-template-cisco-6500/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-6500/index.html
@@ -5,7 +5,7 @@
Cisco General
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-7200/index.html b/docs/templates/network-devices-cisco-template-cisco-7200/index.html
index b7f03d8c1..7f2c647cb 100644
--- a/docs/templates/network-devices-cisco-template-cisco-7200/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-7200/index.html
@@ -5,7 +5,7 @@
Cisco General
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-7513/index.html b/docs/templates/network-devices-cisco-template-cisco-7513/index.html
index dd013423a..73f26d71c 100644
--- a/docs/templates/network-devices-cisco-template-cisco-7513/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-7513/index.html
@@ -5,7 +5,7 @@
Cisco General
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-7600-health-snmp/index.html b/docs/templates/network-devices-cisco-template-cisco-7600-health-snmp/index.html
index 11f83da49..7a937ed14 100644
--- a/docs/templates/network-devices-cisco-template-cisco-7600-health-snmp/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-7600-health-snmp/index.html
@@ -5,7 +5,7 @@
Cisco 7600 Health SNMP
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-7600/index.html b/docs/templates/network-devices-cisco-template-cisco-7600/index.html
index 40edde473..88113631e 100644
--- a/docs/templates/network-devices-cisco-template-cisco-7600/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-7600/index.html
@@ -5,7 +5,7 @@
Cisco General
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-asa-515/index.html b/docs/templates/network-devices-cisco-template-cisco-asa-515/index.html
index a6acda255..a6c35d98b 100644
--- a/docs/templates/network-devices-cisco-template-cisco-asa-515/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-asa-515/index.html
@@ -5,7 +5,7 @@
Cisco ASA 515
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-asa-discovery/index.html b/docs/templates/network-devices-cisco-template-cisco-asa-discovery/index.html
index c77fd62e6..7e8333483 100644
--- a/docs/templates/network-devices-cisco-template-cisco-asa-discovery/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-asa-discovery/index.html
@@ -5,7 +5,7 @@
Cisco ASA Discovery
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-asa/index.html b/docs/templates/network-devices-cisco-template-cisco-asa/index.html
index deb3c16f5..997654fc6 100644
--- a/docs/templates/network-devices-cisco-template-cisco-asa/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-asa/index.html
@@ -5,7 +5,7 @@
Cisco ASA
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-asr-9k/index.html b/docs/templates/network-devices-cisco-template-cisco-asr-9k/index.html
index b144e69a8..e8b956006 100644
--- a/docs/templates/network-devices-cisco-template-cisco-asr-9k/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-asr-9k/index.html
@@ -5,7 +5,7 @@
Cisco General
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-asr1006/index.html b/docs/templates/network-devices-cisco-template-cisco-asr1006/index.html
index 3881c4e22..8c8b83a26 100644
--- a/docs/templates/network-devices-cisco-template-cisco-asr1006/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-asr1006/index.html
@@ -5,7 +5,7 @@
Cisco General
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-asr9k-health/index.html b/docs/templates/network-devices-cisco-template-cisco-asr9k-health/index.html
index accaf747c..39164a560 100644
--- a/docs/templates/network-devices-cisco-template-cisco-asr9k-health/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-asr9k-health/index.html
@@ -5,7 +5,7 @@
Cisco ASR 9K Health SNMP
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-asr9k-optical-monitoring/index.html b/docs/templates/network-devices-cisco-template-cisco-asr9k-optical-monitoring/index.html
index 6a25d795b..e27b2fa18 100644
--- a/docs/templates/network-devices-cisco-template-cisco-asr9k-optical-monitoring/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-asr9k-optical-monitoring/index.html
@@ -5,7 +5,7 @@
ZBX-CISCO-ASR9001-OPTICAL-MONITORING
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-bgp-snmp/index.html b/docs/templates/network-devices-cisco-template-cisco-bgp-snmp/index.html
index 852a42a74..5bd3d4140 100644
--- a/docs/templates/network-devices-cisco-template-cisco-bgp-snmp/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-bgp-snmp/index.html
@@ -5,7 +5,7 @@
Cisco BGP SNMP
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-configuration/index.html b/docs/templates/network-devices-cisco-template-cisco-configuration/index.html
index 8f9d068f6..f0a2e6a0d 100644
--- a/docs/templates/network-devices-cisco-template-cisco-configuration/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-configuration/index.html
@@ -5,7 +5,7 @@
SNMP Cisco Configuration
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-ip-sla-discovery-1/index.html b/docs/templates/network-devices-cisco-template-cisco-ip-sla-discovery-1/index.html
index 8e668e832..64d514d5d 100644
--- a/docs/templates/network-devices-cisco-template-cisco-ip-sla-discovery-1/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-ip-sla-discovery-1/index.html
@@ -5,7 +5,7 @@
SNMP Cisco IP SLA
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-ip-sla-discovery/index.html b/docs/templates/network-devices-cisco-template-cisco-ip-sla-discovery/index.html
index a3faa13ce..dd2e2b558 100644
--- a/docs/templates/network-devices-cisco-template-cisco-ip-sla-discovery/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-ip-sla-discovery/index.html
@@ -5,7 +5,7 @@
SNMP Cisco IP SLA
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-ipsec-vpn-discovering/index.html b/docs/templates/network-devices-cisco-template-cisco-ipsec-vpn-discovering/index.html
index bf21ee4b2..17a8d1537 100644
--- a/docs/templates/network-devices-cisco-template-cisco-ipsec-vpn-discovering/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-ipsec-vpn-discovering/index.html
@@ -5,7 +5,7 @@
Cisco IPsec VPN discovering
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-memory-and-cpu/index.html b/docs/templates/network-devices-cisco-template-cisco-memory-and-cpu/index.html
index 939bef9b1..eb7570c83 100644
--- a/docs/templates/network-devices-cisco-template-cisco-memory-and-cpu/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-memory-and-cpu/index.html
@@ -5,7 +5,7 @@
tpl_part_network_cisco_all_performance
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-sg200-26p/index.html b/docs/templates/network-devices-cisco-template-cisco-sg200-26p/index.html
index 34ae8abce..2ab23eaf3 100644
--- a/docs/templates/network-devices-cisco-template-cisco-sg200-26p/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-sg200-26p/index.html
@@ -5,7 +5,7 @@
Cisco_SG200-26P
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-sg300-and-sg200/index.html b/docs/templates/network-devices-cisco-template-cisco-sg300-and-sg200/index.html
index 85310b122..3981d5ce9 100644
--- a/docs/templates/network-devices-cisco-template-cisco-sg300-and-sg200/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-sg300-and-sg200/index.html
@@ -5,7 +5,7 @@
Cisco_SG300-52-d
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-sg500-48p/index.html b/docs/templates/network-devices-cisco-template-cisco-sg500-48p/index.html
index 30a24c486..509e5ccff 100644
--- a/docs/templates/network-devices-cisco-template-cisco-sg500-48p/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-sg500-48p/index.html
@@ -5,7 +5,7 @@
SG500X_48P
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-sg500x-48p/index.html b/docs/templates/network-devices-cisco-template-cisco-sg500x-48p/index.html
index de1de50b8..0544f749f 100644
--- a/docs/templates/network-devices-cisco-template-cisco-sg500x-48p/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-sg500x-48p/index.html
@@ -5,7 +5,7 @@
SNMP Cisco SG500x
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-sge2000p-complete-monitoring/index.html b/docs/templates/network-devices-cisco-template-cisco-sge2000p-complete-monitoring/index.html
index 156de564c..00bf1661b 100644
--- a/docs/templates/network-devices-cisco-template-cisco-sge2000p-complete-monitoring/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-sge2000p-complete-monitoring/index.html
@@ -5,7 +5,7 @@
XSM SNMP Devices
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-sge2010-sge2010p/index.html b/docs/templates/network-devices-cisco-template-cisco-sge2010-sge2010p/index.html
index 752c2868c..2a2212088 100644
--- a/docs/templates/network-devices-cisco-template-cisco-sge2010-sge2010p/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-sge2010-sge2010p/index.html
@@ -5,7 +5,7 @@
SGE2010_48P
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-snmp-ipsec/index.html b/docs/templates/network-devices-cisco-template-cisco-snmp-ipsec/index.html
index 92cdfcee8..099b3b404 100644
--- a/docs/templates/network-devices-cisco-template-cisco-snmp-ipsec/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-snmp-ipsec/index.html
@@ -5,7 +5,7 @@
SNMP Cisco IPSec
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-snmp-memory/index.html b/docs/templates/network-devices-cisco-template-cisco-snmp-memory/index.html
index 3780139b3..c4ee23fc3 100644
--- a/docs/templates/network-devices-cisco-template-cisco-snmp-memory/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-snmp-memory/index.html
@@ -5,7 +5,7 @@
SNMP Cisco Memory
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-snmp-v3-interface-discovery/index.html b/docs/templates/network-devices-cisco-template-cisco-snmp-v3-interface-discovery/index.html
index 9df11356f..09bbe8537 100644
--- a/docs/templates/network-devices-cisco-template-cisco-snmp-v3-interface-discovery/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-snmp-v3-interface-discovery/index.html
@@ -5,7 +5,7 @@
CiscoSwitchInterfaceSNMPv3
-
+
diff --git a/docs/templates/network-devices-cisco-template-cisco-total/index.html b/docs/templates/network-devices-cisco-template-cisco-total/index.html
index 5866f271a..ddf0efcbf 100644
--- a/docs/templates/network-devices-cisco-template-cisco-total/index.html
+++ b/docs/templates/network-devices-cisco-template-cisco-total/index.html
@@ -5,7 +5,7 @@
Cisco Total
-
+
diff --git a/docs/templates/network-devices-cisco-template-for-cisco-optical-sensors-with-autodiscovery/index.html b/docs/templates/network-devices-cisco-template-for-cisco-optical-sensors-with-autodiscovery/index.html
index 394bc82ac..2591f80e3 100644
--- a/docs/templates/network-devices-cisco-template-for-cisco-optical-sensors-with-autodiscovery/index.html
+++ b/docs/templates/network-devices-cisco-template-for-cisco-optical-sensors-with-autodiscovery/index.html
@@ -5,7 +5,7 @@
Cisco_Sensors
-
+
diff --git a/docs/templates/network-devices-cisco-template-generic-cisco/index.html b/docs/templates/network-devices-cisco-template-generic-cisco/index.html
index 0d58ef166..c91f0e240 100644
--- a/docs/templates/network-devices-cisco-template-generic-cisco/index.html
+++ b/docs/templates/network-devices-cisco-template-generic-cisco/index.html
@@ -5,7 +5,7 @@
Generic Cisco
-
+
diff --git a/docs/templates/network-devices-cisco-template-lacp-ports-monitoring/index.html b/docs/templates/network-devices-cisco-template-lacp-ports-monitoring/index.html
index d2d39ce33..5594f6d8f 100644
--- a/docs/templates/network-devices-cisco-template-lacp-ports-monitoring/index.html
+++ b/docs/templates/network-devices-cisco-template-lacp-ports-monitoring/index.html
@@ -5,7 +5,7 @@
Cisco_LAG
-
+
diff --git a/docs/templates/network-devices-cisco-template-sg220-26/index.html b/docs/templates/network-devices-cisco-template-sg220-26/index.html
index 37889a259..a9de8345e 100644
--- a/docs/templates/network-devices-cisco-template-sg220-26/index.html
+++ b/docs/templates/network-devices-cisco-template-sg220-26/index.html
@@ -5,7 +5,7 @@
Cisco_SG220-26P.xml
-
+
diff --git a/docs/templates/network-devices-cisco-template-sg350xg-2f10/index.html b/docs/templates/network-devices-cisco-template-sg350xg-2f10/index.html
index ebb44a56f..8ff329434 100644
--- a/docs/templates/network-devices-cisco-template-sg350xg-2f10/index.html
+++ b/docs/templates/network-devices-cisco-template-sg350xg-2f10/index.html
@@ -5,7 +5,7 @@
Cisco_SB_SG350XG-2F10
-
+
diff --git a/docs/templates/network-devices-citrix-netscaler-template-basics-plus-ha/index.html b/docs/templates/network-devices-citrix-netscaler-template-basics-plus-ha/index.html
index bf7747fad..7b6fbc157 100644
--- a/docs/templates/network-devices-citrix-netscaler-template-basics-plus-ha/index.html
+++ b/docs/templates/network-devices-citrix-netscaler-template-basics-plus-ha/index.html
@@ -5,7 +5,7 @@
NetScaler
-
+
diff --git a/docs/templates/network-devices-d-link-template-d-link-des3026/index.html b/docs/templates/network-devices-d-link-template-d-link-des3026/index.html
index fa53cdd78..291a742ec 100644
--- a/docs/templates/network-devices-d-link-template-d-link-des3026/index.html
+++ b/docs/templates/network-devices-d-link-template-d-link-des3026/index.html
@@ -5,7 +5,7 @@
Dlink_DES3026
-
+
diff --git a/docs/templates/network-devices-d-link-template-d-link-dgs-1100-08v2-snmpv2/index.html b/docs/templates/network-devices-d-link-template-d-link-dgs-1100-08v2-snmpv2/index.html
index 6796367ba..98e694e87 100644
--- a/docs/templates/network-devices-d-link-template-d-link-dgs-1100-08v2-snmpv2/index.html
+++ b/docs/templates/network-devices-d-link-template-d-link-dgs-1100-08v2-snmpv2/index.html
@@ -5,7 +5,7 @@
D-Link DGS 1100
-
+
diff --git a/docs/templates/network-devices-d-link-template-d-link-dgs-1100-10-me-rev-a1/index.html b/docs/templates/network-devices-d-link-template-d-link-dgs-1100-10-me-rev-a1/index.html
index 1d0251647..96ce948fe 100644
--- a/docs/templates/network-devices-d-link-template-d-link-dgs-1100-10-me-rev-a1/index.html
+++ b/docs/templates/network-devices-d-link-template-d-link-dgs-1100-10-me-rev-a1/index.html
@@ -5,7 +5,7 @@
SNMP D-link DGS-1100-10ME revA1
-
+
diff --git a/docs/templates/network-devices-d-link-template-d-link-dgs-1100/index.html b/docs/templates/network-devices-d-link-template-d-link-dgs-1100/index.html
index ba9a64dd1..9f9f8f004 100644
--- a/docs/templates/network-devices-d-link-template-d-link-dgs-1100/index.html
+++ b/docs/templates/network-devices-d-link-template-d-link-dgs-1100/index.html
@@ -5,7 +5,7 @@
D-Link DGS 1100
-
+
diff --git a/docs/templates/network-devices-d-link-template-d-link-dgs-1210-52-rev-b/index.html b/docs/templates/network-devices-d-link-template-d-link-dgs-1210-52-rev-b/index.html
index 2e06b03a2..0e4171835 100644
--- a/docs/templates/network-devices-d-link-template-d-link-dgs-1210-52-rev-b/index.html
+++ b/docs/templates/network-devices-d-link-template-d-link-dgs-1210-52-rev-b/index.html
@@ -5,7 +5,7 @@
SNMP D-link DGS-1210-52 revB
-
+
diff --git a/docs/templates/network-devices-d-link-template-d-link-dgs-1210-52-rev-c/index.html b/docs/templates/network-devices-d-link-template-d-link-dgs-1210-52-rev-c/index.html
index c2b56e6d3..98c753bbc 100644
--- a/docs/templates/network-devices-d-link-template-d-link-dgs-1210-52-rev-c/index.html
+++ b/docs/templates/network-devices-d-link-template-d-link-dgs-1210-52-rev-c/index.html
@@ -5,7 +5,7 @@
SNMP D-link DGS-1210-52 revC
-
+
diff --git a/docs/templates/network-devices-d-link-template-d-link-dgs-3120-xx/index.html b/docs/templates/network-devices-d-link-template-d-link-dgs-3120-xx/index.html
index 88c48d57e..eac3e1269 100644
--- a/docs/templates/network-devices-d-link-template-d-link-dgs-3120-xx/index.html
+++ b/docs/templates/network-devices-d-link-template-d-link-dgs-3120-xx/index.html
@@ -5,7 +5,7 @@
SNMP D-link DGS-3120-xx
-
+
diff --git a/docs/templates/network-devices-d-link-template-des-1210-28/index.html b/docs/templates/network-devices-d-link-template-des-1210-28/index.html
index 3e7097ee7..9818db61e 100644
--- a/docs/templates/network-devices-d-link-template-des-1210-28/index.html
+++ b/docs/templates/network-devices-d-link-template-des-1210-28/index.html
@@ -5,7 +5,7 @@
SNMP D-Link DES-1210-28
-
+
diff --git a/docs/templates/network-devices-d-link-template-des-3526/index.html b/docs/templates/network-devices-d-link-template-des-3526/index.html
index b7981fd5f..a6868a5a7 100644
--- a/docs/templates/network-devices-d-link-template-des-3526/index.html
+++ b/docs/templates/network-devices-d-link-template-des-3526/index.html
@@ -5,7 +5,7 @@
DES-3526
-
+
diff --git a/docs/templates/network-devices-d-link-template-zabbix-2-2-d-link-dgs-3200-snmp/index.html b/docs/templates/network-devices-d-link-template-zabbix-2-2-d-link-dgs-3200-snmp/index.html
index 60f97f745..f5145e0d1 100644
--- a/docs/templates/network-devices-d-link-template-zabbix-2-2-d-link-dgs-3200-snmp/index.html
+++ b/docs/templates/network-devices-d-link-template-zabbix-2-2-d-link-dgs-3200-snmp/index.html
@@ -5,7 +5,7 @@
SNMP D-Link DGS-3200
-
+
diff --git a/docs/templates/network-devices-datacom-template-dm2500/index.html b/docs/templates/network-devices-datacom-template-dm2500/index.html
index f0cbc08de..507e6adbd 100644
--- a/docs/templates/network-devices-datacom-template-dm2500/index.html
+++ b/docs/templates/network-devices-datacom-template-dm2500/index.html
@@ -5,7 +5,7 @@
DATACOM DM2500
-
+
diff --git a/docs/templates/network-devices-datacom-template-dm4610-olt/index.html b/docs/templates/network-devices-datacom-template-dm4610-olt/index.html
index a06b0ea2f..48a353e5c 100644
--- a/docs/templates/network-devices-datacom-template-dm4610-olt/index.html
+++ b/docs/templates/network-devices-datacom-template-dm4610-olt/index.html
@@ -5,7 +5,7 @@
DATACOM DmOS - ONU Interfaces
-
+
diff --git a/docs/templates/network-devices-datacom-template-dmos-hardware-monitor/index.html b/docs/templates/network-devices-datacom-template-dmos-hardware-monitor/index.html
index 30460a111..4ba9a45d6 100644
--- a/docs/templates/network-devices-datacom-template-dmos-hardware-monitor/index.html
+++ b/docs/templates/network-devices-datacom-template-dmos-hardware-monitor/index.html
@@ -5,7 +5,7 @@
DmOS - Hardware Monitor
-
+
diff --git a/docs/templates/network-devices-datacom-template-dmos/index.html b/docs/templates/network-devices-datacom-template-dmos/index.html
index 62ee49385..99ad9a490 100644
--- a/docs/templates/network-devices-datacom-template-dmos/index.html
+++ b/docs/templates/network-devices-datacom-template-dmos/index.html
@@ -5,7 +5,7 @@
DM DmOS
-
+
diff --git a/docs/templates/network-devices-dell-template-force-c150/index.html b/docs/templates/network-devices-dell-template-force-c150/index.html
index 470f03e32..f95a79c57 100644
--- a/docs/templates/network-devices-dell-template-force-c150/index.html
+++ b/docs/templates/network-devices-dell-template-force-c150/index.html
@@ -5,7 +5,7 @@
force_c150
-
+
diff --git a/docs/templates/network-devices-eltex-template-eltex-lte-8x/index.html b/docs/templates/network-devices-eltex-template-eltex-lte-8x/index.html
index 5a9e8eab3..6eb294d6e 100644
--- a/docs/templates/network-devices-eltex-template-eltex-lte-8x/index.html
+++ b/docs/templates/network-devices-eltex-template-eltex-lte-8x/index.html
@@ -5,7 +5,7 @@
Eltex LTE-8X
-
+
diff --git a/docs/templates/network-devices-eltex-template-eltex-mes/index.html b/docs/templates/network-devices-eltex-template-eltex-mes/index.html
index 23012dfdf..1141850ef 100644
--- a/docs/templates/network-devices-eltex-template-eltex-mes/index.html
+++ b/docs/templates/network-devices-eltex-template-eltex-mes/index.html
@@ -5,7 +5,7 @@
Eltex MES SNMPv2
-
+
diff --git a/docs/templates/network-devices-eltex-template-mes3124f-1/index.html b/docs/templates/network-devices-eltex-template-mes3124f-1/index.html
index 9efd13c0c..1471945c7 100644
--- a/docs/templates/network-devices-eltex-template-mes3124f-1/index.html
+++ b/docs/templates/network-devices-eltex-template-mes3124f-1/index.html
@@ -5,7 +5,7 @@
MES3124
-
+
diff --git a/docs/templates/network-devices-eltex-template-mes3124f/index.html b/docs/templates/network-devices-eltex-template-mes3124f/index.html
index c8c04f72c..66f42be40 100644
--- a/docs/templates/network-devices-eltex-template-mes3124f/index.html
+++ b/docs/templates/network-devices-eltex-template-mes3124f/index.html
@@ -5,7 +5,7 @@
MES3124
-
+
diff --git a/docs/templates/network-devices-eltex-template-snmp-array-network-secure-access-gateway/index.html b/docs/templates/network-devices-eltex-template-snmp-array-network-secure-access-gateway/index.html
index 86d04b524..137783d4b 100644
--- a/docs/templates/network-devices-eltex-template-snmp-array-network-secure-access-gateway/index.html
+++ b/docs/templates/network-devices-eltex-template-snmp-array-network-secure-access-gateway/index.html
@@ -5,7 +5,7 @@
Array AG1100
-
+
diff --git a/docs/templates/network-devices-extreme-template-extreme-exos/index.html b/docs/templates/network-devices-extreme-template-extreme-exos/index.html
index a1def38e3..6d957f54c 100644
--- a/docs/templates/network-devices-extreme-template-extreme-exos/index.html
+++ b/docs/templates/network-devices-extreme-template-extreme-exos/index.html
@@ -5,7 +5,7 @@
SNMP Extreme EXOS
-
+
diff --git a/docs/templates/network-devices-extreme-template-extreme-x450a/index.html b/docs/templates/network-devices-extreme-template-extreme-x450a/index.html
index a9f5053e2..beff41210 100644
--- a/docs/templates/network-devices-extreme-template-extreme-x450a/index.html
+++ b/docs/templates/network-devices-extreme-template-extreme-x450a/index.html
@@ -5,7 +5,7 @@
Extreme_X450a
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortianalyzer/index.html b/docs/templates/network-devices-fortigate-template-fortianalyzer/index.html
index a59cf5731..0b7a7c6ae 100644
--- a/docs/templates/network-devices-fortigate-template-fortianalyzer/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortianalyzer/index.html
@@ -5,7 +5,7 @@
SNMP FortiAnalyzer
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortigate-100d-200b-60c-30d-1/index.html b/docs/templates/network-devices-fortigate-template-fortigate-100d-200b-60c-30d-1/index.html
index 9dbfd341c..e3c048102 100644
--- a/docs/templates/network-devices-fortigate-template-fortigate-100d-200b-60c-30d-1/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortigate-100d-200b-60c-30d-1/index.html
@@ -5,7 +5,7 @@
FGT-CPU
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortigate-100d-200b-60c-30d/index.html b/docs/templates/network-devices-fortigate-template-fortigate-100d-200b-60c-30d/index.html
index 2edcc6deb..0b555a20b 100644
--- a/docs/templates/network-devices-fortigate-template-fortigate-100d-200b-60c-30d/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortigate-100d-200b-60c-30d/index.html
@@ -5,7 +5,7 @@
FGT-INTERFACES DISCOVERY
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortigate-100d/index.html b/docs/templates/network-devices-fortigate-template-fortigate-100d/index.html
index b2ecdc5f4..06337a7bb 100644
--- a/docs/templates/network-devices-fortigate-template-fortigate-100d/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortigate-100d/index.html
@@ -5,7 +5,7 @@
Fortigate 100D
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortigate-ha-status/index.html b/docs/templates/network-devices-fortigate-template-fortigate-ha-status/index.html
index 05139f73d..49ca94bb9 100644
--- a/docs/templates/network-devices-fortigate-template-fortigate-ha-status/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortigate-ha-status/index.html
@@ -5,7 +5,7 @@
Fortigate HA Sync
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortigate-snmp-v2019/index.html b/docs/templates/network-devices-fortigate-template-fortigate-snmp-v2019/index.html
index c31916246..84be331e6 100644
--- a/docs/templates/network-devices-fortigate-template-fortigate-snmp-v2019/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortigate-snmp-v2019/index.html
@@ -5,7 +5,7 @@
SNMP Fortinet Devices v2019
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortigate-snmp/index.html b/docs/templates/network-devices-fortigate-template-fortigate-snmp/index.html
index 01888c488..190b9469a 100644
--- a/docs/templates/network-devices-fortigate-template-fortigate-snmp/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortigate-snmp/index.html
@@ -5,7 +5,7 @@
SNMP Fortinet Devices
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortinet-all-discovery/index.html b/docs/templates/network-devices-fortigate-template-fortinet-all-discovery/index.html
index fc337802c..27c929ad7 100644
--- a/docs/templates/network-devices-fortigate-template-fortinet-all-discovery/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortinet-all-discovery/index.html
@@ -5,7 +5,7 @@
Module Interfaces SNMPv2
-
+
diff --git a/docs/templates/network-devices-fortigate-template-fortiswitch-124e-poe/index.html b/docs/templates/network-devices-fortigate-template-fortiswitch-124e-poe/index.html
index 48a0f0d77..cf69c1299 100644
--- a/docs/templates/network-devices-fortigate-template-fortiswitch-124e-poe/index.html
+++ b/docs/templates/network-devices-fortigate-template-fortiswitch-124e-poe/index.html
@@ -5,7 +5,7 @@
SNMP FortiSwitch Devices
-
+
diff --git a/docs/templates/network-devices-fortigate-template-snmp-fortigate-wifi-access-point/index.html b/docs/templates/network-devices-fortigate-template-snmp-fortigate-wifi-access-point/index.html
index 9745cadfe..fc46a8c5b 100644
--- a/docs/templates/network-devices-fortigate-template-snmp-fortigate-wifi-access-point/index.html
+++ b/docs/templates/network-devices-fortigate-template-snmp-fortigate-wifi-access-point/index.html
@@ -5,7 +5,7 @@
SNMP Fortigate Wifi Access Points
-
+
diff --git a/docs/templates/network-devices-fortigate-template-snmp-fortinet-antivirus-and-webfilter/index.html b/docs/templates/network-devices-fortigate-template-snmp-fortinet-antivirus-and-webfilter/index.html
index dcb4d54ec..3380467b5 100644
--- a/docs/templates/network-devices-fortigate-template-snmp-fortinet-antivirus-and-webfilter/index.html
+++ b/docs/templates/network-devices-fortigate-template-snmp-fortinet-antivirus-and-webfilter/index.html
@@ -5,7 +5,7 @@
SNMP Fortinet - Antivirus and WebFilter
-
+
diff --git a/docs/templates/network-devices-generic-template-bgpv4-snmp/index.html b/docs/templates/network-devices-generic-template-bgpv4-snmp/index.html
index 1ae463b3a..ebf1142a2 100644
--- a/docs/templates/network-devices-generic-template-bgpv4-snmp/index.html
+++ b/docs/templates/network-devices-generic-template-bgpv4-snmp/index.html
@@ -5,7 +5,7 @@
BGPv4 SNMP
-
+
diff --git a/docs/templates/network-devices-generic-template-module-etherlike-mib-snmpv3/index.html b/docs/templates/network-devices-generic-template-module-etherlike-mib-snmpv3/index.html
index d942aa989..63b74f58b 100644
--- a/docs/templates/network-devices-generic-template-module-etherlike-mib-snmpv3/index.html
+++ b/docs/templates/network-devices-generic-template-module-etherlike-mib-snmpv3/index.html
@@ -5,7 +5,7 @@
Module EtherLike-MIB SNMPv3
-
+
diff --git a/docs/templates/network-devices-generic-template-module-generic-snmpv3/index.html b/docs/templates/network-devices-generic-template-module-generic-snmpv3/index.html
index 921cb76ad..71b0fa958 100644
--- a/docs/templates/network-devices-generic-template-module-generic-snmpv3/index.html
+++ b/docs/templates/network-devices-generic-template-module-generic-snmpv3/index.html
@@ -5,7 +5,7 @@
Module Generic SNMPv3
-
+
diff --git a/docs/templates/network-devices-generic-template-module-interfaces-snmpv3/index.html b/docs/templates/network-devices-generic-template-module-interfaces-snmpv3/index.html
index d87d2fa9d..3d79fdb63 100644
--- a/docs/templates/network-devices-generic-template-module-interfaces-snmpv3/index.html
+++ b/docs/templates/network-devices-generic-template-module-interfaces-snmpv3/index.html
@@ -5,7 +5,7 @@
Module Interfaces SNMPv3
-
+
diff --git a/docs/templates/network-devices-generic-template-snmpv2-interfaces-packets-per-second/index.html b/docs/templates/network-devices-generic-template-snmpv2-interfaces-packets-per-second/index.html
index b113d2c8e..6518300a1 100644
--- a/docs/templates/network-devices-generic-template-snmpv2-interfaces-packets-per-second/index.html
+++ b/docs/templates/network-devices-generic-template-snmpv2-interfaces-packets-per-second/index.html
@@ -5,7 +5,7 @@
SNMPv2 Interfaces packets per second
-
+
diff --git a/docs/templates/network-devices-h3c-template-h3c-wx3510h-discovery/index.html b/docs/templates/network-devices-h3c-template-h3c-wx3510h-discovery/index.html
index d0e8fe2c0..fe0e7681e 100644
--- a/docs/templates/network-devices-h3c-template-h3c-wx3510h-discovery/index.html
+++ b/docs/templates/network-devices-h3c-template-h3c-wx3510h-discovery/index.html
@@ -5,7 +5,7 @@
H3C_WX3510H
-
+
diff --git a/docs/templates/network-devices-hp-template-3com-baseline-2226-sfp-plus-snmpv2/index.html b/docs/templates/network-devices-hp-template-3com-baseline-2226-sfp-plus-snmpv2/index.html
index 07f1b0708..79d08e974 100644
--- a/docs/templates/network-devices-hp-template-3com-baseline-2226-sfp-plus-snmpv2/index.html
+++ b/docs/templates/network-devices-hp-template-3com-baseline-2226-sfp-plus-snmpv2/index.html
@@ -5,7 +5,7 @@
3COM Baseline 2226-SFP Plus SNMPv2
-
+
diff --git a/docs/templates/network-devices-hp-template-3com/index.html b/docs/templates/network-devices-hp-template-3com/index.html
index 2bb9e7ee7..57568ab38 100644
--- a/docs/templates/network-devices-hp-template-3com/index.html
+++ b/docs/templates/network-devices-hp-template-3com/index.html
@@ -5,7 +5,7 @@
3COM 4500 28 Ports
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-1920-16g/index.html b/docs/templates/network-devices-hp-template-hp-1920-16g/index.html
index ad39a7362..1a193b151 100644
--- a/docs/templates/network-devices-hp-template-hp-1920-16g/index.html
+++ b/docs/templates/network-devices-hp-template-hp-1920-16g/index.html
@@ -5,7 +5,7 @@
SNMP HP v1920-16G
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-1920-24g/index.html b/docs/templates/network-devices-hp-template-hp-1920-24g/index.html
index bcb936653..9417c0999 100644
--- a/docs/templates/network-devices-hp-template-hp-1920-24g/index.html
+++ b/docs/templates/network-devices-hp-template-hp-1920-24g/index.html
@@ -5,7 +5,7 @@
SNMP HP v1920-24G
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-2920-xxg/index.html b/docs/templates/network-devices-hp-template-hp-2920-xxg/index.html
index 38e6ded8a..58d85ff6a 100644
--- a/docs/templates/network-devices-hp-template-hp-2920-xxg/index.html
+++ b/docs/templates/network-devices-hp-template-hp-2920-xxg/index.html
@@ -5,7 +5,7 @@
HP Procurve 2920
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-5100-gbic/index.html b/docs/templates/network-devices-hp-template-hp-5100-gbic/index.html
index 8e938c18d..1f4160bc4 100644
--- a/docs/templates/network-devices-hp-template-hp-5100-gbic/index.html
+++ b/docs/templates/network-devices-hp-template-hp-5100-gbic/index.html
@@ -5,7 +5,7 @@
Sinais Opticos SW HP
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-a5120-switch-snmp-v3/index.html b/docs/templates/network-devices-hp-template-hp-a5120-switch-snmp-v3/index.html
index f87af3d8c..2ec2f47dc 100644
--- a/docs/templates/network-devices-hp-template-hp-a5120-switch-snmp-v3/index.html
+++ b/docs/templates/network-devices-hp-template-hp-a5120-switch-snmp-v3/index.html
@@ -5,7 +5,7 @@
HP A5120
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-ilo4/index.html b/docs/templates/network-devices-hp-template-hp-ilo4/index.html
index f5893b20c..38ebc9db9 100644
--- a/docs/templates/network-devices-hp-template-hp-ilo4/index.html
+++ b/docs/templates/network-devices-hp-template-hp-ilo4/index.html
@@ -5,7 +5,7 @@
SNMP HP Server Health
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-msa-2040/index.html b/docs/templates/network-devices-hp-template-hp-msa-2040/index.html
index bf59ffb77..374159e2f 100644
--- a/docs/templates/network-devices-hp-template-hp-msa-2040/index.html
+++ b/docs/templates/network-devices-hp-template-hp-msa-2040/index.html
@@ -5,7 +5,7 @@
SNMP HP MSA 2040 SAN
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-officeconnect-19xx/index.html b/docs/templates/network-devices-hp-template-hp-officeconnect-19xx/index.html
index a60126128..88c29ba7c 100644
--- a/docs/templates/network-devices-hp-template-hp-officeconnect-19xx/index.html
+++ b/docs/templates/network-devices-hp-template-hp-officeconnect-19xx/index.html
@@ -5,7 +5,7 @@
SNMP OfficeConnect 19XX
-
+
diff --git a/docs/templates/network-devices-hp-template-hp-transceivers-lld-monitoring-gbic-ddm-ddmi-dom/index.html b/docs/templates/network-devices-hp-template-hp-transceivers-lld-monitoring-gbic-ddm-ddmi-dom/index.html
index aa11c4945..bcd772191 100644
--- a/docs/templates/network-devices-hp-template-hp-transceivers-lld-monitoring-gbic-ddm-ddmi-dom/index.html
+++ b/docs/templates/network-devices-hp-template-hp-transceivers-lld-monitoring-gbic-ddm-ddmi-dom/index.html
@@ -5,7 +5,7 @@
GM DDMI
-
+
diff --git a/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v19-24g-snmp/index.html b/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v19-24g-snmp/index.html
index 6a5995eda..c4dab9462 100644
--- a/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v19-24g-snmp/index.html
+++ b/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v19-24g-snmp/index.html
@@ -5,7 +5,7 @@
SNMP HP v1910-24G
-
+
diff --git a/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v1905-poe-snmp/index.html b/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v1905-poe-snmp/index.html
index bd31a3ae8..1ee445efb 100644
--- a/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v1905-poe-snmp/index.html
+++ b/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v1905-poe-snmp/index.html
@@ -5,7 +5,7 @@
SNMP HP v1905 POE
-
+
diff --git a/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v1910-24g-snmp/index.html b/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v1910-24g-snmp/index.html
index 5ad254b55..1690eec6d 100644
--- a/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v1910-24g-snmp/index.html
+++ b/docs/templates/network-devices-hp-template-zabbix-2-2-hp-v1910-24g-snmp/index.html
@@ -5,7 +5,7 @@
SNMP HP v1910-24G
-
+
diff --git a/docs/templates/network-devices-hp-template-zabbix-hp-v1910-48g-snmp/index.html b/docs/templates/network-devices-hp-template-zabbix-hp-v1910-48g-snmp/index.html
index b4d2d9309..d61ffbcff 100644
--- a/docs/templates/network-devices-hp-template-zabbix-hp-v1910-48g-snmp/index.html
+++ b/docs/templates/network-devices-hp-template-zabbix-hp-v1910-48g-snmp/index.html
@@ -5,7 +5,7 @@
SNMP HP v1910-48G
-
+
diff --git a/docs/templates/network-devices-huawei-template-huawei-ar-161-s2220e/index.html b/docs/templates/network-devices-huawei-template-huawei-ar-161-s2220e/index.html
index 1bf933c53..b69cffac5 100644
--- a/docs/templates/network-devices-huawei-template-huawei-ar-161-s2220e/index.html
+++ b/docs/templates/network-devices-huawei-template-huawei-ar-161-s2220e/index.html
@@ -5,7 +5,7 @@
Basic HUAWEI SNMP with traps AR161 and S2220E
-
+
diff --git a/docs/templates/network-devices-huawei-template-huawei-b593/index.html b/docs/templates/network-devices-huawei-template-huawei-b593/index.html
index 84f6a0814..e0ab0d35f 100644
--- a/docs/templates/network-devices-huawei-template-huawei-b593/index.html
+++ b/docs/templates/network-devices-huawei-template-huawei-b593/index.html
@@ -5,7 +5,7 @@
B593
-
+
diff --git a/docs/templates/network-devices-huawei-template-huawei-ne40e-peering-bgp/index.html b/docs/templates/network-devices-huawei-template-huawei-ne40e-peering-bgp/index.html
index 78f88eac8..802099ea0 100644
--- a/docs/templates/network-devices-huawei-template-huawei-ne40e-peering-bgp/index.html
+++ b/docs/templates/network-devices-huawei-template-huawei-ne40e-peering-bgp/index.html
@@ -5,7 +5,7 @@
Huawei NE40E - BGP
-
+
diff --git a/docs/templates/network-devices-huawei-template-huawei-quidway-s3900-series-switch/index.html b/docs/templates/network-devices-huawei-template-huawei-quidway-s3900-series-switch/index.html
index 4889b9064..11fffc578 100644
--- a/docs/templates/network-devices-huawei-template-huawei-quidway-s3900-series-switch/index.html
+++ b/docs/templates/network-devices-huawei-template-huawei-quidway-s3900-series-switch/index.html
@@ -5,7 +5,7 @@
Huawei Quidway S3900 series switches
-
+
diff --git a/docs/templates/network-devices-huawei-template-huawei-quidway-s5600-series-switches/index.html b/docs/templates/network-devices-huawei-template-huawei-quidway-s5600-series-switches/index.html
index b75e1237b..3466a8f8f 100644
--- a/docs/templates/network-devices-huawei-template-huawei-quidway-s5600-series-switches/index.html
+++ b/docs/templates/network-devices-huawei-template-huawei-quidway-s5600-series-switches/index.html
@@ -5,7 +5,7 @@
Huawei Quidway S5600 series switches
-
+
diff --git a/docs/templates/network-devices-huawei-template-ma5600-gpon/index.html b/docs/templates/network-devices-huawei-template-ma5600-gpon/index.html
index fa1e4f998..1c2ebb486 100644
--- a/docs/templates/network-devices-huawei-template-ma5600-gpon/index.html
+++ b/docs/templates/network-devices-huawei-template-ma5600-gpon/index.html
@@ -5,7 +5,7 @@
SNMP Interfaces Huawei
-
+
diff --git a/docs/templates/network-devices-huawei-template-optical-modules-huawei/index.html b/docs/templates/network-devices-huawei-template-optical-modules-huawei/index.html
index 70c7a0719..d3c5111cb 100644
--- a/docs/templates/network-devices-huawei-template-optical-modules-huawei/index.html
+++ b/docs/templates/network-devices-huawei-template-optical-modules-huawei/index.html
@@ -5,7 +5,7 @@
Optical Modules Huawei
-
+
diff --git a/docs/templates/network-devices-huawei-template-power-supply-netengine/index.html b/docs/templates/network-devices-huawei-template-power-supply-netengine/index.html
index 904b7be9e..f27f79076 100644
--- a/docs/templates/network-devices-huawei-template-power-supply-netengine/index.html
+++ b/docs/templates/network-devices-huawei-template-power-supply-netengine/index.html
@@ -5,7 +5,7 @@
Power Supply NetEngine SNMP
-
+
diff --git a/docs/templates/network-devices-huawei-template-power-supply-s6700-snmp/index.html b/docs/templates/network-devices-huawei-template-power-supply-s6700-snmp/index.html
index eec7f6cbc..2291cd448 100644
--- a/docs/templates/network-devices-huawei-template-power-supply-s6700-snmp/index.html
+++ b/docs/templates/network-devices-huawei-template-power-supply-s6700-snmp/index.html
@@ -5,7 +5,7 @@
Power Supply S6700 SNMP
-
+
diff --git a/docs/templates/network-devices-infinera-template-groove-g30-infinera/index.html b/docs/templates/network-devices-infinera-template-groove-g30-infinera/index.html
index b37e0a905..498c38c92 100644
--- a/docs/templates/network-devices-infinera-template-groove-g30-infinera/index.html
+++ b/docs/templates/network-devices-infinera-template-groove-g30-infinera/index.html
@@ -5,7 +5,7 @@
Groove-G30-Infinera
-
+
diff --git a/docs/templates/network-devices-infinera-template-infinera-xtm-series-tm-3000-ii-and-tm-301-ii-chassis/index.html b/docs/templates/network-devices-infinera-template-infinera-xtm-series-tm-3000-ii-and-tm-301-ii-chassis/index.html
index d10f7f8ef..13313d6f1 100644
--- a/docs/templates/network-devices-infinera-template-infinera-xtm-series-tm-3000-ii-and-tm-301-ii-chassis/index.html
+++ b/docs/templates/network-devices-infinera-template-infinera-xtm-series-tm-3000-ii-and-tm-301-ii-chassis/index.html
@@ -5,7 +5,7 @@
ZBX-INFINERA-XTM-SERIES-MONITORING
-
+
diff --git a/docs/templates/network-devices-intelbras-template-dvr-intelbras/index.html b/docs/templates/network-devices-intelbras-template-dvr-intelbras/index.html
index b611fc5dc..a728f925c 100644
--- a/docs/templates/network-devices-intelbras-template-dvr-intelbras/index.html
+++ b/docs/templates/network-devices-intelbras-template-dvr-intelbras/index.html
@@ -5,7 +5,7 @@
Dvr
-
+
diff --git a/docs/templates/network-devices-intelbras-template-olt-4840e-1/index.html b/docs/templates/network-devices-intelbras-template-olt-4840e-1/index.html
index 6cb81b8a7..17c51b9bd 100644
--- a/docs/templates/network-devices-intelbras-template-olt-4840e-1/index.html
+++ b/docs/templates/network-devices-intelbras-template-olt-4840e-1/index.html
@@ -5,7 +5,7 @@
Solustic-GCOM_EL5610_Intelbras_4840E
-
+
diff --git a/docs/templates/network-devices-intelbras-template-olt-4840e/index.html b/docs/templates/network-devices-intelbras-template-olt-4840e/index.html
index c6868534a..17ff0351d 100644
--- a/docs/templates/network-devices-intelbras-template-olt-4840e/index.html
+++ b/docs/templates/network-devices-intelbras-template-olt-4840e/index.html
@@ -5,7 +5,7 @@
Solustic-GCOM_EL5610_Intelbras_4840E
-
+
diff --git a/docs/templates/network-devices-intelbras-template-olt8820g-intelbras/index.html b/docs/templates/network-devices-intelbras-template-olt8820g-intelbras/index.html
index fb0d9a471..916a7d7c1 100644
--- a/docs/templates/network-devices-intelbras-template-olt8820g-intelbras/index.html
+++ b/docs/templates/network-devices-intelbras-template-olt8820g-intelbras/index.html
@@ -5,7 +5,7 @@
OLT
-
+
diff --git a/docs/templates/network-devices-juniper-template-juniper-ex-series/index.html b/docs/templates/network-devices-juniper-template-juniper-ex-series/index.html
index deb6ee5bc..198a07abb 100644
--- a/docs/templates/network-devices-juniper-template-juniper-ex-series/index.html
+++ b/docs/templates/network-devices-juniper-template-juniper-ex-series/index.html
@@ -5,7 +5,7 @@
Juniper EX
-
+
diff --git a/docs/templates/network-devices-juniper-template-juniper-optical-interface/index.html b/docs/templates/network-devices-juniper-template-juniper-optical-interface/index.html
index 56921e832..70ba5f858 100644
--- a/docs/templates/network-devices-juniper-template-juniper-optical-interface/index.html
+++ b/docs/templates/network-devices-juniper-template-juniper-optical-interface/index.html
@@ -5,7 +5,7 @@
Juniper-Optical-Interfaces
-
+
diff --git a/docs/templates/network-devices-juniper-template-juniper-srx-series/index.html b/docs/templates/network-devices-juniper-template-juniper-srx-series/index.html
index 702670dc1..782107263 100644
--- a/docs/templates/network-devices-juniper-template-juniper-srx-series/index.html
+++ b/docs/templates/network-devices-juniper-template-juniper-srx-series/index.html
@@ -5,7 +5,7 @@
Juniper SRX
-
+
diff --git a/docs/templates/network-devices-juniper-template-juniper-total/index.html b/docs/templates/network-devices-juniper-template-juniper-total/index.html
index 000ccfc96..434f4116b 100644
--- a/docs/templates/network-devices-juniper-template-juniper-total/index.html
+++ b/docs/templates/network-devices-juniper-template-juniper-total/index.html
@@ -5,7 +5,7 @@
Juniper Total
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-crs125-24g-1s-2hnd-in/index.html b/docs/templates/network-devices-mikrotik-template-crs125-24g-1s-2hnd-in/index.html
index ec812fed6..ea2ba9235 100644
--- a/docs/templates/network-devices-mikrotik-template-crs125-24g-1s-2hnd-in/index.html
+++ b/docs/templates/network-devices-mikrotik-template-crs125-24g-1s-2hnd-in/index.html
@@ -5,7 +5,7 @@
Mikrotik CRS125-24G-1S-2HnD-IN
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-bgp-lld/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-bgp-lld/index.html
index 83d71f737..cc738ee3b 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-bgp-lld/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-bgp-lld/index.html
@@ -5,7 +5,7 @@
Mikrotik - BGP LLD
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-queue-traffic-discovery/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-queue-traffic-discovery/index.html
index 212f46be3..ecaefd4e4 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-queue-traffic-discovery/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-queue-traffic-discovery/index.html
@@ -5,7 +5,7 @@
Mikrotik-QUEUE
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-rb3011uias/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-rb3011uias/index.html
index 341295953..ad8b8e376 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-rb3011uias/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-rb3011uias/index.html
@@ -5,7 +5,7 @@
MikroTik RB3011UiAS
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-rb750-rb1100/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-rb750-rb1100/index.html
index ede1755d7..a8055e0f7 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-rb750-rb1100/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-rb750-rb1100/index.html
@@ -5,7 +5,7 @@
Mikrotik RB750-RB1100
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-rb750gr3/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-rb750gr3/index.html
index 5c2cf118a..3edfe878d 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-rb750gr3/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-rb750gr3/index.html
@@ -5,7 +5,7 @@
MikroTik RB750GR3
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-routerboard-general-rb-device-only/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-routerboard-general-rb-device-only/index.html
index 664e686bd..e87126be5 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-routerboard-general-rb-device-only/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-routerboard-general-rb-device-only/index.html
@@ -5,7 +5,7 @@
Mikrotik RouterBOARD
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-routeros-v6-x-2021/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-routeros-v6-x-2021/index.html
index b5008ccc3..5574170a1 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-routeros-v6-x-2021/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-routeros-v6-x-2021/index.html
@@ -5,7 +5,7 @@
MikroTik
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-script-execution-via-snmp/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-script-execution-via-snmp/index.html
index 6533ac3bf..2c52a08dc 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-script-execution-via-snmp/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-script-execution-via-snmp/index.html
@@ -5,7 +5,7 @@
Mikrotik Script Execution
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-mikrotik-wireless-lld/index.html b/docs/templates/network-devices-mikrotik-template-mikrotik-wireless-lld/index.html
index 32dc72e89..ae57dbb8b 100644
--- a/docs/templates/network-devices-mikrotik-template-mikrotik-wireless-lld/index.html
+++ b/docs/templates/network-devices-mikrotik-template-mikrotik-wireless-lld/index.html
@@ -5,7 +5,7 @@
MikroTik - Basico Wireless AP
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-monitoramento-de-mikrotik-sem-interface-pppoe/index.html b/docs/templates/network-devices-mikrotik-template-monitoramento-de-mikrotik-sem-interface-pppoe/index.html
index 3d18c8396..67f07119c 100644
--- a/docs/templates/network-devices-mikrotik-template-monitoramento-de-mikrotik-sem-interface-pppoe/index.html
+++ b/docs/templates/network-devices-mikrotik-template-monitoramento-de-mikrotik-sem-interface-pppoe/index.html
@@ -5,7 +5,7 @@
Mikrotik
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-quantidade-de-clientes-pppoe/index.html b/docs/templates/network-devices-mikrotik-template-quantidade-de-clientes-pppoe/index.html
index d4f96b0a3..e3b7315d2 100644
--- a/docs/templates/network-devices-mikrotik-template-quantidade-de-clientes-pppoe/index.html
+++ b/docs/templates/network-devices-mikrotik-template-quantidade-de-clientes-pppoe/index.html
@@ -5,7 +5,7 @@
1 Check Active Client PPPoE
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-routerboard-ccr-sem-interfaces-ppp/index.html b/docs/templates/network-devices-mikrotik-template-routerboard-ccr-sem-interfaces-ppp/index.html
index d2de526f6..724bd769d 100644
--- a/docs/templates/network-devices-mikrotik-template-routerboard-ccr-sem-interfaces-ppp/index.html
+++ b/docs/templates/network-devices-mikrotik-template-routerboard-ccr-sem-interfaces-ppp/index.html
@@ -5,7 +5,7 @@
aa SNMP Mikrotik CCR-1036
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-routerboard-rb2011-uias-rm/index.html b/docs/templates/network-devices-mikrotik-template-routerboard-rb2011-uias-rm/index.html
index 9b072e0ce..3aaa2d550 100644
--- a/docs/templates/network-devices-mikrotik-template-routerboard-rb2011-uias-rm/index.html
+++ b/docs/templates/network-devices-mikrotik-template-routerboard-rb2011-uias-rm/index.html
@@ -5,7 +5,7 @@
aa SNMP Mikrotik RB2011UiAS
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-sfp-mikrotik/index.html b/docs/templates/network-devices-mikrotik-template-sfp-mikrotik/index.html
index 7bd97a448..bf7a326d5 100644
--- a/docs/templates/network-devices-mikrotik-template-sfp-mikrotik/index.html
+++ b/docs/templates/network-devices-mikrotik-template-sfp-mikrotik/index.html
@@ -5,7 +5,7 @@
SFP Mikrotik
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-templete-ubiquiti/index.html b/docs/templates/network-devices-mikrotik-template-templete-ubiquiti/index.html
index 2f9639299..1f78addde 100644
--- a/docs/templates/network-devices-mikrotik-template-templete-ubiquiti/index.html
+++ b/docs/templates/network-devices-mikrotik-template-templete-ubiquiti/index.html
@@ -5,7 +5,7 @@
templete rsg
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-bgp-json/index.html b/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-bgp-json/index.html
index db6bcc6f5..687cfbcb9 100644
--- a/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-bgp-json/index.html
+++ b/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-bgp-json/index.html
@@ -5,7 +5,7 @@
Mikrotik - BGP LLD
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-ospf-json/index.html b/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-ospf-json/index.html
index 62ccfe440..0fb853fc2 100644
--- a/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-ospf-json/index.html
+++ b/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-ospf-json/index.html
@@ -5,7 +5,7 @@
Mikrotik - OSPF LLD
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-partition-table/index.html b/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-partition-table/index.html
index 22a143540..9d3d4c0a8 100644
--- a/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-partition-table/index.html
+++ b/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-partition-table/index.html
@@ -5,7 +5,7 @@
Mikrotik-Partion-Table
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-queue-tree/index.html b/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-queue-tree/index.html
index 7ac11bb1b..5792718f8 100644
--- a/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-queue-tree/index.html
+++ b/docs/templates/network-devices-mikrotik-template-zabbix-mikrotik-queue-tree/index.html
@@ -5,7 +5,7 @@
Mikrotik-Queue-Tree
-
+
diff --git a/docs/templates/network-devices-mikrotik-template-zabbix-routeros-bgp-monitoring/index.html b/docs/templates/network-devices-mikrotik-template-zabbix-routeros-bgp-monitoring/index.html
index ba129d456..09036d413 100644
--- a/docs/templates/network-devices-mikrotik-template-zabbix-routeros-bgp-monitoring/index.html
+++ b/docs/templates/network-devices-mikrotik-template-zabbix-routeros-bgp-monitoring/index.html
@@ -5,7 +5,7 @@
RouterOS BGP
-
+
diff --git a/docs/templates/network-devices-netgear-template-netgear-gs110tp/index.html b/docs/templates/network-devices-netgear-template-netgear-gs110tp/index.html
index 7fb91f51d..7df526ce5 100644
--- a/docs/templates/network-devices-netgear-template-netgear-gs110tp/index.html
+++ b/docs/templates/network-devices-netgear-template-netgear-gs110tp/index.html
@@ -5,7 +5,7 @@
Netgear_GS110TP
-
+
diff --git a/docs/templates/network-devices-netgear-template-netgear-wg103/index.html b/docs/templates/network-devices-netgear-template-netgear-wg103/index.html
index e738dd11e..ca072b05a 100644
--- a/docs/templates/network-devices-netgear-template-netgear-wg103/index.html
+++ b/docs/templates/network-devices-netgear-template-netgear-wg103/index.html
@@ -5,7 +5,7 @@
Netgear_WG103
-
+
diff --git a/docs/templates/network-devices-other-template-3com-4500/index.html b/docs/templates/network-devices-other-template-3com-4500/index.html
index c4d55b644..697ae4bfe 100644
--- a/docs/templates/network-devices-other-template-3com-4500/index.html
+++ b/docs/templates/network-devices-other-template-3com-4500/index.html
@@ -5,7 +5,7 @@
3COM 4500 52 Ports
-
+
diff --git a/docs/templates/network-devices-other-template-adva-fsp3000/index.html b/docs/templates/network-devices-other-template-adva-fsp3000/index.html
index 781a14c73..6bb880bb1 100644
--- a/docs/templates/network-devices-other-template-adva-fsp3000/index.html
+++ b/docs/templates/network-devices-other-template-adva-fsp3000/index.html
@@ -5,7 +5,7 @@
Adva SNMP Autodiscovery
-
+
diff --git a/docs/templates/network-devices-other-template-alvarion-breezenet-b10-b14-b28/index.html b/docs/templates/network-devices-other-template-alvarion-breezenet-b10-b14-b28/index.html
index 4415516fd..b8bdd0006 100644
--- a/docs/templates/network-devices-other-template-alvarion-breezenet-b10-b14-b28/index.html
+++ b/docs/templates/network-devices-other-template-alvarion-breezenet-b10-b14-b28/index.html
@@ -5,7 +5,7 @@
Net BreezeNet SNMPv1
-
+
diff --git a/docs/templates/network-devices-other-template-arbor-sp/index.html b/docs/templates/network-devices-other-template-arbor-sp/index.html
index 3f5e86570..e8e80541b 100644
--- a/docs/templates/network-devices-other-template-arbor-sp/index.html
+++ b/docs/templates/network-devices-other-template-arbor-sp/index.html
@@ -5,7 +5,7 @@
Arbor_SP
-
+
diff --git a/docs/templates/network-devices-other-template-arbor-tms/index.html b/docs/templates/network-devices-other-template-arbor-tms/index.html
index 680acefab..1ac619132 100644
--- a/docs/templates/network-devices-other-template-arbor-tms/index.html
+++ b/docs/templates/network-devices-other-template-arbor-tms/index.html
@@ -5,7 +5,7 @@
Arbor_TMS
-
+
diff --git a/docs/templates/network-devices-other-template-asga-olt2500/index.html b/docs/templates/network-devices-other-template-asga-olt2500/index.html
index 1fe4c8d99..3c8c173df 100644
--- a/docs/templates/network-devices-other-template-asga-olt2500/index.html
+++ b/docs/templates/network-devices-other-template-asga-olt2500/index.html
@@ -5,7 +5,7 @@
SNMP AsGa OLT2500
-
+
diff --git a/docs/templates/network-devices-other-template-docsis-cable-modem/index.html b/docs/templates/network-devices-other-template-docsis-cable-modem/index.html
index fe116a953..fa704db49 100644
--- a/docs/templates/network-devices-other-template-docsis-cable-modem/index.html
+++ b/docs/templates/network-devices-other-template-docsis-cable-modem/index.html
@@ -5,7 +5,7 @@
Docsis Cable Modem - 16Mbps
-
+
diff --git a/docs/templates/network-devices-other-template-enhanced-snmp-interface-discovery/index.html b/docs/templates/network-devices-other-template-enhanced-snmp-interface-discovery/index.html
index 2e46bc3cc..2268bda25 100644
--- a/docs/templates/network-devices-other-template-enhanced-snmp-interface-discovery/index.html
+++ b/docs/templates/network-devices-other-template-enhanced-snmp-interface-discovery/index.html
@@ -5,7 +5,7 @@
enhanced_snmp_interface_discovery
-
+
diff --git a/docs/templates/network-devices-other-template-h3c-wireless-ac-chinese/index.html b/docs/templates/network-devices-other-template-h3c-wireless-ac-chinese/index.html
index 3cbbbaf9b..e43384a66 100644
--- a/docs/templates/network-devices-other-template-h3c-wireless-ac-chinese/index.html
+++ b/docs/templates/network-devices-other-template-h3c-wireless-ac-chinese/index.html
@@ -5,7 +5,7 @@
Device H3C AC
-
+
diff --git a/docs/templates/network-devices-other-template-ip-cam-axis-m1013/index.html b/docs/templates/network-devices-other-template-ip-cam-axis-m1013/index.html
index 4dbde69c4..c062ed297 100644
--- a/docs/templates/network-devices-other-template-ip-cam-axis-m1013/index.html
+++ b/docs/templates/network-devices-other-template-ip-cam-axis-m1013/index.html
@@ -5,7 +5,7 @@
IP cam AXIS M1013
-
+
diff --git a/docs/templates/network-devices-other-template-net-digisol-dg-gs1526e-snmpv2/index.html b/docs/templates/network-devices-other-template-net-digisol-dg-gs1526e-snmpv2/index.html
index 46902dcc8..f4fa0c2fd 100644
--- a/docs/templates/network-devices-other-template-net-digisol-dg-gs1526e-snmpv2/index.html
+++ b/docs/templates/network-devices-other-template-net-digisol-dg-gs1526e-snmpv2/index.html
@@ -5,7 +5,7 @@
Net Digisol DG-GS1526E SNMPv2
-
+
diff --git a/docs/templates/network-devices-other-template-opengear-console/index.html b/docs/templates/network-devices-other-template-opengear-console/index.html
index 73e964701..8bec38598 100644
--- a/docs/templates/network-devices-other-template-opengear-console/index.html
+++ b/docs/templates/network-devices-other-template-opengear-console/index.html
@@ -5,7 +5,7 @@
Opengear_Console
-
+
diff --git a/docs/templates/network-devices-other-template-power-net-1000/index.html b/docs/templates/network-devices-other-template-power-net-1000/index.html
index 8f01ebc7f..e86ee5e91 100644
--- a/docs/templates/network-devices-other-template-power-net-1000/index.html
+++ b/docs/templates/network-devices-other-template-power-net-1000/index.html
@@ -5,7 +5,7 @@
VOLT - POWER NET 1000
-
+
diff --git a/docs/templates/network-devices-other-template-rad-airmux-400/index.html b/docs/templates/network-devices-other-template-rad-airmux-400/index.html
index 39eba3996..9231ba7db 100644
--- a/docs/templates/network-devices-other-template-rad-airmux-400/index.html
+++ b/docs/templates/network-devices-other-template-rad-airmux-400/index.html
@@ -5,7 +5,7 @@
Net RAD AirMux 400 SNMPv1
-
+
diff --git a/docs/templates/network-devices-other-template-room-alert-12er/index.html b/docs/templates/network-devices-other-template-room-alert-12er/index.html
index c8e30864d..7a49b98c9 100644
--- a/docs/templates/network-devices-other-template-room-alert-12er/index.html
+++ b/docs/templates/network-devices-other-template-room-alert-12er/index.html
@@ -5,7 +5,7 @@
Room Alert 12er
-
+
diff --git a/docs/templates/network-devices-other-template-ruckus-zonedirector/index.html b/docs/templates/network-devices-other-template-ruckus-zonedirector/index.html
index f59f55989..710859870 100644
--- a/docs/templates/network-devices-other-template-ruckus-zonedirector/index.html
+++ b/docs/templates/network-devices-other-template-ruckus-zonedirector/index.html
@@ -5,7 +5,7 @@
SNMP Ruckus Zonedirector
-
+
diff --git a/docs/templates/network-devices-other-template-snr-2990g-48/index.html b/docs/templates/network-devices-other-template-snr-2990g-48/index.html
index f393fa600..dde9a8c9d 100644
--- a/docs/templates/network-devices-other-template-snr-2990g-48/index.html
+++ b/docs/templates/network-devices-other-template-snr-2990g-48/index.html
@@ -5,7 +5,7 @@
SNR
-
+
diff --git a/docs/templates/network-devices-other-template-standard-dsl-snmp/index.html b/docs/templates/network-devices-other-template-standard-dsl-snmp/index.html
index 8bef5d172..22184f051 100644
--- a/docs/templates/network-devices-other-template-standard-dsl-snmp/index.html
+++ b/docs/templates/network-devices-other-template-standard-dsl-snmp/index.html
@@ -5,7 +5,7 @@
SNMP ADSL Stats
-
+
diff --git a/docs/templates/network-devices-other-template-stormshield/index.html b/docs/templates/network-devices-other-template-stormshield/index.html
index 578923aa0..f6b140ce7 100644
--- a/docs/templates/network-devices-other-template-stormshield/index.html
+++ b/docs/templates/network-devices-other-template-stormshield/index.html
@@ -5,7 +5,7 @@
Stormshield
-
+
diff --git a/docs/templates/network-devices-other-template-zabbix-newtecel470-satellite-modem/index.html b/docs/templates/network-devices-other-template-zabbix-newtecel470-satellite-modem/index.html
index c14672131..3f62f6181 100644
--- a/docs/templates/network-devices-other-template-zabbix-newtecel470-satellite-modem/index.html
+++ b/docs/templates/network-devices-other-template-zabbix-newtecel470-satellite-modem/index.html
@@ -5,7 +5,7 @@
Newtec
-
+
diff --git a/docs/templates/network-devices-palo-alto-template-palo-alto-firewall/index.html b/docs/templates/network-devices-palo-alto-template-palo-alto-firewall/index.html
index 19020e18f..baff797ea 100644
--- a/docs/templates/network-devices-palo-alto-template-palo-alto-firewall/index.html
+++ b/docs/templates/network-devices-palo-alto-template-palo-alto-firewall/index.html
@@ -5,7 +5,7 @@
Palo_Alto_Firewall
-
+
diff --git a/docs/templates/network-devices-palo-alto-template-palo-alto-pa-200-pan-os-ver-6-0-x/index.html b/docs/templates/network-devices-palo-alto-template-palo-alto-pa-200-pan-os-ver-6-0-x/index.html
index a6f92dfef..db2d4a2d7 100644
--- a/docs/templates/network-devices-palo-alto-template-palo-alto-pa-200-pan-os-ver-6-0-x/index.html
+++ b/docs/templates/network-devices-palo-alto-template-palo-alto-pa-200-pan-os-ver-6-0-x/index.html
@@ -5,7 +5,7 @@
Palo_Alto_PA200
-
+
diff --git a/docs/templates/network-devices-palo-alto-template-palo-alto-snmpv3/index.html b/docs/templates/network-devices-palo-alto-template-palo-alto-snmpv3/index.html
index b0d69dec4..5e5c2014b 100644
--- a/docs/templates/network-devices-palo-alto-template-palo-alto-snmpv3/index.html
+++ b/docs/templates/network-devices-palo-alto-template-palo-alto-snmpv3/index.html
@@ -5,7 +5,7 @@
Palo Alto SNMPv3 Auth Priv
-
+
diff --git a/docs/templates/network-devices-palo-alto-template-palo-alto-with-64-bit-counters-snmpv2/index.html b/docs/templates/network-devices-palo-alto-template-palo-alto-with-64-bit-counters-snmpv2/index.html
index 8491369a2..701d03b6e 100644
--- a/docs/templates/network-devices-palo-alto-template-palo-alto-with-64-bit-counters-snmpv2/index.html
+++ b/docs/templates/network-devices-palo-alto-template-palo-alto-with-64-bit-counters-snmpv2/index.html
@@ -5,7 +5,7 @@
Palo Alto SNMPv2 64-bit counters
-
+
diff --git a/docs/templates/network-devices-parks-template-parks-fiberlink-20048s/index.html b/docs/templates/network-devices-parks-template-parks-fiberlink-20048s/index.html
index e342a2543..c5d4b543a 100644
--- a/docs/templates/network-devices-parks-template-parks-fiberlink-20048s/index.html
+++ b/docs/templates/network-devices-parks-template-parks-fiberlink-20048s/index.html
@@ -5,7 +5,7 @@
Parks Fiberlink 20048S - V1.1
-
+
diff --git a/docs/templates/network-devices-peplink-template-peplink/index.html b/docs/templates/network-devices-peplink-template-peplink/index.html
index a83126c8f..f4c693184 100644
--- a/docs/templates/network-devices-peplink-template-peplink/index.html
+++ b/docs/templates/network-devices-peplink-template-peplink/index.html
@@ -5,7 +5,7 @@
Peplink
-
+
diff --git a/docs/templates/network-devices-qtech-template-qtech-ddm-sensors/index.html b/docs/templates/network-devices-qtech-template-qtech-ddm-sensors/index.html
index bb4ababa2..e8aa031be 100644
--- a/docs/templates/network-devices-qtech-template-qtech-ddm-sensors/index.html
+++ b/docs/templates/network-devices-qtech-template-qtech-ddm-sensors/index.html
@@ -5,7 +5,7 @@
Qtech_Sensors
-
+
diff --git a/docs/templates/network-devices-ruckus-template-ruckus-smartzone-zone-director/index.html b/docs/templates/network-devices-ruckus-template-ruckus-smartzone-zone-director/index.html
index e6175e2e0..c773f0b4e 100644
--- a/docs/templates/network-devices-ruckus-template-ruckus-smartzone-zone-director/index.html
+++ b/docs/templates/network-devices-ruckus-template-ruckus-smartzone-zone-director/index.html
@@ -5,7 +5,7 @@
SNMP Ruckus Zonedirector
-
+
diff --git a/docs/templates/network-devices-ruckus-template-snmp-ruckus-zonedirector-9-5/index.html b/docs/templates/network-devices-ruckus-template-snmp-ruckus-zonedirector-9-5/index.html
index 032a1c35f..d11b52393 100644
--- a/docs/templates/network-devices-ruckus-template-snmp-ruckus-zonedirector-9-5/index.html
+++ b/docs/templates/network-devices-ruckus-template-snmp-ruckus-zonedirector-9-5/index.html
@@ -5,7 +5,7 @@
SNMP Ruckus Zonedirector 9.5
-
+
diff --git a/docs/templates/network-devices-snr-template-snr-access-switches-snmpv2/index.html b/docs/templates/network-devices-snr-template-snr-access-switches-snmpv2/index.html
index 327e0a886..932426553 100644
--- a/docs/templates/network-devices-snr-template-snr-access-switches-snmpv2/index.html
+++ b/docs/templates/network-devices-snr-template-snr-access-switches-snmpv2/index.html
@@ -5,7 +5,7 @@
SNR Broadcast-Multicast-Unicast
-
+
diff --git a/docs/templates/network-devices-snr-template-snr-distribution-switches-snmpv2/index.html b/docs/templates/network-devices-snr-template-snr-distribution-switches-snmpv2/index.html
index 918001ba2..d4ee61488 100644
--- a/docs/templates/network-devices-snr-template-snr-distribution-switches-snmpv2/index.html
+++ b/docs/templates/network-devices-snr-template-snr-distribution-switches-snmpv2/index.html
@@ -5,7 +5,7 @@
SNR Broadcast-Multicast-Unicast
-
+
diff --git a/docs/templates/network-devices-sonicwall-template-sonicwall-nsa-series/index.html b/docs/templates/network-devices-sonicwall-template-sonicwall-nsa-series/index.html
index 7cdd21d8e..8f3af7c9b 100644
--- a/docs/templates/network-devices-sonicwall-template-sonicwall-nsa-series/index.html
+++ b/docs/templates/network-devices-sonicwall-template-sonicwall-nsa-series/index.html
@@ -5,7 +5,7 @@
SNMP Sonicwall 4600
-
+
diff --git a/docs/templates/network-devices-sonicwall-template-sonicwall-tz500-600/index.html b/docs/templates/network-devices-sonicwall-template-sonicwall-tz500-600/index.html
index 60aa91b77..9fdda8b5a 100644
--- a/docs/templates/network-devices-sonicwall-template-sonicwall-tz500-600/index.html
+++ b/docs/templates/network-devices-sonicwall-template-sonicwall-tz500-600/index.html
@@ -5,7 +5,7 @@
Sonicwall SNMP - TZ600
-
+
diff --git a/docs/templates/network-devices-template-actidata/index.html b/docs/templates/network-devices-template-actidata/index.html
index bc0520bdf..ec9a39d3f 100644
--- a/docs/templates/network-devices-template-actidata/index.html
+++ b/docs/templates/network-devices-template-actidata/index.html
@@ -5,7 +5,7 @@
Actidata NV1 SNMPv1
-
+
diff --git a/docs/templates/network-devices-template-asus-rt-ac87u/index.html b/docs/templates/network-devices-template-asus-rt-ac87u/index.html
index 206feeba8..1a5a87de2 100644
--- a/docs/templates/network-devices-template-asus-rt-ac87u/index.html
+++ b/docs/templates/network-devices-template-asus-rt-ac87u/index.html
@@ -5,7 +5,7 @@
ASUS-Router
-
+
diff --git a/docs/templates/network-devices-template-ciena-6500-optical-transport/index.html b/docs/templates/network-devices-template-ciena-6500-optical-transport/index.html
index 65b2a21dd..1d8afcb39 100644
--- a/docs/templates/network-devices-template-ciena-6500-optical-transport/index.html
+++ b/docs/templates/network-devices-template-ciena-6500-optical-transport/index.html
@@ -5,7 +5,7 @@
Ciena 6500 2
-
+
diff --git a/docs/templates/network-devices-template-ctcu-frm220/index.html b/docs/templates/network-devices-template-ctcu-frm220/index.html
index e07ff794c..bc316729b 100644
--- a/docs/templates/network-devices-template-ctcu-frm220/index.html
+++ b/docs/templates/network-devices-template-ctcu-frm220/index.html
@@ -5,7 +5,7 @@
CTCU Frm220
-
+
diff --git a/docs/templates/network-devices-template-h3c-wireless-ac-wx3500/index.html b/docs/templates/network-devices-template-h3c-wireless-ac-wx3500/index.html
index 574da7d72..d148c26f8 100644
--- a/docs/templates/network-devices-template-h3c-wireless-ac-wx3500/index.html
+++ b/docs/templates/network-devices-template-h3c-wireless-ac-wx3500/index.html
@@ -5,7 +5,7 @@
Network-H3C-WLC
-
+
diff --git a/docs/templates/network-devices-template-ips2222-snmp/index.html b/docs/templates/network-devices-template-ips2222-snmp/index.html
index c1c65f9f3..2903171a6 100644
--- a/docs/templates/network-devices-template-ips2222-snmp/index.html
+++ b/docs/templates/network-devices-template-ips2222-snmp/index.html
@@ -5,7 +5,7 @@
IPS2222
-
+
diff --git a/docs/templates/network-devices-template-meinberg-lantime/index.html b/docs/templates/network-devices-template-meinberg-lantime/index.html
index 6569fc304..0cb50d87d 100644
--- a/docs/templates/network-devices-template-meinberg-lantime/index.html
+++ b/docs/templates/network-devices-template-meinberg-lantime/index.html
@@ -5,7 +5,7 @@
Device - MEINBERG LANTIME
-
+
diff --git a/docs/templates/network-devices-template-meraki-dashboard-polling/index.html b/docs/templates/network-devices-template-meraki-dashboard-polling/index.html
index 7ff6bf234..8060afbcf 100644
--- a/docs/templates/network-devices-template-meraki-dashboard-polling/index.html
+++ b/docs/templates/network-devices-template-meraki-dashboard-polling/index.html
@@ -5,7 +5,7 @@
Meraki Dashboard
-
+
diff --git a/docs/templates/network-devices-template-nateks/index.html b/docs/templates/network-devices-template-nateks/index.html
index ed7c0c48d..e10296ddd 100644
--- a/docs/templates/network-devices-template-nateks/index.html
+++ b/docs/templates/network-devices-template-nateks/index.html
@@ -5,7 +5,7 @@
Nateks FG-ACE-CON-VF
-
+
diff --git a/docs/templates/network-devices-template-nec-univerge-ix/index.html b/docs/templates/network-devices-template-nec-univerge-ix/index.html
index de97657b1..e7fc9633a 100644
--- a/docs/templates/network-devices-template-nec-univerge-ix/index.html
+++ b/docs/templates/network-devices-template-nec-univerge-ix/index.html
@@ -5,7 +5,7 @@
Template Module EtherLike-MIB SNMP
-
+
diff --git a/docs/templates/network-devices-template-net-volt-netprobe-plus-snmpv2/index.html b/docs/templates/network-devices-template-net-volt-netprobe-plus-snmpv2/index.html
index 46fd2b9a7..67655554f 100644
--- a/docs/templates/network-devices-template-net-volt-netprobe-plus-snmpv2/index.html
+++ b/docs/templates/network-devices-template-net-volt-netprobe-plus-snmpv2/index.html
@@ -5,7 +5,7 @@
Net VOLT NetProbe Plus SNMPv2
-
+
diff --git a/docs/templates/network-devices-template-olt-zte-c320-optical-power-attenuation/index.html b/docs/templates/network-devices-template-olt-zte-c320-optical-power-attenuation/index.html
index 5db46f2fa..8a5cd2d48 100644
--- a/docs/templates/network-devices-template-olt-zte-c320-optical-power-attenuation/index.html
+++ b/docs/templates/network-devices-template-olt-zte-c320-optical-power-attenuation/index.html
@@ -5,7 +5,7 @@
Clientes OLT
-
+
diff --git a/docs/templates/network-devices-template-repotec-rp-pg1626w-stacked/index.html b/docs/templates/network-devices-template-repotec-rp-pg1626w-stacked/index.html
index 9acb140a5..907c9bb2d 100644
--- a/docs/templates/network-devices-template-repotec-rp-pg1626w-stacked/index.html
+++ b/docs/templates/network-devices-template-repotec-rp-pg1626w-stacked/index.html
@@ -5,7 +5,7 @@
Repotec-RP-PG1626W-Stacked
-
+
diff --git a/docs/templates/network-devices-template-ruijie/index.html b/docs/templates/network-devices-template-ruijie/index.html
index a25d3183a..7aadf5943 100644
--- a/docs/templates/network-devices-template-ruijie/index.html
+++ b/docs/templates/network-devices-template-ruijie/index.html
@@ -5,7 +5,7 @@
Ruijie BBU
-
+
diff --git a/docs/templates/network-devices-template-snmp-furukawa-olt-onu/index.html b/docs/templates/network-devices-template-snmp-furukawa-olt-onu/index.html
index 146a894d3..7b2dee827 100644
--- a/docs/templates/network-devices-template-snmp-furukawa-olt-onu/index.html
+++ b/docs/templates/network-devices-template-snmp-furukawa-olt-onu/index.html
@@ -5,7 +5,7 @@
SNMP Furukawa OLT-ONU G4S - G8S - G2500 - G1040 - LD3032
-
+
diff --git a/docs/templates/network-devices-template-snmp-router-ospf-v2/index.html b/docs/templates/network-devices-template-snmp-router-ospf-v2/index.html
index e0bf6b47f..5f2816ccf 100644
--- a/docs/templates/network-devices-template-snmp-router-ospf-v2/index.html
+++ b/docs/templates/network-devices-template-snmp-router-ospf-v2/index.html
@@ -5,7 +5,7 @@
SNMP Router OSPF v2
-
+
diff --git a/docs/templates/network-devices-template-sophos-xg-firewall-version-18-0-x/index.html b/docs/templates/network-devices-template-sophos-xg-firewall-version-18-0-x/index.html
index 649949498..f5c5f07c7 100644
--- a/docs/templates/network-devices-template-sophos-xg-firewall-version-18-0-x/index.html
+++ b/docs/templates/network-devices-template-sophos-xg-firewall-version-18-0-x/index.html
@@ -5,7 +5,7 @@
Sophos XG FW 18 SNMPv2
-
+
diff --git a/docs/templates/network-devices-template-spectralink-dect-server/index.html b/docs/templates/network-devices-template-spectralink-dect-server/index.html
index 1ad686715..7c957ab0c 100644
--- a/docs/templates/network-devices-template-spectralink-dect-server/index.html
+++ b/docs/templates/network-devices-template-spectralink-dect-server/index.html
@@ -5,7 +5,7 @@
Spectralink DECT server
-
+
diff --git a/docs/templates/network-devices-template-templete-ubiquiti/index.html b/docs/templates/network-devices-template-templete-ubiquiti/index.html
index 6815ba08d..26aff064f 100644
--- a/docs/templates/network-devices-template-templete-ubiquiti/index.html
+++ b/docs/templates/network-devices-template-templete-ubiquiti/index.html
@@ -5,7 +5,7 @@
templete rsg
-
+
diff --git a/docs/templates/network-devices-template-thecus-snmpv2-nas/index.html b/docs/templates/network-devices-template-thecus-snmpv2-nas/index.html
index c2a15db49..d7ea284a1 100644
--- a/docs/templates/network-devices-template-thecus-snmpv2-nas/index.html
+++ b/docs/templates/network-devices-template-thecus-snmpv2-nas/index.html
@@ -5,7 +5,7 @@
SNMP THECUS NAS
-
+
diff --git a/docs/templates/network-devices-template-witek-wireless-tek/index.html b/docs/templates/network-devices-template-witek-wireless-tek/index.html
index c5d037a80..019dcd40e 100644
--- a/docs/templates/network-devices-template-witek-wireless-tek/index.html
+++ b/docs/templates/network-devices-template-witek-wireless-tek/index.html
@@ -5,7 +5,7 @@
Witek Switch
-
+
diff --git a/docs/templates/network-devices-template-zte-c300-v1-2-5p3/index.html b/docs/templates/network-devices-template-zte-c300-v1-2-5p3/index.html
index f2b8e2605..6004fb6c5 100644
--- a/docs/templates/network-devices-template-zte-c300-v1-2-5p3/index.html
+++ b/docs/templates/network-devices-template-zte-c300-v1-2-5p3/index.html
@@ -5,7 +5,7 @@
ICMP Ping GPON
-
+
diff --git a/docs/templates/network-devices-template-zte-c300-v2-1/index.html b/docs/templates/network-devices-template-zte-c300-v2-1/index.html
index f5fc78cce..b08da24e6 100644
--- a/docs/templates/network-devices-template-zte-c300-v2-1/index.html
+++ b/docs/templates/network-devices-template-zte-c300-v2-1/index.html
@@ -5,7 +5,7 @@
ICMP Ping GPON
-
+
diff --git a/docs/templates/network-devices-template-zte-c320/index.html b/docs/templates/network-devices-template-zte-c320/index.html
index ff9f4b624..682351da7 100644
--- a/docs/templates/network-devices-template-zte-c320/index.html
+++ b/docs/templates/network-devices-template-zte-c320/index.html
@@ -5,7 +5,7 @@
ZTE-C320-GPON-nor
-
+
diff --git a/docs/templates/network-devices-tp-link-template-sg5428-g/index.html b/docs/templates/network-devices-tp-link-template-sg5428-g/index.html
index 02ccf3598..ff30819fd 100644
--- a/docs/templates/network-devices-tp-link-template-sg5428-g/index.html
+++ b/docs/templates/network-devices-tp-link-template-sg5428-g/index.html
@@ -5,7 +5,7 @@
TP-Link 5428
-
+
diff --git a/docs/templates/network-devices-tp-link-template-td-w8950n/index.html b/docs/templates/network-devices-tp-link-template-td-w8950n/index.html
index 0f5456bc4..984068386 100644
--- a/docs/templates/network-devices-tp-link-template-td-w8950n/index.html
+++ b/docs/templates/network-devices-tp-link-template-td-w8950n/index.html
@@ -5,7 +5,7 @@
TP-Link TD-W8950N
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-airfiber-5u/index.html b/docs/templates/network-devices-ubiquiti-template-airfiber-5u/index.html
index 15fe06907..53cb0f718 100644
--- a/docs/templates/network-devices-ubiquiti-template-airfiber-5u/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-airfiber-5u/index.html
@@ -5,7 +5,7 @@
AirFiber_5U
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-edgemax-snmpv2/index.html b/docs/templates/network-devices-ubiquiti-template-edgemax-snmpv2/index.html
index 8b2e0e230..76c5026b4 100644
--- a/docs/templates/network-devices-ubiquiti-template-edgemax-snmpv2/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-edgemax-snmpv2/index.html
@@ -5,7 +5,7 @@
EdgeMAX SNMPv2
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-ubiquit-unifi-ap-wifi/index.html b/docs/templates/network-devices-ubiquiti-template-ubiquit-unifi-ap-wifi/index.html
index b13d3d713..ff1e08e34 100644
--- a/docs/templates/network-devices-ubiquiti-template-ubiquit-unifi-ap-wifi/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-ubiquit-unifi-ap-wifi/index.html
@@ -5,7 +5,7 @@
Ubiquiti Unifi AP LR SNMPv1
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-ubiquiti-airmax-stations-clients/index.html b/docs/templates/network-devices-ubiquiti-template-ubiquiti-airmax-stations-clients/index.html
index dd8181014..c5991ac50 100644
--- a/docs/templates/network-devices-ubiquiti-template-ubiquiti-airmax-stations-clients/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-ubiquiti-airmax-stations-clients/index.html
@@ -5,7 +5,7 @@
Ubiquiti AirMax AP Clientes by Dzset
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-ubiquiti-airos8/index.html b/docs/templates/network-devices-ubiquiti-template-ubiquiti-airos8/index.html
index efb788221..23ca55611 100644
--- a/docs/templates/network-devices-ubiquiti-template-ubiquiti-airos8/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-ubiquiti-airos8/index.html
@@ -5,7 +5,7 @@
AirOS8
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-ubiquiti-ltu-rocket-wireless/index.html b/docs/templates/network-devices-ubiquiti-template-ubiquiti-ltu-rocket-wireless/index.html
index 98b217690..cbd0c352e 100644
--- a/docs/templates/network-devices-ubiquiti-template-ubiquiti-ltu-rocket-wireless/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-ubiquiti-ltu-rocket-wireless/index.html
@@ -5,7 +5,7 @@
Ubiquiti LTU-rocket wireless
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-unifi-ap-snmpv3/index.html b/docs/templates/network-devices-ubiquiti-template-unifi-ap-snmpv3/index.html
index 681166db3..b3234b3bf 100644
--- a/docs/templates/network-devices-ubiquiti-template-unifi-ap-snmpv3/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-unifi-ap-snmpv3/index.html
@@ -5,7 +5,7 @@
UBQT UNIFI SNMP V3 HN
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-unifi-snmp-2019-v1-0/index.html b/docs/templates/network-devices-ubiquiti-template-unifi-snmp-2019-v1-0/index.html
index 927d71988..f3b995edc 100644
--- a/docs/templates/network-devices-ubiquiti-template-unifi-snmp-2019-v1-0/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-unifi-snmp-2019-v1-0/index.html
@@ -5,7 +5,7 @@
UNIFI SNMP 2019 V1.0
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-unifi-snmp-2019-v1-1/index.html b/docs/templates/network-devices-ubiquiti-template-unifi-snmp-2019-v1-1/index.html
index 0f0254bf7..bcbda6cb2 100644
--- a/docs/templates/network-devices-ubiquiti-template-unifi-snmp-2019-v1-1/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-unifi-snmp-2019-v1-1/index.html
@@ -5,7 +5,7 @@
UBQT UNIFI SNMP V1 HN
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-unifi-switch-temperature/index.html b/docs/templates/network-devices-ubiquiti-template-unifi-switch-temperature/index.html
index 65e9ca94d..4bc5d5f0c 100644
--- a/docs/templates/network-devices-ubiquiti-template-unifi-switch-temperature/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-unifi-switch-temperature/index.html
@@ -5,7 +5,7 @@
Unifi Switch 16 POE-150W Temperature
-
+
diff --git a/docs/templates/network-devices-ubiquiti-template-unifi/index.html b/docs/templates/network-devices-ubiquiti-template-unifi/index.html
index bf9872038..940101595 100644
--- a/docs/templates/network-devices-ubiquiti-template-unifi/index.html
+++ b/docs/templates/network-devices-ubiquiti-template-unifi/index.html
@@ -5,7 +5,7 @@
Ubitiqui
-
+
diff --git a/docs/templates/network-devices-watchguard-template-firebox-watchguard-m400/index.html b/docs/templates/network-devices-watchguard-template-firebox-watchguard-m400/index.html
index fe14d7bbe..a071719ce 100644
--- a/docs/templates/network-devices-watchguard-template-firebox-watchguard-m400/index.html
+++ b/docs/templates/network-devices-watchguard-template-firebox-watchguard-m400/index.html
@@ -5,7 +5,7 @@
Halley Firewall Watchguard M400
-
+
diff --git a/docs/templates/network-devices-watchguard-template-watchguard-snmp-post-v12-0/index.html b/docs/templates/network-devices-watchguard-template-watchguard-snmp-post-v12-0/index.html
index 2dcf0e7c9..cde48f198 100644
--- a/docs/templates/network-devices-watchguard-template-watchguard-snmp-post-v12-0/index.html
+++ b/docs/templates/network-devices-watchguard-template-watchguard-snmp-post-v12-0/index.html
@@ -5,7 +5,7 @@
Watchguard Firewall
-
+
diff --git a/docs/templates/network-devices-yamaha-template-swx2300/index.html b/docs/templates/network-devices-yamaha-template-swx2300/index.html
index 4074df805..65102ae25 100644
--- a/docs/templates/network-devices-yamaha-template-swx2300/index.html
+++ b/docs/templates/network-devices-yamaha-template-swx2300/index.html
@@ -5,7 +5,7 @@
SNMP Generic
-
+
diff --git a/docs/templates/network-devices-zyxel-template-zyxel-ndms/index.html b/docs/templates/network-devices-zyxel-template-zyxel-ndms/index.html
index 73e88831c..42ec0801e 100644
--- a/docs/templates/network-devices-zyxel-template-zyxel-ndms/index.html
+++ b/docs/templates/network-devices-zyxel-template-zyxel-ndms/index.html
@@ -5,7 +5,7 @@
SNMP ZyXEL NDMS
-
+
diff --git a/docs/templates/operating-systems-freebsd-template-freebsd-cpu-temperature-featuring-lld-intel-amd/index.html b/docs/templates/operating-systems-freebsd-template-freebsd-cpu-temperature-featuring-lld-intel-amd/index.html
index a492fedeb..ff57768a2 100644
--- a/docs/templates/operating-systems-freebsd-template-freebsd-cpu-temperature-featuring-lld-intel-amd/index.html
+++ b/docs/templates/operating-systems-freebsd-template-freebsd-cpu-temperature-featuring-lld-intel-amd/index.html
@@ -5,7 +5,7 @@
FreeBSD Core Temp
-
+
diff --git a/docs/templates/operating-systems-freebsd-template-ip-utilisation/index.html b/docs/templates/operating-systems-freebsd-template-ip-utilisation/index.html
index 63ea26c12..c68bc988b 100644
--- a/docs/templates/operating-systems-freebsd-template-ip-utilisation/index.html
+++ b/docs/templates/operating-systems-freebsd-template-ip-utilisation/index.html
@@ -5,7 +5,7 @@
FreeBSD IP statistics
-
+
diff --git a/docs/templates/operating-systems-ibm-i-i5-os-os-400-for-ibm-system-i-as-400-template-example-for-as-400-agent-emulator/index.html b/docs/templates/operating-systems-ibm-i-i5-os-os-400-for-ibm-system-i-as-400-template-example-for-as-400-agent-emulator/index.html
index 4a2cbb946..320a28f45 100644
--- a/docs/templates/operating-systems-ibm-i-i5-os-os-400-for-ibm-system-i-as-400-template-example-for-as-400-agent-emulator/index.html
+++ b/docs/templates/operating-systems-ibm-i-i5-os-os-400-for-ibm-system-i-as-400-template-example-for-as-400-agent-emulator/index.html
@@ -5,7 +5,7 @@
App Zabbix Agent
-
+
diff --git a/docs/templates/operating-systems-linux-template-conntrack/index.html b/docs/templates/operating-systems-linux-template-conntrack/index.html
index f02b9e564..b0a5e1ae3 100644
--- a/docs/templates/operating-systems-linux-template-conntrack/index.html
+++ b/docs/templates/operating-systems-linux-template-conntrack/index.html
@@ -5,7 +5,7 @@
Network Performance Conntrack
-
+
diff --git a/docs/templates/operating-systems-linux-template-iostat-monitoring/index.html b/docs/templates/operating-systems-linux-template-iostat-monitoring/index.html
index 0385169af..4012e21e8 100644
--- a/docs/templates/operating-systems-linux-template-iostat-monitoring/index.html
+++ b/docs/templates/operating-systems-linux-template-iostat-monitoring/index.html
@@ -5,7 +5,7 @@
Iostat monitoring
-
+
diff --git a/docs/templates/operating-systems-linux-template-linux-disk-monitoring-with-iostat/index.html b/docs/templates/operating-systems-linux-template-linux-disk-monitoring-with-iostat/index.html
index bd33137de..d13af2dae 100644
--- a/docs/templates/operating-systems-linux-template-linux-disk-monitoring-with-iostat/index.html
+++ b/docs/templates/operating-systems-linux-template-linux-disk-monitoring-with-iostat/index.html
@@ -5,7 +5,7 @@
Halley Linux Disk_iostat
-
+
diff --git a/docs/templates/operating-systems-linux-template-linux-grafana/index.html b/docs/templates/operating-systems-linux-template-linux-grafana/index.html
index c4190b26d..911feda94 100644
--- a/docs/templates/operating-systems-linux-template-linux-grafana/index.html
+++ b/docs/templates/operating-systems-linux-template-linux-grafana/index.html
@@ -5,7 +5,7 @@
App Zabbix Agent
-
+
diff --git a/docs/templates/operating-systems-linux-template-listening-tcp-port-discovery-and-monitoring/index.html b/docs/templates/operating-systems-linux-template-listening-tcp-port-discovery-and-monitoring/index.html
index daf62e28f..d75eb0f99 100644
--- a/docs/templates/operating-systems-linux-template-listening-tcp-port-discovery-and-monitoring/index.html
+++ b/docs/templates/operating-systems-linux-template-listening-tcp-port-discovery-and-monitoring/index.html
@@ -5,7 +5,7 @@
TCP port monitoring
-
+
diff --git a/docs/templates/operating-systems-linux-template-lm-sensors-snmp/index.html b/docs/templates/operating-systems-linux-template-lm-sensors-snmp/index.html
index a8126f918..a8a1f5217 100644
--- a/docs/templates/operating-systems-linux-template-lm-sensors-snmp/index.html
+++ b/docs/templates/operating-systems-linux-template-lm-sensors-snmp/index.html
@@ -5,7 +5,7 @@
SNMPv2 LM-SENSORS
-
+
diff --git a/docs/templates/operating-systems-linux-template-lvm-cache/index.html b/docs/templates/operating-systems-linux-template-lvm-cache/index.html
index 51f12194b..04f9a91e8 100644
--- a/docs/templates/operating-systems-linux-template-lvm-cache/index.html
+++ b/docs/templates/operating-systems-linux-template-lvm-cache/index.html
@@ -5,7 +5,7 @@
LVM Cache
-
+
diff --git a/docs/templates/operating-systems-linux-template-module-linux-active-user-status-by-zabbix-agent-active/index.html b/docs/templates/operating-systems-linux-template-module-linux-active-user-status-by-zabbix-agent-active/index.html
index 55735b1a2..064687bbb 100644
--- a/docs/templates/operating-systems-linux-template-module-linux-active-user-status-by-zabbix-agent-active/index.html
+++ b/docs/templates/operating-systems-linux-template-module-linux-active-user-status-by-zabbix-agent-active/index.html
@@ -5,7 +5,7 @@
Module Linux Active User Status by Zabbix Agent active
-
+
diff --git a/docs/templates/operating-systems-linux-template-module-linux-xfs-by-zabbix-agent/index.html b/docs/templates/operating-systems-linux-template-module-linux-xfs-by-zabbix-agent/index.html
index d2d386e47..987bf31e3 100644
--- a/docs/templates/operating-systems-linux-template-module-linux-xfs-by-zabbix-agent/index.html
+++ b/docs/templates/operating-systems-linux-template-module-linux-xfs-by-zabbix-agent/index.html
@@ -5,7 +5,7 @@
Module Linux XFS by Zabbix agent
-
+
diff --git a/docs/templates/operating-systems-linux-template-monitor-mounts-on-fstab/index.html b/docs/templates/operating-systems-linux-template-monitor-mounts-on-fstab/index.html
index 6880f7f20..179383ede 100644
--- a/docs/templates/operating-systems-linux-template-monitor-mounts-on-fstab/index.html
+++ b/docs/templates/operating-systems-linux-template-monitor-mounts-on-fstab/index.html
@@ -5,7 +5,7 @@
Check Mount Point
-
+
diff --git a/docs/templates/operating-systems-linux-template-monitor-one-linux-service-using-systemctl/index.html b/docs/templates/operating-systems-linux-template-monitor-one-linux-service-using-systemctl/index.html
index 88127ced8..d5f9b2148 100644
--- a/docs/templates/operating-systems-linux-template-monitor-one-linux-service-using-systemctl/index.html
+++ b/docs/templates/operating-systems-linux-template-monitor-one-linux-service-using-systemctl/index.html
@@ -5,7 +5,7 @@
Monitor one Linux Services
-
+
diff --git a/docs/templates/operating-systems-linux-template-nfss-for-v3-v4-using-vfs-file-regex/index.html b/docs/templates/operating-systems-linux-template-nfss-for-v3-v4-using-vfs-file-regex/index.html
index 88abd24b9..36518321c 100644
--- a/docs/templates/operating-systems-linux-template-nfss-for-v3-v4-using-vfs-file-regex/index.html
+++ b/docs/templates/operating-systems-linux-template-nfss-for-v3-v4-using-vfs-file-regex/index.html
@@ -5,7 +5,7 @@
Linux NFS v3 Client
-
+
diff --git a/docs/templates/operating-systems-linux-template-operating-system-identification/index.html b/docs/templates/operating-systems-linux-template-operating-system-identification/index.html
index 6f9668c47..5d04f6cc1 100644
--- a/docs/templates/operating-systems-linux-template-operating-system-identification/index.html
+++ b/docs/templates/operating-systems-linux-template-operating-system-identification/index.html
@@ -5,7 +5,7 @@
OSI_v2
-
+
diff --git a/docs/templates/operating-systems-linux-template-os-linux-diskstats/index.html b/docs/templates/operating-systems-linux-template-os-linux-diskstats/index.html
index dd7d53b29..dd6d08c60 100644
--- a/docs/templates/operating-systems-linux-template-os-linux-diskstats/index.html
+++ b/docs/templates/operating-systems-linux-template-os-linux-diskstats/index.html
@@ -5,7 +5,7 @@
OS Linux diskstats
-
+
diff --git a/docs/templates/operating-systems-linux-template-systemd-service-monitoring-via-zabbix-agent-2-native-discovery/index.html b/docs/templates/operating-systems-linux-template-systemd-service-monitoring-via-zabbix-agent-2-native-discovery/index.html
index 1c676aad7..e50431e01 100644
--- a/docs/templates/operating-systems-linux-template-systemd-service-monitoring-via-zabbix-agent-2-native-discovery/index.html
+++ b/docs/templates/operating-systems-linux-template-systemd-service-monitoring-via-zabbix-agent-2-native-discovery/index.html
@@ -5,7 +5,7 @@
Module Linux systemd by Zabbix agent 2
-
+
diff --git a/docs/templates/operating-systems-linux-template-ucd-disks-monitoring/index.html b/docs/templates/operating-systems-linux-template-ucd-disks-monitoring/index.html
index 5add2f8d8..ef86d08d1 100644
--- a/docs/templates/operating-systems-linux-template-ucd-disks-monitoring/index.html
+++ b/docs/templates/operating-systems-linux-template-ucd-disks-monitoring/index.html
@@ -5,7 +5,7 @@
SNMP UCD Disk
-
+
diff --git a/docs/templates/operating-systems-linux-template-zfs-on-linux/index.html b/docs/templates/operating-systems-linux-template-zfs-on-linux/index.html
index 1499624da..2296328f0 100644
--- a/docs/templates/operating-systems-linux-template-zfs-on-linux/index.html
+++ b/docs/templates/operating-systems-linux-template-zfs-on-linux/index.html
@@ -5,7 +5,7 @@
ZFS on Linux
-
+
diff --git a/docs/templates/operating-systems-mac-os-template-macos-content-caching/index.html b/docs/templates/operating-systems-mac-os-template-macos-content-caching/index.html
index 85ffaffb1..3a37829f5 100644
--- a/docs/templates/operating-systems-mac-os-template-macos-content-caching/index.html
+++ b/docs/templates/operating-systems-mac-os-template-macos-content-caching/index.html
@@ -5,7 +5,7 @@
macOS Content Cache
-
+
diff --git a/docs/templates/operating-systems-template-checks-windows-activation/index.html b/docs/templates/operating-systems-template-checks-windows-activation/index.html
index 6556a4b2c..799b162c4 100644
--- a/docs/templates/operating-systems-template-checks-windows-activation/index.html
+++ b/docs/templates/operating-systems-template-checks-windows-activation/index.html
@@ -5,7 +5,7 @@
Ativacao do Windows
-
+
diff --git a/docs/templates/operating-systems-template-domination/index.html b/docs/templates/operating-systems-template-domination/index.html
index f49f37b93..3dd1ecd8b 100644
--- a/docs/templates/operating-systems-template-domination/index.html
+++ b/docs/templates/operating-systems-template-domination/index.html
@@ -5,7 +5,7 @@
Domination
-
+
diff --git a/docs/templates/operating-systems-template-escopo-dhcp-e-estatisticas/index.html b/docs/templates/operating-systems-template-escopo-dhcp-e-estatisticas/index.html
index 0402abe68..d19ff2607 100644
--- a/docs/templates/operating-systems-template-escopo-dhcp-e-estatisticas/index.html
+++ b/docs/templates/operating-systems-template-escopo-dhcp-e-estatisticas/index.html
@@ -5,7 +5,7 @@
HSC Discovery DHCP scopes - HSC
-
+
diff --git a/docs/templates/operating-systems-template-linux-services/index.html b/docs/templates/operating-systems-template-linux-services/index.html
index 1a874ca88..0f5b05f15 100644
--- a/docs/templates/operating-systems-template-linux-services/index.html
+++ b/docs/templates/operating-systems-template-linux-services/index.html
@@ -5,7 +5,7 @@
Linux_Services
-
+
diff --git a/docs/templates/operating-systems-template-snmp-linux-processes-load/index.html b/docs/templates/operating-systems-template-snmp-linux-processes-load/index.html
index 97f3e3d5e..75e067161 100644
--- a/docs/templates/operating-systems-template-snmp-linux-processes-load/index.html
+++ b/docs/templates/operating-systems-template-snmp-linux-processes-load/index.html
@@ -5,7 +5,7 @@
SNMP Linux Processes Load
-
+
diff --git a/docs/templates/operating-systems-template-snmp-time-difference/index.html b/docs/templates/operating-systems-template-snmp-time-difference/index.html
index dffb38a30..c02ec1b20 100644
--- a/docs/templates/operating-systems-template-snmp-time-difference/index.html
+++ b/docs/templates/operating-systems-template-snmp-time-difference/index.html
@@ -5,7 +5,7 @@
SNMP Time Diff
-
+
diff --git a/docs/templates/operating-systems-vmware-template-esxi-hp-smart-array-monitoring/index.html b/docs/templates/operating-systems-vmware-template-esxi-hp-smart-array-monitoring/index.html
index 72329fa5a..1d414b2fb 100644
--- a/docs/templates/operating-systems-vmware-template-esxi-hp-smart-array-monitoring/index.html
+++ b/docs/templates/operating-systems-vmware-template-esxi-hp-smart-array-monitoring/index.html
@@ -5,7 +5,7 @@
ESXi HP Smart Array
-
+
diff --git a/docs/templates/operating-systems-vmware-template-esxi-snmp-only-for-zabbix3-0/index.html b/docs/templates/operating-systems-vmware-template-esxi-snmp-only-for-zabbix3-0/index.html
index cb50d20fc..44c372ba1 100644
--- a/docs/templates/operating-systems-vmware-template-esxi-snmp-only-for-zabbix3-0/index.html
+++ b/docs/templates/operating-systems-vmware-template-esxi-snmp-only-for-zabbix3-0/index.html
@@ -5,7 +5,7 @@
SNMP OS ESXi
-
+
diff --git a/docs/templates/operating-systems-vmware-template-esxi-snmp-ver-3-4/index.html b/docs/templates/operating-systems-vmware-template-esxi-snmp-ver-3-4/index.html
index 06de600f9..b605a06d3 100644
--- a/docs/templates/operating-systems-vmware-template-esxi-snmp-ver-3-4/index.html
+++ b/docs/templates/operating-systems-vmware-template-esxi-snmp-ver-3-4/index.html
@@ -5,7 +5,7 @@
SNMP OS ESXi
-
+
diff --git a/docs/templates/operating-systems-windows-template-ad-ds-health-and-performance/index.html b/docs/templates/operating-systems-windows-template-ad-ds-health-and-performance/index.html
index 61d90c0bc..a4fdf1c60 100644
--- a/docs/templates/operating-systems-windows-template-ad-ds-health-and-performance/index.html
+++ b/docs/templates/operating-systems-windows-template-ad-ds-health-and-performance/index.html
@@ -5,7 +5,7 @@
AD DS Health and Performance
-
+
diff --git a/docs/templates/operating-systems-windows-template-ad-ds-monitoring-and-attack-detection/index.html b/docs/templates/operating-systems-windows-template-ad-ds-monitoring-and-attack-detection/index.html
index 7e4173b60..32764aecb 100644
--- a/docs/templates/operating-systems-windows-template-ad-ds-monitoring-and-attack-detection/index.html
+++ b/docs/templates/operating-systems-windows-template-ad-ds-monitoring-and-attack-detection/index.html
@@ -5,7 +5,7 @@
AD DS Monitoring and Attack Detection
-
+
diff --git a/docs/templates/operating-systems-windows-template-agentless-storage-and-processor-statistics/index.html b/docs/templates/operating-systems-windows-template-agentless-storage-and-processor-statistics/index.html
index c21148e3f..02f657611 100644
--- a/docs/templates/operating-systems-windows-template-agentless-storage-and-processor-statistics/index.html
+++ b/docs/templates/operating-systems-windows-template-agentless-storage-and-processor-statistics/index.html
@@ -5,7 +5,7 @@
OS Windows WMI
-
+
diff --git a/docs/templates/operating-systems-windows-template-for-icmp-ping-from-the-zabbix-windows-agent/index.html b/docs/templates/operating-systems-windows-template-for-icmp-ping-from-the-zabbix-windows-agent/index.html
index acc51ac7b..84c4aac84 100644
--- a/docs/templates/operating-systems-windows-template-for-icmp-ping-from-the-zabbix-windows-agent/index.html
+++ b/docs/templates/operating-systems-windows-template-for-icmp-ping-from-the-zabbix-windows-agent/index.html
@@ -5,7 +5,7 @@
Module ICMP ping from the Zabbix Windows agent
-
+
diff --git a/docs/templates/operating-systems-windows-template-module-windows-users/index.html b/docs/templates/operating-systems-windows-template-module-windows-users/index.html
index 6496b8e16..16ceba3ab 100644
--- a/docs/templates/operating-systems-windows-template-module-windows-users/index.html
+++ b/docs/templates/operating-systems-windows-template-module-windows-users/index.html
@@ -5,7 +5,7 @@
Module Windows users by Zabbix agent
-
+
diff --git a/docs/templates/operating-systems-windows-template-os-windows-server-2012-2016-v-1-1/index.html b/docs/templates/operating-systems-windows-template-os-windows-server-2012-2016-v-1-1/index.html
index f3f1fb5fc..647e114dc 100644
--- a/docs/templates/operating-systems-windows-template-os-windows-server-2012-2016-v-1-1/index.html
+++ b/docs/templates/operating-systems-windows-template-os-windows-server-2012-2016-v-1-1/index.html
@@ -5,7 +5,7 @@
OS Windows Server 2012-2016
-
+
diff --git a/docs/templates/operating-systems-windows-template-os-windows-server/index.html b/docs/templates/operating-systems-windows-template-os-windows-server/index.html
index e73fc52a7..6ae61ded4 100644
--- a/docs/templates/operating-systems-windows-template-os-windows-server/index.html
+++ b/docs/templates/operating-systems-windows-template-os-windows-server/index.html
@@ -5,7 +5,7 @@
OS Windows Server
-
+
diff --git a/docs/templates/operating-systems-windows-template-rdp-users/index.html b/docs/templates/operating-systems-windows-template-rdp-users/index.html
index 918bb099c..f0e992aee 100644
--- a/docs/templates/operating-systems-windows-template-rdp-users/index.html
+++ b/docs/templates/operating-systems-windows-template-rdp-users/index.html
@@ -5,7 +5,7 @@
RDPUsers
-
+
diff --git a/docs/templates/operating-systems-windows-template-storage-disk-c-and-disk-d/index.html b/docs/templates/operating-systems-windows-template-storage-disk-c-and-disk-d/index.html
index 66c90c46f..c57be683c 100644
--- a/docs/templates/operating-systems-windows-template-storage-disk-c-and-disk-d/index.html
+++ b/docs/templates/operating-systems-windows-template-storage-disk-c-and-disk-d/index.html
@@ -5,7 +5,7 @@
Storage
-
+
diff --git a/docs/templates/operating-systems-windows-template-tcp-udp-windows-connections/index.html b/docs/templates/operating-systems-windows-template-tcp-udp-windows-connections/index.html
index 36e14a6b5..24e41ab65 100644
--- a/docs/templates/operating-systems-windows-template-tcp-udp-windows-connections/index.html
+++ b/docs/templates/operating-systems-windows-template-tcp-udp-windows-connections/index.html
@@ -5,7 +5,7 @@
Sockstat Statistics Windows
-
+
diff --git a/docs/templates/operating-systems-windows-template-vmware-tools-windows-performance-counters/index.html b/docs/templates/operating-systems-windows-template-vmware-tools-windows-performance-counters/index.html
index 21136cdb8..5a450a7e3 100644
--- a/docs/templates/operating-systems-windows-template-vmware-tools-windows-performance-counters/index.html
+++ b/docs/templates/operating-systems-windows-template-vmware-tools-windows-performance-counters/index.html
@@ -5,7 +5,7 @@
VMware Tools Windows performance counters
-
+
diff --git a/docs/templates/operating-systems-windows-template-windows-ad-event-log-2008-r2-2012-r2/index.html b/docs/templates/operating-systems-windows-template-windows-ad-event-log-2008-r2-2012-r2/index.html
index 0cda9d7c0..34f213865 100644
--- a/docs/templates/operating-systems-windows-template-windows-ad-event-log-2008-r2-2012-r2/index.html
+++ b/docs/templates/operating-systems-windows-template-windows-ad-event-log-2008-r2-2012-r2/index.html
@@ -5,7 +5,7 @@
Event User Log
-
+
diff --git a/docs/templates/operating-systems-windows-template-windows-defender-and-antimalware-eventlog-monitoring/index.html b/docs/templates/operating-systems-windows-template-windows-defender-and-antimalware-eventlog-monitoring/index.html
index 08ed6a7f9..f7db1ef26 100644
--- a/docs/templates/operating-systems-windows-template-windows-defender-and-antimalware-eventlog-monitoring/index.html
+++ b/docs/templates/operating-systems-windows-template-windows-defender-and-antimalware-eventlog-monitoring/index.html
@@ -5,7 +5,7 @@
Metrics Windows Defender
-
+
diff --git a/docs/templates/operating-systems-windows-template-windows-defender-wmi-monitoring/index.html b/docs/templates/operating-systems-windows-template-windows-defender-wmi-monitoring/index.html
index 16a09dc69..6dd64a6ff 100644
--- a/docs/templates/operating-systems-windows-template-windows-defender-wmi-monitoring/index.html
+++ b/docs/templates/operating-systems-windows-template-windows-defender-wmi-monitoring/index.html
@@ -5,7 +5,7 @@
Windows Defender WMI
-
+
diff --git a/docs/templates/operating-systems-windows-template-windows-dhcp-server-scopes-discovery-snmp/index.html b/docs/templates/operating-systems-windows-template-windows-dhcp-server-scopes-discovery-snmp/index.html
index 17e48ca1b..1163ba184 100644
--- a/docs/templates/operating-systems-windows-template-windows-dhcp-server-scopes-discovery-snmp/index.html
+++ b/docs/templates/operating-systems-windows-template-windows-dhcp-server-scopes-discovery-snmp/index.html
@@ -5,7 +5,7 @@
Discovery DHCP scopes
-
+
diff --git a/docs/templates/operating-systems-windows-template-windows-disk-space-monitoring/index.html b/docs/templates/operating-systems-windows-template-windows-disk-space-monitoring/index.html
index 078f9615f..bea8cd9a9 100644
--- a/docs/templates/operating-systems-windows-template-windows-disk-space-monitoring/index.html
+++ b/docs/templates/operating-systems-windows-template-windows-disk-space-monitoring/index.html
@@ -5,7 +5,7 @@
OS Windows Disk Space
-
+
diff --git a/docs/templates/operating-systems-windows-template-windows-physical-drive-iops/index.html b/docs/templates/operating-systems-windows-template-windows-physical-drive-iops/index.html
index b0bbc773c..39a5701b1 100644
--- a/docs/templates/operating-systems-windows-template-windows-physical-drive-iops/index.html
+++ b/docs/templates/operating-systems-windows-template-windows-physical-drive-iops/index.html
@@ -5,7 +5,7 @@
Windows Physical Disk IOPS
-
+
diff --git a/docs/templates/operating-systems-windows-template-windows-wbadmin-log/index.html b/docs/templates/operating-systems-windows-template-windows-wbadmin-log/index.html
index 4084be435..b1ef10de2 100644
--- a/docs/templates/operating-systems-windows-template-windows-wbadmin-log/index.html
+++ b/docs/templates/operating-systems-windows-template-windows-wbadmin-log/index.html
@@ -5,7 +5,7 @@
Event Windows Backup
-
+
diff --git a/docs/templates/operating-systems-windows-template-zabbix-for-microsoft-windows-server/index.html b/docs/templates/operating-systems-windows-template-zabbix-for-microsoft-windows-server/index.html
index 0cc6b30de..aa63d66e9 100644
--- a/docs/templates/operating-systems-windows-template-zabbix-for-microsoft-windows-server/index.html
+++ b/docs/templates/operating-systems-windows-template-zabbix-for-microsoft-windows-server/index.html
@@ -5,7 +5,7 @@
OS Windows Server Baseline
-
+
diff --git a/docs/templates/operating-systems-windows-template-zabbix-for-ntfs-mountpoins-as-folders/index.html b/docs/templates/operating-systems-windows-template-zabbix-for-ntfs-mountpoins-as-folders/index.html
index 494798872..a847cd383 100644
--- a/docs/templates/operating-systems-windows-template-zabbix-for-ntfs-mountpoins-as-folders/index.html
+++ b/docs/templates/operating-systems-windows-template-zabbix-for-ntfs-mountpoins-as-folders/index.html
@@ -5,7 +5,7 @@
getWindowsMountPointsToFolders
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-inrow/index.html b/docs/templates/power-ups-apc-template-apc-inrow/index.html
index b8db12ec3..cd9996f61 100644
--- a/docs/templates/power-ups-apc-template-apc-inrow/index.html
+++ b/docs/templates/power-ups-apc-template-apc-inrow/index.html
@@ -5,7 +5,7 @@
SNMP APC InRow
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-network-management-card-2/index.html b/docs/templates/power-ups-apc-template-apc-network-management-card-2/index.html
index ca30de01b..c8daa32c0 100644
--- a/docs/templates/power-ups-apc-template-apc-network-management-card-2/index.html
+++ b/docs/templates/power-ups-apc-template-apc-network-management-card-2/index.html
@@ -5,7 +5,7 @@
APC_NMC2
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-pdu-ap7953/index.html b/docs/templates/power-ups-apc-template-apc-pdu-ap7953/index.html
index ceec6be48..f0927e0f2 100644
--- a/docs/templates/power-ups-apc-template-apc-pdu-ap7953/index.html
+++ b/docs/templates/power-ups-apc-template-apc-pdu-ap7953/index.html
@@ -5,7 +5,7 @@
SNMP APC PDU AP79XX
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-pdu-detailed/index.html b/docs/templates/power-ups-apc-template-apc-pdu-detailed/index.html
index 4f8eae32c..bf7966d50 100644
--- a/docs/templates/power-ups-apc-template-apc-pdu-detailed/index.html
+++ b/docs/templates/power-ups-apc-template-apc-pdu-detailed/index.html
@@ -5,7 +5,7 @@
APC PDU
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-pdu-new-snmp/index.html b/docs/templates/power-ups-apc-template-apc-pdu-new-snmp/index.html
index ba7bda7b0..c776efcd7 100644
--- a/docs/templates/power-ups-apc-template-apc-pdu-new-snmp/index.html
+++ b/docs/templates/power-ups-apc-template-apc-pdu-new-snmp/index.html
@@ -5,7 +5,7 @@
SNMP APC PDU
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-smart-ups-750/index.html b/docs/templates/power-ups-apc-template-apc-smart-ups-750/index.html
index 7728104cf..2f2644c6e 100644
--- a/docs/templates/power-ups-apc-template-apc-smart-ups-750/index.html
+++ b/docs/templates/power-ups-apc-template-apc-smart-ups-750/index.html
@@ -5,7 +5,7 @@
APC Smart-UPS
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-smart-ups-through-apcupsd-and-ssh/index.html b/docs/templates/power-ups-apc-template-apc-smart-ups-through-apcupsd-and-ssh/index.html
index b3a268435..b61ee6be4 100644
--- a/docs/templates/power-ups-apc-template-apc-smart-ups-through-apcupsd-and-ssh/index.html
+++ b/docs/templates/power-ups-apc-template-apc-smart-ups-through-apcupsd-and-ssh/index.html
@@ -5,7 +5,7 @@
APC Smart-UPS through apcupsd and ssh
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-ups-nmc-2-ap9619/index.html b/docs/templates/power-ups-apc-template-apc-ups-nmc-2-ap9619/index.html
index 58f2728ca..4ad8cbac0 100644
--- a/docs/templates/power-ups-apc-template-apc-ups-nmc-2-ap9619/index.html
+++ b/docs/templates/power-ups-apc-template-apc-ups-nmc-2-ap9619/index.html
@@ -5,7 +5,7 @@
apc_nmc_2_ap9619
-
+
diff --git a/docs/templates/power-ups-apc-template-apc-windows-agent-monitor/index.html b/docs/templates/power-ups-apc-template-apc-windows-agent-monitor/index.html
index 3f187fe67..311c021a5 100644
--- a/docs/templates/power-ups-apc-template-apc-windows-agent-monitor/index.html
+++ b/docs/templates/power-ups-apc-template-apc-windows-agent-monitor/index.html
@@ -5,7 +5,7 @@
APC_agent_monitor
-
+
diff --git a/docs/templates/power-ups-apc-template-apcupsd/index.html b/docs/templates/power-ups-apc-template-apcupsd/index.html
index 453164249..525b192cd 100644
--- a/docs/templates/power-ups-apc-template-apcupsd/index.html
+++ b/docs/templates/power-ups-apc-template-apcupsd/index.html
@@ -5,7 +5,7 @@
APCUPSd
-
+
diff --git a/docs/templates/power-ups-apc-template-ats-ap4423/index.html b/docs/templates/power-ups-apc-template-ats-ap4423/index.html
index efbcb6cd9..cd0f2db5e 100644
--- a/docs/templates/power-ups-apc-template-ats-ap4423/index.html
+++ b/docs/templates/power-ups-apc-template-ats-ap4423/index.html
@@ -5,7 +5,7 @@
APC ATS
-
+
diff --git a/docs/templates/power-ups-apc-template-nobreak-apc-smart-ups-3000bi-br/index.html b/docs/templates/power-ups-apc-template-nobreak-apc-smart-ups-3000bi-br/index.html
index 47670e2c0..8ac8f6e1c 100644
--- a/docs/templates/power-ups-apc-template-nobreak-apc-smart-ups-3000bi-br/index.html
+++ b/docs/templates/power-ups-apc-template-nobreak-apc-smart-ups-3000bi-br/index.html
@@ -5,7 +5,7 @@
smart-ups
-
+
diff --git a/docs/templates/power-ups-apc-template-rack-pdu/index.html b/docs/templates/power-ups-apc-template-rack-pdu/index.html
index b0bcb4da2..05e1fa0f5 100644
--- a/docs/templates/power-ups-apc-template-rack-pdu/index.html
+++ b/docs/templates/power-ups-apc-template-rack-pdu/index.html
@@ -5,7 +5,7 @@
APC_Monitor_RackPDU
-
+
diff --git a/docs/templates/power-ups-cyberpower-template-cyberpower-rmcard305-205/index.html b/docs/templates/power-ups-cyberpower-template-cyberpower-rmcard305-205/index.html
index ab5aa817c..08709c906 100644
--- a/docs/templates/power-ups-cyberpower-template-cyberpower-rmcard305-205/index.html
+++ b/docs/templates/power-ups-cyberpower-template-cyberpower-rmcard305-205/index.html
@@ -5,7 +5,7 @@
Module Cyberpower RMCARD305
-
+
diff --git a/docs/templates/power-ups-eaton-powerware-template-eaton-ats-230v-16a/index.html b/docs/templates/power-ups-eaton-powerware-template-eaton-ats-230v-16a/index.html
index 4701be314..52bf27719 100644
--- a/docs/templates/power-ups-eaton-powerware-template-eaton-ats-230v-16a/index.html
+++ b/docs/templates/power-ups-eaton-powerware-template-eaton-ats-230v-16a/index.html
@@ -5,7 +5,7 @@
SNMP Eaton ATS
-
+
diff --git a/docs/templates/power-ups-eaton-powerware-template-eaton-powerware-9130/index.html b/docs/templates/power-ups-eaton-powerware-template-eaton-powerware-9130/index.html
index 07402b975..2dd0d4386 100644
--- a/docs/templates/power-ups-eaton-powerware-template-eaton-powerware-9130/index.html
+++ b/docs/templates/power-ups-eaton-powerware-template-eaton-powerware-9130/index.html
@@ -5,7 +5,7 @@
Eaton 9130
-
+
diff --git a/docs/templates/power-ups-eaton-powerware-template-eaton-powerware-9150/index.html b/docs/templates/power-ups-eaton-powerware-template-eaton-powerware-9150/index.html
index ccc6d4f54..f506b9052 100644
--- a/docs/templates/power-ups-eaton-powerware-template-eaton-powerware-9150/index.html
+++ b/docs/templates/power-ups-eaton-powerware-template-eaton-powerware-9150/index.html
@@ -5,7 +5,7 @@
Eaton 9130
-
+
diff --git a/docs/templates/power-ups-eaton-template-eaton-9px-6000i-ups/index.html b/docs/templates/power-ups-eaton-template-eaton-9px-6000i-ups/index.html
index 73ba7ceb3..82425b686 100644
--- a/docs/templates/power-ups-eaton-template-eaton-9px-6000i-ups/index.html
+++ b/docs/templates/power-ups-eaton-template-eaton-9px-6000i-ups/index.html
@@ -5,7 +5,7 @@
EATON Mistral
-
+
diff --git a/docs/templates/power-ups-eaton-template-eaton-ats-16a/index.html b/docs/templates/power-ups-eaton-template-eaton-ats-16a/index.html
index f52e25f04..562ec97d5 100644
--- a/docs/templates/power-ups-eaton-template-eaton-ats-16a/index.html
+++ b/docs/templates/power-ups-eaton-template-eaton-ats-16a/index.html
@@ -5,7 +5,7 @@
Eaton ATS 230V 16A
-
+
diff --git a/docs/templates/power-ups-eaton-template-eaton-ats-30a/index.html b/docs/templates/power-ups-eaton-template-eaton-ats-30a/index.html
index 79849156c..11a79ea5c 100644
--- a/docs/templates/power-ups-eaton-template-eaton-ats-30a/index.html
+++ b/docs/templates/power-ups-eaton-template-eaton-ats-30a/index.html
@@ -5,7 +5,7 @@
Eaton ATS 230V 30A
-
+
diff --git a/docs/templates/power-ups-eaton-template-eaton-powerware-9390-pt-br/index.html b/docs/templates/power-ups-eaton-template-eaton-powerware-9390-pt-br/index.html
index d68f1c1bf..39ee991dd 100644
--- a/docs/templates/power-ups-eaton-template-eaton-powerware-9390-pt-br/index.html
+++ b/docs/templates/power-ups-eaton-template-eaton-powerware-9390-pt-br/index.html
@@ -5,7 +5,7 @@
Powerware9390-Pt-Br
-
+
diff --git a/docs/templates/power-ups-emerson-np-template-emerson-liebert-gxt/index.html b/docs/templates/power-ups-emerson-np-template-emerson-liebert-gxt/index.html
index a4ebe36c5..92e364b2c 100644
--- a/docs/templates/power-ups-emerson-np-template-emerson-liebert-gxt/index.html
+++ b/docs/templates/power-ups-emerson-np-template-emerson-liebert-gxt/index.html
@@ -5,7 +5,7 @@
Emerson_Liebert
-
+
diff --git a/docs/templates/power-ups-emerson-np-template-emerson-nxr-ups/index.html b/docs/templates/power-ups-emerson-np-template-emerson-nxr-ups/index.html
index 535d4bdd2..c26fffa63 100644
--- a/docs/templates/power-ups-emerson-np-template-emerson-nxr-ups/index.html
+++ b/docs/templates/power-ups-emerson-np-template-emerson-nxr-ups/index.html
@@ -5,7 +5,7 @@
Emerson NXR UPS
-
+
diff --git a/docs/templates/power-ups-engetron-template-engetron-ups/index.html b/docs/templates/power-ups-engetron-template-engetron-ups/index.html
index e1cea709d..a72686c7d 100644
--- a/docs/templates/power-ups-engetron-template-engetron-ups/index.html
+++ b/docs/templates/power-ups-engetron-template-engetron-ups/index.html
@@ -5,7 +5,7 @@
engetron.ups
-
+
diff --git a/docs/templates/power-ups-engetron-template-ups-engetron-wbrc-ii-snmp-v1/index.html b/docs/templates/power-ups-engetron-template-ups-engetron-wbrc-ii-snmp-v1/index.html
index f95b6fde1..14f64f03f 100644
--- a/docs/templates/power-ups-engetron-template-ups-engetron-wbrc-ii-snmp-v1/index.html
+++ b/docs/templates/power-ups-engetron-template-ups-engetron-wbrc-ii-snmp-v1/index.html
@@ -5,7 +5,7 @@
Nobreak Engetron SNMP v1
-
+
diff --git a/docs/templates/power-ups-entel-template-entel-1-phase-ups/index.html b/docs/templates/power-ups-entel-template-entel-1-phase-ups/index.html
index e8a6edfdc..2ffb4ae20 100644
--- a/docs/templates/power-ups-entel-template-entel-1-phase-ups/index.html
+++ b/docs/templates/power-ups-entel-template-entel-1-phase-ups/index.html
@@ -5,7 +5,7 @@
ENTEL 1PH UPS
-
+
diff --git a/docs/templates/power-ups-entel-template-entel-network-manager/index.html b/docs/templates/power-ups-entel-template-entel-network-manager/index.html
index ad7f67263..44dd74614 100644
--- a/docs/templates/power-ups-entel-template-entel-network-manager/index.html
+++ b/docs/templates/power-ups-entel-template-entel-network-manager/index.html
@@ -5,7 +5,7 @@
ENTEL 1PH UPS
-
+
diff --git a/docs/templates/power-ups-general-electric-template-ge-lp33-triphase/index.html b/docs/templates/power-ups-general-electric-template-ge-lp33-triphase/index.html
index 796d7143e..1c8a5fae5 100644
--- a/docs/templates/power-ups-general-electric-template-ge-lp33-triphase/index.html
+++ b/docs/templates/power-ups-general-electric-template-ge-lp33-triphase/index.html
@@ -5,7 +5,7 @@
UPS GE LP33 - TriPhase
-
+
diff --git a/docs/templates/power-ups-hp-template-hp-pdu-traps/index.html b/docs/templates/power-ups-hp-template-hp-pdu-traps/index.html
index 633e6d39b..93b1b7d43 100644
--- a/docs/templates/power-ups-hp-template-hp-pdu-traps/index.html
+++ b/docs/templates/power-ups-hp-template-hp-pdu-traps/index.html
@@ -5,7 +5,7 @@
Monitoring PDU
-
+
diff --git a/docs/templates/power-ups-legrand-inform-template-legrand-cs-121-multiphase-auto-discovery/index.html b/docs/templates/power-ups-legrand-inform-template-legrand-cs-121-multiphase-auto-discovery/index.html
index b32e2d12d..45a3aee1e 100644
--- a/docs/templates/power-ups-legrand-inform-template-legrand-cs-121-multiphase-auto-discovery/index.html
+++ b/docs/templates/power-ups-legrand-inform-template-legrand-cs-121-multiphase-auto-discovery/index.html
@@ -5,7 +5,7 @@
HW UPS Legrand CS121
-
+
diff --git a/docs/templates/power-ups-legrand-inform-template-legrand-cs-121/index.html b/docs/templates/power-ups-legrand-inform-template-legrand-cs-121/index.html
index c9f146834..88bbf8450 100644
--- a/docs/templates/power-ups-legrand-inform-template-legrand-cs-121/index.html
+++ b/docs/templates/power-ups-legrand-inform-template-legrand-cs-121/index.html
@@ -5,7 +5,7 @@
Halley UPS Legrand cs121
-
+
diff --git a/docs/templates/power-ups-legrand-inform-template-legrand-cs-141-multiphase-auto-discovery/index.html b/docs/templates/power-ups-legrand-inform-template-legrand-cs-141-multiphase-auto-discovery/index.html
index 06b1f4bd6..19ea8280e 100644
--- a/docs/templates/power-ups-legrand-inform-template-legrand-cs-141-multiphase-auto-discovery/index.html
+++ b/docs/templates/power-ups-legrand-inform-template-legrand-cs-141-multiphase-auto-discovery/index.html
@@ -5,7 +5,7 @@
HW UPS Legrand CS141
-
+
diff --git a/docs/templates/power-ups-legrand-inform-template-raritan-pdu-px3/index.html b/docs/templates/power-ups-legrand-inform-template-raritan-pdu-px3/index.html
index 71d6bfe2b..879bf1167 100644
--- a/docs/templates/power-ups-legrand-inform-template-raritan-pdu-px3/index.html
+++ b/docs/templates/power-ups-legrand-inform-template-raritan-pdu-px3/index.html
@@ -5,7 +5,7 @@
Raritan PDU PX3
-
+
diff --git a/docs/templates/power-ups-legrand-inform-template-raritan-px-pdu/index.html b/docs/templates/power-ups-legrand-inform-template-raritan-px-pdu/index.html
index 392be96a0..cc86406dc 100644
--- a/docs/templates/power-ups-legrand-inform-template-raritan-px-pdu/index.html
+++ b/docs/templates/power-ups-legrand-inform-template-raritan-px-pdu/index.html
@@ -5,7 +5,7 @@
Raritan PDU
-
+
diff --git a/docs/templates/power-ups-liebert-template-vertiv-exs-snmp/index.html b/docs/templates/power-ups-liebert-template-vertiv-exs-snmp/index.html
index b2d04846d..50c56c1d6 100644
--- a/docs/templates/power-ups-liebert-template-vertiv-exs-snmp/index.html
+++ b/docs/templates/power-ups-liebert-template-vertiv-exs-snmp/index.html
@@ -5,7 +5,7 @@
Template Module ICMP Ping
-
+
diff --git a/docs/templates/power-ups-others-template-emerson-ita/index.html b/docs/templates/power-ups-others-template-emerson-ita/index.html
index dd7c55aec..e7fb681a6 100644
--- a/docs/templates/power-ups-others-template-emerson-ita/index.html
+++ b/docs/templates/power-ups-others-template-emerson-ita/index.html
@@ -5,7 +5,7 @@
Emerson ITA
-
+
diff --git a/docs/templates/power-ups-others-template-hw-mystrom-ecs/index.html b/docs/templates/power-ups-others-template-hw-mystrom-ecs/index.html
index 2e30f0237..5b2472185 100644
--- a/docs/templates/power-ups-others-template-hw-mystrom-ecs/index.html
+++ b/docs/templates/power-ups-others-template-hw-mystrom-ecs/index.html
@@ -5,7 +5,7 @@
HW myStrom ECS
-
+
diff --git a/docs/templates/power-ups-others-template-snmp-reilo-ups/index.html b/docs/templates/power-ups-others-template-snmp-reilo-ups/index.html
index a8a782bed..a9b6a3fd0 100644
--- a/docs/templates/power-ups-others-template-snmp-reilo-ups/index.html
+++ b/docs/templates/power-ups-others-template-snmp-reilo-ups/index.html
@@ -5,7 +5,7 @@
SNMP Reillo UPS
-
+
diff --git a/docs/templates/power-ups-others-template-snr-ups-onrm-netagent-ix/index.html b/docs/templates/power-ups-others-template-snr-ups-onrm-netagent-ix/index.html
index a908e6432..4fd95b177 100644
--- a/docs/templates/power-ups-others-template-snr-ups-onrm-netagent-ix/index.html
+++ b/docs/templates/power-ups-others-template-snr-ups-onrm-netagent-ix/index.html
@@ -5,7 +5,7 @@
NetAgent UPS
-
+
diff --git a/docs/templates/power-ups-others-template-socomec-netys-rt-snmp-v1/index.html b/docs/templates/power-ups-others-template-socomec-netys-rt-snmp-v1/index.html
index 1cf59426b..02574356f 100644
--- a/docs/templates/power-ups-others-template-socomec-netys-rt-snmp-v1/index.html
+++ b/docs/templates/power-ups-others-template-socomec-netys-rt-snmp-v1/index.html
@@ -5,7 +5,7 @@
SOCOMEC UPS
-
+
diff --git a/docs/templates/power-ups-others-template-universal-ups-snmp-rfc-1628/index.html b/docs/templates/power-ups-others-template-universal-ups-snmp-rfc-1628/index.html
index b6c558301..066177db7 100644
--- a/docs/templates/power-ups-others-template-universal-ups-snmp-rfc-1628/index.html
+++ b/docs/templates/power-ups-others-template-universal-ups-snmp-rfc-1628/index.html
@@ -5,7 +5,7 @@
Template Module Generic SNMP
-
+
diff --git a/docs/templates/power-ups-others-template-ups-microtek-max-plus-series-2kva/index.html b/docs/templates/power-ups-others-template-ups-microtek-max-plus-series-2kva/index.html
index 5c1092440..9424a06e1 100644
--- a/docs/templates/power-ups-others-template-ups-microtek-max-plus-series-2kva/index.html
+++ b/docs/templates/power-ups-others-template-ups-microtek-max-plus-series-2kva/index.html
@@ -5,7 +5,7 @@
Template Module ICMP Ping
-
+
diff --git a/docs/templates/power-ups-powercom-template-powercom-ups-monitoring-throught-upsmon-pro-web/index.html b/docs/templates/power-ups-powercom-template-powercom-ups-monitoring-throught-upsmon-pro-web/index.html
index 211fa49fc..27c488b67 100644
--- a/docs/templates/power-ups-powercom-template-powercom-ups-monitoring-throught-upsmon-pro-web/index.html
+++ b/docs/templates/power-ups-powercom-template-powercom-ups-monitoring-throught-upsmon-pro-web/index.html
@@ -5,7 +5,7 @@
UPSMONPro
-
+
diff --git a/docs/templates/power-ups-powercom-template-snmp-netagent-cy504-powercom/index.html b/docs/templates/power-ups-powercom-template-snmp-netagent-cy504-powercom/index.html
index 2ea79dbfd..18fd56ed5 100644
--- a/docs/templates/power-ups-powercom-template-snmp-netagent-cy504-powercom/index.html
+++ b/docs/templates/power-ups-powercom-template-snmp-netagent-cy504-powercom/index.html
@@ -5,7 +5,7 @@
PowerCom
-
+
diff --git a/docs/templates/power-ups-sms-template-nobreak-sms-power-view/index.html b/docs/templates/power-ups-sms-template-nobreak-sms-power-view/index.html
index b8d88c0fc..2c8f78ea8 100644
--- a/docs/templates/power-ups-sms-template-nobreak-sms-power-view/index.html
+++ b/docs/templates/power-ups-sms-template-nobreak-sms-power-view/index.html
@@ -5,7 +5,7 @@
Nobreak SMS Powerview by HTTP
-
+
diff --git a/docs/templates/power-ups-template-cyberpower-ups-remote-management-card-205/index.html b/docs/templates/power-ups-template-cyberpower-ups-remote-management-card-205/index.html
index 05ac80aba..9e5cbfb0e 100644
--- a/docs/templates/power-ups-template-cyberpower-ups-remote-management-card-205/index.html
+++ b/docs/templates/power-ups-template-cyberpower-ups-remote-management-card-205/index.html
@@ -5,7 +5,7 @@
UPS CyberPower PR1000RT2U
-
+
diff --git a/docs/templates/power-ups-template-delta-ups-snmpv1/index.html b/docs/templates/power-ups-template-delta-ups-snmpv1/index.html
index 0f9894aaf..008c25c98 100644
--- a/docs/templates/power-ups-template-delta-ups-snmpv1/index.html
+++ b/docs/templates/power-ups-template-delta-ups-snmpv1/index.html
@@ -5,7 +5,7 @@
Delta UPS SNMP v1
-
+
diff --git a/docs/templates/power-ups-template-delta-ups/index.html b/docs/templates/power-ups-template-delta-ups/index.html
index 3e9f03d0c..8b281e2e9 100644
--- a/docs/templates/power-ups-template-delta-ups/index.html
+++ b/docs/templates/power-ups-template-delta-ups/index.html
@@ -5,7 +5,7 @@
UPS Delta
-
+
diff --git a/docs/templates/power-ups-template-east-ups/index.html b/docs/templates/power-ups-template-east-ups/index.html
index 82af26ed5..d4a1612c0 100644
--- a/docs/templates/power-ups-template-east-ups/index.html
+++ b/docs/templates/power-ups-template-east-ups/index.html
@@ -5,7 +5,7 @@
East Nobreak
-
+
diff --git a/docs/templates/power-ups-template-eltek-flatpack-s/index.html b/docs/templates/power-ups-template-eltek-flatpack-s/index.html
index ded08b4fc..b4748da1f 100644
--- a/docs/templates/power-ups-template-eltek-flatpack-s/index.html
+++ b/docs/templates/power-ups-template-eltek-flatpack-s/index.html
@@ -5,7 +5,7 @@
Flatpack S
-
+
diff --git a/docs/templates/power-ups-template-enlogic-rack-pdu-2-0/index.html b/docs/templates/power-ups-template-enlogic-rack-pdu-2-0/index.html
index 69d30443a..0a704258b 100644
--- a/docs/templates/power-ups-template-enlogic-rack-pdu-2-0/index.html
+++ b/docs/templates/power-ups-template-enlogic-rack-pdu-2-0/index.html
@@ -5,7 +5,7 @@
Enlogic Metered PDU
-
+
diff --git a/docs/templates/power-ups-template-hp-r5000-ups/index.html b/docs/templates/power-ups-template-hp-r5000-ups/index.html
index 4dba5d222..63e80f546 100644
--- a/docs/templates/power-ups-template-hp-r5000-ups/index.html
+++ b/docs/templates/power-ups-template-hp-r5000-ups/index.html
@@ -5,7 +5,7 @@
HP R5000 SNMP
-
+
diff --git a/docs/templates/power-ups-template-huawei-ups/index.html b/docs/templates/power-ups-template-huawei-ups/index.html
index 4f4d3152a..39ce8ab3f 100644
--- a/docs/templates/power-ups-template-huawei-ups/index.html
+++ b/docs/templates/power-ups-template-huawei-ups/index.html
@@ -5,7 +5,7 @@
Huawei UPS
-
+
diff --git a/docs/templates/power-ups-template-huawei-ups2000/index.html b/docs/templates/power-ups-template-huawei-ups2000/index.html
index 549657e14..991abcb61 100644
--- a/docs/templates/power-ups-template-huawei-ups2000/index.html
+++ b/docs/templates/power-ups-template-huawei-ups2000/index.html
@@ -5,7 +5,7 @@
Huawei 10K UPS
-
+
diff --git a/docs/templates/power-ups-template-janitza-uv/index.html b/docs/templates/power-ups-template-janitza-uv/index.html
index be45d5c37..a04367aed 100644
--- a/docs/templates/power-ups-template-janitza-uv/index.html
+++ b/docs/templates/power-ups-template-janitza-uv/index.html
@@ -5,7 +5,7 @@
Janitza-UV
-
+
diff --git a/docs/templates/power-ups-template-liebert-gxt4-ups-unit-card-is-unity-dp-by-vertiv/index.html b/docs/templates/power-ups-template-liebert-gxt4-ups-unit-card-is-unity-dp-by-vertiv/index.html
index df7ebdad4..6f15189af 100644
--- a/docs/templates/power-ups-template-liebert-gxt4-ups-unit-card-is-unity-dp-by-vertiv/index.html
+++ b/docs/templates/power-ups-template-liebert-gxt4-ups-unit-card-is-unity-dp-by-vertiv/index.html
@@ -5,7 +5,7 @@
Liebert_GXT4_UPS
-
+
diff --git a/docs/templates/power-ups-template-minuteman-ups/index.html b/docs/templates/power-ups-template-minuteman-ups/index.html
index ab52661fe..4e3e23576 100644
--- a/docs/templates/power-ups-template-minuteman-ups/index.html
+++ b/docs/templates/power-ups-template-minuteman-ups/index.html
@@ -5,7 +5,7 @@
SNMP Minuteman UPS
-
+
diff --git a/docs/templates/power-ups-template-net-volt-full-power-380-1u-snmpv2/index.html b/docs/templates/power-ups-template-net-volt-full-power-380-1u-snmpv2/index.html
index 4d19c040f..d533a2ae7 100644
--- a/docs/templates/power-ups-template-net-volt-full-power-380-1u-snmpv2/index.html
+++ b/docs/templates/power-ups-template-net-volt-full-power-380-1u-snmpv2/index.html
@@ -5,7 +5,7 @@
Net VOLT Full Power SNMPv2
-
+
diff --git a/docs/templates/power-ups-template-network-ups-generic/index.html b/docs/templates/power-ups-template-network-ups-generic/index.html
index 4ee995ead..2248ff952 100644
--- a/docs/templates/power-ups-template-network-ups-generic/index.html
+++ b/docs/templates/power-ups-template-network-ups-generic/index.html
@@ -5,7 +5,7 @@
Template Module ICMP Ping
-
+
diff --git a/docs/templates/power-ups-template-nobreak-engetron/index.html b/docs/templates/power-ups-template-nobreak-engetron/index.html
index 9303c6774..6aef33d07 100644
--- a/docs/templates/power-ups-template-nobreak-engetron/index.html
+++ b/docs/templates/power-ups-template-nobreak-engetron/index.html
@@ -5,7 +5,7 @@
Nobreak Engetron
-
+
diff --git a/docs/templates/power-ups-template-nobreak-sms-sinus-triphases/index.html b/docs/templates/power-ups-template-nobreak-sms-sinus-triphases/index.html
index 9718fcd92..1d6c801a9 100644
--- a/docs/templates/power-ups-template-nobreak-sms-sinus-triphases/index.html
+++ b/docs/templates/power-ups-template-nobreak-sms-sinus-triphases/index.html
@@ -5,7 +5,7 @@
Nobreak SMS Sinus Triphases
-
+
diff --git a/docs/templates/power-ups-template-online-usv-xanto-s1500r/index.html b/docs/templates/power-ups-template-online-usv-xanto-s1500r/index.html
index 274bfaf53..cabcdad1c 100644
--- a/docs/templates/power-ups-template-online-usv-xanto-s1500r/index.html
+++ b/docs/templates/power-ups-template-online-usv-xanto-s1500r/index.html
@@ -5,7 +5,7 @@
Xanto S1500R
-
+
diff --git a/docs/templates/power-ups-template-piton-xm20/index.html b/docs/templates/power-ups-template-piton-xm20/index.html
index 56f74991a..7ade362a4 100644
--- a/docs/templates/power-ups-template-piton-xm20/index.html
+++ b/docs/templates/power-ups-template-piton-xm20/index.html
@@ -5,7 +5,7 @@
PitON
-
+
diff --git a/docs/templates/power-ups-template-powertek-1-phase-pdu/index.html b/docs/templates/power-ups-template-powertek-1-phase-pdu/index.html
index c1345e557..177fcd6d2 100644
--- a/docs/templates/power-ups-template-powertek-1-phase-pdu/index.html
+++ b/docs/templates/power-ups-template-powertek-1-phase-pdu/index.html
@@ -5,7 +5,7 @@
Powertek 1 Phase PDU
-
+
diff --git a/docs/templates/power-ups-template-proteco-1/index.html b/docs/templates/power-ups-template-proteco-1/index.html
index f09c76048..e07f58b18 100644
--- a/docs/templates/power-ups-template-proteco-1/index.html
+++ b/docs/templates/power-ups-template-proteco-1/index.html
@@ -5,7 +5,7 @@
Proteco
-
+
diff --git a/docs/templates/power-ups-template-proteco/index.html b/docs/templates/power-ups-template-proteco/index.html
index 4e2dec72b..79571a805 100644
--- a/docs/templates/power-ups-template-proteco/index.html
+++ b/docs/templates/power-ups-template-proteco/index.html
@@ -5,7 +5,7 @@
Proteco
-
+
diff --git a/docs/templates/power-ups-template-riello-netman204-ups/index.html b/docs/templates/power-ups-template-riello-netman204-ups/index.html
index 7b1759eab..41509face 100644
--- a/docs/templates/power-ups-template-riello-netman204-ups/index.html
+++ b/docs/templates/power-ups-template-riello-netman204-ups/index.html
@@ -5,7 +5,7 @@
SNMP Riello NetMan204 UPS
-
+
diff --git a/docs/templates/power-ups-template-riello-ups/index.html b/docs/templates/power-ups-template-riello-ups/index.html
index ad5a4bb16..c76921934 100644
--- a/docs/templates/power-ups-template-riello-ups/index.html
+++ b/docs/templates/power-ups-template-riello-ups/index.html
@@ -5,7 +5,7 @@
SNMP Riello UPS
-
+
diff --git a/docs/templates/power-ups-template-stark-country-3000-online/index.html b/docs/templates/power-ups-template-stark-country-3000-online/index.html
index e74801544..857537c6d 100644
--- a/docs/templates/power-ups-template-stark-country-3000-online/index.html
+++ b/docs/templates/power-ups-template-stark-country-3000-online/index.html
@@ -5,7 +5,7 @@
Stark-3000-snmp
-
+
diff --git a/docs/templates/power-ups-template-tripplite-ups/index.html b/docs/templates/power-ups-template-tripplite-ups/index.html
index 0c833a702..6df1a4581 100644
--- a/docs/templates/power-ups-template-tripplite-ups/index.html
+++ b/docs/templates/power-ups-template-tripplite-ups/index.html
@@ -5,7 +5,7 @@
SNMP Tripplite
-
+
diff --git a/docs/templates/power-ups-template-ups-abb/index.html b/docs/templates/power-ups-template-ups-abb/index.html
index 568d3d57a..9695ce55b 100644
--- a/docs/templates/power-ups-template-ups-abb/index.html
+++ b/docs/templates/power-ups-template-ups-abb/index.html
@@ -5,7 +5,7 @@
Template Module ICMP Ping
-
+
diff --git a/docs/templates/power-ups-template-ups-socomec-traps/index.html b/docs/templates/power-ups-template-ups-socomec-traps/index.html
index d380b6f36..7226eda08 100644
--- a/docs/templates/power-ups-template-ups-socomec-traps/index.html
+++ b/docs/templates/power-ups-template-ups-socomec-traps/index.html
@@ -5,7 +5,7 @@
Monitoring UPS
-
+
diff --git a/docs/templates/power-ups-template-vertiv-1/index.html b/docs/templates/power-ups-template-vertiv-1/index.html
index 677773143..9744086dd 100644
--- a/docs/templates/power-ups-template-vertiv-1/index.html
+++ b/docs/templates/power-ups-template-vertiv-1/index.html
@@ -5,7 +5,7 @@
Vertiv
-
+
diff --git a/docs/templates/power-ups-template-vertiv-2/index.html b/docs/templates/power-ups-template-vertiv-2/index.html
index 88407a182..574bb69ce 100644
--- a/docs/templates/power-ups-template-vertiv-2/index.html
+++ b/docs/templates/power-ups-template-vertiv-2/index.html
@@ -5,7 +5,7 @@
Vertiv
-
+
diff --git a/docs/templates/power-ups-template-vertiv-3/index.html b/docs/templates/power-ups-template-vertiv-3/index.html
index dcdf1c10e..7d4181420 100644
--- a/docs/templates/power-ups-template-vertiv-3/index.html
+++ b/docs/templates/power-ups-template-vertiv-3/index.html
@@ -5,7 +5,7 @@
Vertiv
-
+
diff --git a/docs/templates/power-ups-template-vertiv-4/index.html b/docs/templates/power-ups-template-vertiv-4/index.html
index 184ac7cb4..55d0aa252 100644
--- a/docs/templates/power-ups-template-vertiv-4/index.html
+++ b/docs/templates/power-ups-template-vertiv-4/index.html
@@ -5,7 +5,7 @@
Vertiv
-
+
diff --git a/docs/templates/power-ups-template-vertiv/index.html b/docs/templates/power-ups-template-vertiv/index.html
index 85421c1b5..003a43ef4 100644
--- a/docs/templates/power-ups-template-vertiv/index.html
+++ b/docs/templates/power-ups-template-vertiv/index.html
@@ -5,7 +5,7 @@
Vertiv
-
+
diff --git a/docs/templates/power-ups-tripplite-template-tripplite-pdu-updated/index.html b/docs/templates/power-ups-tripplite-template-tripplite-pdu-updated/index.html
index b519d6e7d..fd8eadf53 100644
--- a/docs/templates/power-ups-tripplite-template-tripplite-pdu-updated/index.html
+++ b/docs/templates/power-ups-tripplite-template-tripplite-pdu-updated/index.html
@@ -5,7 +5,7 @@
SNMP Tripp Lite PDU 15
-
+
diff --git a/docs/templates/power-ups-tripplite-template-tripplite-webcardlx/index.html b/docs/templates/power-ups-tripplite-template-tripplite-webcardlx/index.html
index 593866323..05b4e9b77 100644
--- a/docs/templates/power-ups-tripplite-template-tripplite-webcardlx/index.html
+++ b/docs/templates/power-ups-tripplite-template-tripplite-webcardlx/index.html
@@ -5,7 +5,7 @@
SNMP Tripplite WEBCARDLX
-
+
diff --git a/docs/templates/power-ups-ups-templates-template-inform-flexipower/index.html b/docs/templates/power-ups-ups-templates-template-inform-flexipower/index.html
index 703daba81..a37ca76a4 100644
--- a/docs/templates/power-ups-ups-templates-template-inform-flexipower/index.html
+++ b/docs/templates/power-ups-ups-templates-template-inform-flexipower/index.html
@@ -5,7 +5,7 @@
UPS_Inform-flexipower
-
+
diff --git a/docs/templates/power-ups-ups-templates-template-module-ups/index.html b/docs/templates/power-ups-ups-templates-template-module-ups/index.html
index d03624bbd..84bc99ade 100644
--- a/docs/templates/power-ups-ups-templates-template-module-ups/index.html
+++ b/docs/templates/power-ups-ups-templates-template-module-ups/index.html
@@ -5,7 +5,7 @@
Module UPS
-
+
diff --git a/docs/templates/power-ups-ups-templates-template-network-ups-three-phase-generic/index.html b/docs/templates/power-ups-ups-templates-template-network-ups-three-phase-generic/index.html
index b7434ac13..77940a73b 100644
--- a/docs/templates/power-ups-ups-templates-template-network-ups-three-phase-generic/index.html
+++ b/docs/templates/power-ups-ups-templates-template-network-ups-three-phase-generic/index.html
@@ -5,7 +5,7 @@
Template Module ICMP Ping
-
+
diff --git a/docs/templates/printers-brother-template-brother-mfc-l2700dw/index.html b/docs/templates/printers-brother-template-brother-mfc-l2700dw/index.html
index 4bb35a168..a85a97119 100644
--- a/docs/templates/printers-brother-template-brother-mfc-l2700dw/index.html
+++ b/docs/templates/printers-brother-template-brother-mfc-l2700dw/index.html
@@ -5,7 +5,7 @@
Brother Printers
-
+
diff --git a/docs/templates/printers-brother-template-brother-monochrome-printers/index.html b/docs/templates/printers-brother-template-brother-monochrome-printers/index.html
index 5e29bb166..0c276b66c 100644
--- a/docs/templates/printers-brother-template-brother-monochrome-printers/index.html
+++ b/docs/templates/printers-brother-template-brother-monochrome-printers/index.html
@@ -5,7 +5,7 @@
Brother Printers
-
+
diff --git a/docs/templates/printers-brother-template-impressora-brother/index.html b/docs/templates/printers-brother-template-impressora-brother/index.html
index dd540e921..ae1c02885 100644
--- a/docs/templates/printers-brother-template-impressora-brother/index.html
+++ b/docs/templates/printers-brother-template-impressora-brother/index.html
@@ -5,7 +5,7 @@
Brother Printers
-
+
diff --git a/docs/templates/printers-canon-template-canon-c5540/index.html b/docs/templates/printers-canon-template-canon-c5540/index.html
index 25876a926..1245818ea 100644
--- a/docs/templates/printers-canon-template-canon-c5540/index.html
+++ b/docs/templates/printers-canon-template-canon-c5540/index.html
@@ -5,7 +5,7 @@
Canon C5540
-
+
diff --git a/docs/templates/printers-canon-template-canon-color-mf-printer-working/index.html b/docs/templates/printers-canon-template-canon-color-mf-printer-working/index.html
index 980fbfdf9..ab5bad520 100644
--- a/docs/templates/printers-canon-template-canon-color-mf-printer-working/index.html
+++ b/docs/templates/printers-canon-template-canon-color-mf-printer-working/index.html
@@ -5,7 +5,7 @@
Canon Color MF printers
-
+
diff --git a/docs/templates/printers-canon-template-canon-oce-colorwave-500/index.html b/docs/templates/printers-canon-template-canon-oce-colorwave-500/index.html
index b59d70649..91e788592 100644
--- a/docs/templates/printers-canon-template-canon-oce-colorwave-500/index.html
+++ b/docs/templates/printers-canon-template-canon-oce-colorwave-500/index.html
@@ -5,7 +5,7 @@
OCE ColorWave 500
-
+
diff --git a/docs/templates/printers-hp-template-hp-color-laserjet-cp1515n/index.html b/docs/templates/printers-hp-template-hp-color-laserjet-cp1515n/index.html
index 64922c54a..f3a52a8c3 100644
--- a/docs/templates/printers-hp-template-hp-color-laserjet-cp1515n/index.html
+++ b/docs/templates/printers-hp-template-hp-color-laserjet-cp1515n/index.html
@@ -5,7 +5,7 @@
Printer HP Color LaserJet CP1515n
-
+
diff --git a/docs/templates/printers-hp-template-hp-color-laserjet-cp2025dn/index.html b/docs/templates/printers-hp-template-hp-color-laserjet-cp2025dn/index.html
index a8244aafe..d8a57a14a 100644
--- a/docs/templates/printers-hp-template-hp-color-laserjet-cp2025dn/index.html
+++ b/docs/templates/printers-hp-template-hp-color-laserjet-cp2025dn/index.html
@@ -5,7 +5,7 @@
Printer HP Color LaserJet CP2025dn
-
+
diff --git a/docs/templates/printers-hp-template-hp-designjet-t770-snmp/index.html b/docs/templates/printers-hp-template-hp-designjet-t770-snmp/index.html
index 23e402e0b..aae2fbb3f 100644
--- a/docs/templates/printers-hp-template-hp-designjet-t770-snmp/index.html
+++ b/docs/templates/printers-hp-template-hp-designjet-t770-snmp/index.html
@@ -5,7 +5,7 @@
HP_Designjet_T770
-
+
diff --git a/docs/templates/printers-hp-template-hp-designjet-z5200/index.html b/docs/templates/printers-hp-template-hp-designjet-z5200/index.html
index 13403ccb7..c79a150a2 100644
--- a/docs/templates/printers-hp-template-hp-designjet-z5200/index.html
+++ b/docs/templates/printers-hp-template-hp-designjet-z5200/index.html
@@ -5,7 +5,7 @@
Printer HP Designjet Z5200
-
+
diff --git a/docs/templates/printers-hp-template-hp-laserjet-3390/index.html b/docs/templates/printers-hp-template-hp-laserjet-3390/index.html
index 24ec901f5..efbfe8b5b 100644
--- a/docs/templates/printers-hp-template-hp-laserjet-3390/index.html
+++ b/docs/templates/printers-hp-template-hp-laserjet-3390/index.html
@@ -5,7 +5,7 @@
Printer HP LaserJet 3390
-
+
diff --git a/docs/templates/printers-hp-template-hp-officejet-pro-87xx/index.html b/docs/templates/printers-hp-template-hp-officejet-pro-87xx/index.html
index 431914a8b..1cb45c86e 100644
--- a/docs/templates/printers-hp-template-hp-officejet-pro-87xx/index.html
+++ b/docs/templates/printers-hp-template-hp-officejet-pro-87xx/index.html
@@ -5,7 +5,7 @@
Printer HP OfficeJet Pro 8xxx
-
+
diff --git a/docs/templates/printers-konica-template-konica-364-368-snmp/index.html b/docs/templates/printers-konica-template-konica-364-368-snmp/index.html
index e2502d73b..61e032f82 100644
--- a/docs/templates/printers-konica-template-konica-364-368-snmp/index.html
+++ b/docs/templates/printers-konica-template-konica-364-368-snmp/index.html
@@ -5,7 +5,7 @@
Printer_Konica
-
+
diff --git a/docs/templates/printers-konica-template-konica-minolta-3110/index.html b/docs/templates/printers-konica-template-konica-minolta-3110/index.html
index 033cff254..f1edeaa63 100644
--- a/docs/templates/printers-konica-template-konica-minolta-3110/index.html
+++ b/docs/templates/printers-konica-template-konica-minolta-3110/index.html
@@ -5,7 +5,7 @@
Konica C3110 SNMP
-
+
diff --git a/docs/templates/printers-kyocera-template-ecosys-m2540x-m4132idn-m6230cidn/index.html b/docs/templates/printers-kyocera-template-ecosys-m2540x-m4132idn-m6230cidn/index.html
index 3cc9fd9f0..3166edad6 100644
--- a/docs/templates/printers-kyocera-template-ecosys-m2540x-m4132idn-m6230cidn/index.html
+++ b/docs/templates/printers-kyocera-template-ecosys-m2540x-m4132idn-m6230cidn/index.html
@@ -5,7 +5,7 @@
Kyocera Printers
-
+
diff --git a/docs/templates/printers-kyocera-template-kyocera-6130-color/index.html b/docs/templates/printers-kyocera-template-kyocera-6130-color/index.html
index bd66957ba..19d75bc03 100644
--- a/docs/templates/printers-kyocera-template-kyocera-6130-color/index.html
+++ b/docs/templates/printers-kyocera-template-kyocera-6130-color/index.html
@@ -5,7 +5,7 @@
Color printers Kyocera
-
+
diff --git a/docs/templates/printers-kyocera-template-kyocera-color/index.html b/docs/templates/printers-kyocera-template-kyocera-color/index.html
index 06bb77a0d..c18e669a6 100644
--- a/docs/templates/printers-kyocera-template-kyocera-color/index.html
+++ b/docs/templates/printers-kyocera-template-kyocera-color/index.html
@@ -5,7 +5,7 @@
Kyocera color
-
+
diff --git a/docs/templates/printers-kyocera-template-kyocera-cs6551ci-cs7052ci/index.html b/docs/templates/printers-kyocera-template-kyocera-cs6551ci-cs7052ci/index.html
index 1669fddfd..bf44ea1a4 100644
--- a/docs/templates/printers-kyocera-template-kyocera-cs6551ci-cs7052ci/index.html
+++ b/docs/templates/printers-kyocera-template-kyocera-cs6551ci-cs7052ci/index.html
@@ -5,7 +5,7 @@
Kyocera Printers
-
+
diff --git a/docs/templates/printers-kyocera-template-kyocera-devices-use-snmp-v2/index.html b/docs/templates/printers-kyocera-template-kyocera-devices-use-snmp-v2/index.html
index b67e817db..be395451a 100644
--- a/docs/templates/printers-kyocera-template-kyocera-devices-use-snmp-v2/index.html
+++ b/docs/templates/printers-kyocera-template-kyocera-devices-use-snmp-v2/index.html
@@ -5,7 +5,7 @@
KyoceraLiptonsV2
-
+
diff --git a/docs/templates/printers-kyocera-template-kyocera-fs-1020dn-fs-1030dn-fs-4000dn-fs-1060dn-ecosys-p3055dn/index.html b/docs/templates/printers-kyocera-template-kyocera-fs-1020dn-fs-1030dn-fs-4000dn-fs-1060dn-ecosys-p3055dn/index.html
index d8fdfa329..be298b9da 100644
--- a/docs/templates/printers-kyocera-template-kyocera-fs-1020dn-fs-1030dn-fs-4000dn-fs-1060dn-ecosys-p3055dn/index.html
+++ b/docs/templates/printers-kyocera-template-kyocera-fs-1020dn-fs-1030dn-fs-4000dn-fs-1060dn-ecosys-p3055dn/index.html
@@ -5,7 +5,7 @@
Kyocera Printers
-
+
diff --git a/docs/templates/printers-kyocera-template-kyocera-fs-km-p-series/index.html b/docs/templates/printers-kyocera-template-kyocera-fs-km-p-series/index.html
index 500b02139..63082f254 100644
--- a/docs/templates/printers-kyocera-template-kyocera-fs-km-p-series/index.html
+++ b/docs/templates/printers-kyocera-template-kyocera-fs-km-p-series/index.html
@@ -5,7 +5,7 @@
IMPRESSORA - KYOCERA
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-generic-laser-printer-color/index.html b/docs/templates/printers-lexmark-template-lexmark-generic-laser-printer-color/index.html
index cfe7c070e..a270abda4 100644
--- a/docs/templates/printers-lexmark-template-lexmark-generic-laser-printer-color/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-generic-laser-printer-color/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark COLOR
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-generic-laser-printer-mono/index.html b/docs/templates/printers-lexmark-template-lexmark-generic-laser-printer-mono/index.html
index 619631d6f..8881deaa2 100644
--- a/docs/templates/printers-lexmark-template-lexmark-generic-laser-printer-mono/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-generic-laser-printer-mono/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark MONO
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-cs521dn-color/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-cs521dn-color/index.html
index 1e8810f2e..bab4049de 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-cs521dn-color/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-cs521dn-color/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark CS521dn COLOR
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-cs622de-color/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-cs622de-color/index.html
index 924fb6253..76d11f4e7 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-cs622de-color/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-cs622de-color/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark CS622de COLOR
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-cs820de-color/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-cs820de-color/index.html
index 39ed6f629..e79184d3a 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-cs820de-color/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-cs820de-color/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark CS820de COLOR
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-cs860dte-color/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-cs860dte-color/index.html
index 6ec5c71d8..0ab31efb6 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-cs860dte-color/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-cs860dte-color/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark CS860dte COLOR
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-cx725de-color/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-cx725de-color/index.html
index 401177559..90e363f11 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-cx725de-color/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-cx725de-color/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark CX725de COLOR
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-cx860dtfe-color/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-cx860dtfe-color/index.html
index 1ab84f86c..c16c343ef 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-cx860dtfe-color/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-cx860dtfe-color/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark CX860dtfe COLOR
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-cx923dxe-color/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-cx923dxe-color/index.html
index 9c5077b48..79cd15c40 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-cx923dxe-color/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-cx923dxe-color/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark CX923dxe COLOR
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-ms622de-mono/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-ms622de-mono/index.html
index d6645c839..91e153102 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-ms622de-mono/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-ms622de-mono/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark MS622de MONO
-
+
diff --git a/docs/templates/printers-lexmark-template-lexmark-printer-ms826de-mono/index.html b/docs/templates/printers-lexmark-template-lexmark-printer-ms826de-mono/index.html
index 18bd88d91..76036f323 100644
--- a/docs/templates/printers-lexmark-template-lexmark-printer-ms826de-mono/index.html
+++ b/docs/templates/printers-lexmark-template-lexmark-printer-ms826de-mono/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark MS826de MONO
-
+
diff --git a/docs/templates/printers-lexmark-template-snmp-lexmark-mx-711-dhe-e-para-todos-os-demais-modelos-deste-fabricante/index.html b/docs/templates/printers-lexmark-template-snmp-lexmark-mx-711-dhe-e-para-todos-os-demais-modelos-deste-fabricante/index.html
index 04cf6c9b3..17c766b81 100644
--- a/docs/templates/printers-lexmark-template-snmp-lexmark-mx-711-dhe-e-para-todos-os-demais-modelos-deste-fabricante/index.html
+++ b/docs/templates/printers-lexmark-template-snmp-lexmark-mx-711-dhe-e-para-todos-os-demais-modelos-deste-fabricante/index.html
@@ -5,7 +5,7 @@
SNMP - Lexmark MONO
-
+
diff --git a/docs/templates/printers-oki-template-es8461-mfp/index.html b/docs/templates/printers-oki-template-es8461-mfp/index.html
index 0d7afb34d..361138760 100644
--- a/docs/templates/printers-oki-template-es8461-mfp/index.html
+++ b/docs/templates/printers-oki-template-es8461-mfp/index.html
@@ -5,7 +5,7 @@
OKI Printer
-
+
diff --git a/docs/templates/printers-oki-template-oki-color-laser-c/index.html b/docs/templates/printers-oki-template-oki-color-laser-c/index.html
index df16014f9..ed89f6ef2 100644
--- a/docs/templates/printers-oki-template-oki-color-laser-c/index.html
+++ b/docs/templates/printers-oki-template-oki-color-laser-c/index.html
@@ -5,7 +5,7 @@
OKI
-
+
diff --git a/docs/templates/printers-ricoh-template-automatic-ordering-of-consumables-ricoh-collar-printer-japanese/index.html b/docs/templates/printers-ricoh-template-automatic-ordering-of-consumables-ricoh-collar-printer-japanese/index.html
index e2a409b74..c24943243 100644
--- a/docs/templates/printers-ricoh-template-automatic-ordering-of-consumables-ricoh-collar-printer-japanese/index.html
+++ b/docs/templates/printers-ricoh-template-automatic-ordering-of-consumables-ricoh-collar-printer-japanese/index.html
@@ -5,7 +5,7 @@
Ricoh color printer
-
+
diff --git a/docs/templates/printers-ricoh-template-monitoring-ink-cartridge-remaining-quantity-for-ricoh-printer/index.html b/docs/templates/printers-ricoh-template-monitoring-ink-cartridge-remaining-quantity-for-ricoh-printer/index.html
index 807c62a72..69d78f7a2 100644
--- a/docs/templates/printers-ricoh-template-monitoring-ink-cartridge-remaining-quantity-for-ricoh-printer/index.html
+++ b/docs/templates/printers-ricoh-template-monitoring-ink-cartridge-remaining-quantity-for-ricoh-printer/index.html
@@ -5,7 +5,7 @@
Ricoh color printer
-
+
diff --git a/docs/templates/printers-ricoh-template-ricoh-aficio-3500sf-and-3510sf/index.html b/docs/templates/printers-ricoh-template-ricoh-aficio-3500sf-and-3510sf/index.html
index 88c5a9cae..7975ea070 100644
--- a/docs/templates/printers-ricoh-template-ricoh-aficio-3500sf-and-3510sf/index.html
+++ b/docs/templates/printers-ricoh-template-ricoh-aficio-3500sf-and-3510sf/index.html
@@ -5,7 +5,7 @@
Ricoh Aficio 3500SF e 3510SF
-
+
diff --git a/docs/templates/printers-ricoh-template-ricoh-aficio-mp-c3300-or-3001-printer/index.html b/docs/templates/printers-ricoh-template-ricoh-aficio-mp-c3300-or-3001-printer/index.html
index 34ed06b3d..a99303be9 100644
--- a/docs/templates/printers-ricoh-template-ricoh-aficio-mp-c3300-or-3001-printer/index.html
+++ b/docs/templates/printers-ricoh-template-ricoh-aficio-mp-c3300-or-3001-printer/index.html
@@ -5,7 +5,7 @@
Ricoh Printer
-
+
diff --git a/docs/templates/printers-ricoh-template-ricoh-snmp-printers/index.html b/docs/templates/printers-ricoh-template-ricoh-snmp-printers/index.html
index fe5266bc4..84b5aaf92 100644
--- a/docs/templates/printers-ricoh-template-ricoh-snmp-printers/index.html
+++ b/docs/templates/printers-ricoh-template-ricoh-snmp-printers/index.html
@@ -5,7 +5,7 @@
SNMP Generic
-
+
diff --git a/docs/templates/printers-samsung-template-monitorar-niveis-de-toner/index.html b/docs/templates/printers-samsung-template-monitorar-niveis-de-toner/index.html
index 9791b7702..a296843cc 100644
--- a/docs/templates/printers-samsung-template-monitorar-niveis-de-toner/index.html
+++ b/docs/templates/printers-samsung-template-monitorar-niveis-de-toner/index.html
@@ -5,7 +5,7 @@
impressoras SIMPRESS
-
+
diff --git a/docs/templates/printers-samsung-template-printer-samsung-clp/index.html b/docs/templates/printers-samsung-template-printer-samsung-clp/index.html
index 95f7c4c8d..a11a6dc11 100644
--- a/docs/templates/printers-samsung-template-printer-samsung-clp/index.html
+++ b/docs/templates/printers-samsung-template-printer-samsung-clp/index.html
@@ -5,7 +5,7 @@
Printer Samsung CLP
-
+
diff --git a/docs/templates/printers-samsung-template-samsung-impressora-snmp/index.html b/docs/templates/printers-samsung-template-samsung-impressora-snmp/index.html
index 5a80a3279..5f0b3560e 100644
--- a/docs/templates/printers-samsung-template-samsung-impressora-snmp/index.html
+++ b/docs/templates/printers-samsung-template-samsung-impressora-snmp/index.html
@@ -5,7 +5,7 @@
SAMSUNG
-
+
diff --git a/docs/templates/printers-samsung-template-samsung-m-series/index.html b/docs/templates/printers-samsung-template-samsung-m-series/index.html
index 1e314f958..8660e8528 100644
--- a/docs/templates/printers-samsung-template-samsung-m-series/index.html
+++ b/docs/templates/printers-samsung-template-samsung-m-series/index.html
@@ -5,7 +5,7 @@
Printer Samsung M Series
-
+
diff --git a/docs/templates/printers-samsung-template-samsung-m2020w/index.html b/docs/templates/printers-samsung-template-samsung-m2020w/index.html
index ea480528d..cb547265f 100644
--- a/docs/templates/printers-samsung-template-samsung-m2020w/index.html
+++ b/docs/templates/printers-samsung-template-samsung-m2020w/index.html
@@ -5,7 +5,7 @@
M2020W
-
+
diff --git a/docs/templates/printers-samsung-template-samsung-m4070fr/index.html b/docs/templates/printers-samsung-template-samsung-m4070fr/index.html
index 69b1ecbb8..957df1475 100644
--- a/docs/templates/printers-samsung-template-samsung-m4070fr/index.html
+++ b/docs/templates/printers-samsung-template-samsung-m4070fr/index.html
@@ -5,7 +5,7 @@
M4070FR
-
+
diff --git a/docs/templates/printers-template-dell-laserprinter/index.html b/docs/templates/printers-template-dell-laserprinter/index.html
index 59881c6ee..e0aae25d8 100644
--- a/docs/templates/printers-template-dell-laserprinter/index.html
+++ b/docs/templates/printers-template-dell-laserprinter/index.html
@@ -5,7 +5,7 @@
SNMP Device
-
+
diff --git a/docs/templates/printers-template-hp-lj-5500-4700-3600/index.html b/docs/templates/printers-template-hp-lj-5500-4700-3600/index.html
index 14bb2f683..862df1bc5 100644
--- a/docs/templates/printers-template-hp-lj-5500-4700-3600/index.html
+++ b/docs/templates/printers-template-hp-lj-5500-4700-3600/index.html
@@ -5,7 +5,7 @@
Printer HP LaserJet 5500
-
+
diff --git a/docs/templates/printers-template-impressora-lld-universal/index.html b/docs/templates/printers-template-impressora-lld-universal/index.html
index ce47d810c..3c8b30726 100644
--- a/docs/templates/printers-template-impressora-lld-universal/index.html
+++ b/docs/templates/printers-template-impressora-lld-universal/index.html
@@ -5,7 +5,7 @@
Snmp_Impressora_LLD_VERSAO-0.1
-
+
diff --git a/docs/templates/printers-template-konica-c3100p/index.html b/docs/templates/printers-template-konica-c3100p/index.html
index 554a84e93..6b6d74d98 100644
--- a/docs/templates/printers-template-konica-c3100p/index.html
+++ b/docs/templates/printers-template-konica-c3100p/index.html
@@ -5,7 +5,7 @@
Konica C3100P SNMP
-
+
diff --git a/docs/templates/printers-template-kyocera-fs-4200dn/index.html b/docs/templates/printers-template-kyocera-fs-4200dn/index.html
index f1970d191..b16103616 100644
--- a/docs/templates/printers-template-kyocera-fs-4200dn/index.html
+++ b/docs/templates/printers-template-kyocera-fs-4200dn/index.html
@@ -5,7 +5,7 @@
Kyocera FS-4200DN
-
+
diff --git a/docs/templates/printers-template-kyocera-fs-c8525mfp/index.html b/docs/templates/printers-template-kyocera-fs-c8525mfp/index.html
index 80bb99e3d..519a8f2e4 100644
--- a/docs/templates/printers-template-kyocera-fs-c8525mfp/index.html
+++ b/docs/templates/printers-template-kyocera-fs-c8525mfp/index.html
@@ -5,7 +5,7 @@
Kyocera FS-C8525MFP
-
+
diff --git a/docs/templates/printers-template-kyocera-printers/index.html b/docs/templates/printers-template-kyocera-printers/index.html
index db5363c6f..07f96b2ae 100644
--- a/docs/templates/printers-template-kyocera-printers/index.html
+++ b/docs/templates/printers-template-kyocera-printers/index.html
@@ -5,7 +5,7 @@
Kyocera printers by SNMPv2
-
+
diff --git a/docs/templates/printers-template-kyocera-taskalfa-3051ci/index.html b/docs/templates/printers-template-kyocera-taskalfa-3051ci/index.html
index f1c73d777..c4bb2dd39 100644
--- a/docs/templates/printers-template-kyocera-taskalfa-3051ci/index.html
+++ b/docs/templates/printers-template-kyocera-taskalfa-3051ci/index.html
@@ -5,7 +5,7 @@
Kyocera TASKalfa 3051ci
-
+
diff --git a/docs/templates/printers-template-panasonic-kx-mb2051ru/index.html b/docs/templates/printers-template-panasonic-kx-mb2051ru/index.html
index 2501f6cd8..a42168595 100644
--- a/docs/templates/printers-template-panasonic-kx-mb2051ru/index.html
+++ b/docs/templates/printers-template-panasonic-kx-mb2051ru/index.html
@@ -5,7 +5,7 @@
Printer Panasonic KX-MB2051RU
-
+
diff --git a/docs/templates/printers-template-panasonic-kx-mb2540-snmp/index.html b/docs/templates/printers-template-panasonic-kx-mb2540-snmp/index.html
index 348d11038..e346260a4 100644
--- a/docs/templates/printers-template-panasonic-kx-mb2540-snmp/index.html
+++ b/docs/templates/printers-template-panasonic-kx-mb2540-snmp/index.html
@@ -5,7 +5,7 @@
Printer_Panasonic_KX-MB2540
-
+
diff --git a/docs/templates/printers-template-panasonic-kx-mc6020-snmp/index.html b/docs/templates/printers-template-panasonic-kx-mc6020-snmp/index.html
index 4730dfdff..6049ac9e7 100644
--- a/docs/templates/printers-template-panasonic-kx-mc6020-snmp/index.html
+++ b/docs/templates/printers-template-panasonic-kx-mc6020-snmp/index.html
@@ -5,7 +5,7 @@
Printer_Panasonic_KX-MC6020RU
-
+
diff --git a/docs/templates/printers-template-ricoh-color-mfp/index.html b/docs/templates/printers-template-ricoh-color-mfp/index.html
index 5ce908db0..1582ff97c 100644
--- a/docs/templates/printers-template-ricoh-color-mfp/index.html
+++ b/docs/templates/printers-template-ricoh-color-mfp/index.html
@@ -5,7 +5,7 @@
MFP Ricoh
-
+
diff --git a/docs/templates/printers-template-s-brother-printers/index.html b/docs/templates/printers-template-s-brother-printers/index.html
index 8565970ab..7fd680269 100644
--- a/docs/templates/printers-template-s-brother-printers/index.html
+++ b/docs/templates/printers-template-s-brother-printers/index.html
@@ -5,7 +5,7 @@
brother Printers s
-
+
diff --git a/docs/templates/printers-template-sharp-printer-c301w-and-mx-2640/index.html b/docs/templates/printers-template-sharp-printer-c301w-and-mx-2640/index.html
index 10780b648..f8b906cb5 100644
--- a/docs/templates/printers-template-sharp-printer-c301w-and-mx-2640/index.html
+++ b/docs/templates/printers-template-sharp-printer-c301w-and-mx-2640/index.html
@@ -5,7 +5,7 @@
Sharp Printers
-
+
diff --git a/docs/templates/printers-template-xerox-workcentre-6605dn/index.html b/docs/templates/printers-template-xerox-workcentre-6605dn/index.html
index d5e540285..95d78cc92 100644
--- a/docs/templates/printers-template-xerox-workcentre-6605dn/index.html
+++ b/docs/templates/printers-template-xerox-workcentre-6605dn/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 6605DN
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-7220-multi-color/index.html b/docs/templates/printers-xerox-template-xerox-7220-multi-color/index.html
index 7a999d2f8..1eed88a00 100644
--- a/docs/templates/printers-xerox-template-xerox-7220-multi-color/index.html
+++ b/docs/templates/printers-xerox-template-xerox-7220-multi-color/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 3220
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-phaser-3610/index.html b/docs/templates/printers-xerox-template-xerox-phaser-3610/index.html
index ec1dac1a0..13fe6e0b8 100644
--- a/docs/templates/printers-xerox-template-xerox-phaser-3610/index.html
+++ b/docs/templates/printers-xerox-template-xerox-phaser-3610/index.html
@@ -5,7 +5,7 @@
Printer Xerox Phaser 3610
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-phaser-3635mfp/index.html b/docs/templates/printers-xerox-template-xerox-phaser-3635mfp/index.html
index 17519c4d7..fa1a48d16 100644
--- a/docs/templates/printers-xerox-template-xerox-phaser-3635mfp/index.html
+++ b/docs/templates/printers-xerox-template-xerox-phaser-3635mfp/index.html
@@ -5,7 +5,7 @@
Printer Xerox Phaser 3635MFP
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-phaser-4622/index.html b/docs/templates/printers-xerox-template-xerox-phaser-4622/index.html
index eea0a226e..6e8f28beb 100644
--- a/docs/templates/printers-xerox-template-xerox-phaser-4622/index.html
+++ b/docs/templates/printers-xerox-template-xerox-phaser-4622/index.html
@@ -5,7 +5,7 @@
Printer Xerox Phaser 4622
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-phaser-6130n/index.html b/docs/templates/printers-xerox-template-xerox-phaser-6130n/index.html
index adfcd6022..6cbcd4846 100644
--- a/docs/templates/printers-xerox-template-xerox-phaser-6130n/index.html
+++ b/docs/templates/printers-xerox-template-xerox-phaser-6130n/index.html
@@ -5,7 +5,7 @@
Printer Xerox Phaser 6130N
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-3220/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-3220/index.html
index b9086bfd1..53b06b889 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-3220/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-3220/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 3220
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-3225/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-3225/index.html
index 80f2446f2..a3ffca43a 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-3225/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-3225/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 3225
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-3315/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-3315/index.html
index 955b46868..abb09d885 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-3315/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-3315/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 3315
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-3325/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-3325/index.html
index dcb776f53..8005496c7 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-3325/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-3325/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 3325
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-5222/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-5222/index.html
index a71e243af..e5fc6cf92 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-5222/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-5222/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 5222
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-5230/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-5230/index.html
index 3ab17bba6..ec255e0b8 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-5230/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-5230/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 5230
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-5335/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-5335/index.html
index 2d78973d7..69d6c6220 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-5335/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-5335/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 5335
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-7125/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-7125/index.html
index c7bdbe923..0fc5a8da9 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-7125/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-7125/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 7125
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-7220/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-7220/index.html
index 57d281224..4962c8fab 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-7220/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-7220/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 7220
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-7225/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-7225/index.html
index 92fbf6c4b..4a242db89 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-7225/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-7225/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 7225
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-7346/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-7346/index.html
index 243a7a4b1..9ee0b3da8 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-7346/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-7346/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 7346
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-7525/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-7525/index.html
index e3836e26f..ceae53f79 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-7525/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-7525/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 7525
-
+
diff --git a/docs/templates/printers-xerox-template-xerox-workcentre-7855/index.html b/docs/templates/printers-xerox-template-xerox-workcentre-7855/index.html
index cf2cbe210..454bd867c 100644
--- a/docs/templates/printers-xerox-template-xerox-workcentre-7855/index.html
+++ b/docs/templates/printers-xerox-template-xerox-workcentre-7855/index.html
@@ -5,7 +5,7 @@
Printer Xerox WorkCentre 7855
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-airco-pcoweb/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-airco-pcoweb/index.html
index 9ae3bc65a..3cf6546f9 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-airco-pcoweb/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-airco-pcoweb/index.html
@@ -5,7 +5,7 @@
Airco pCOWeb
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-apc-inrow-cooling-snmp/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-apc-inrow-cooling-snmp/index.html
index 6bfdcb5ac..9d2475ec4 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-apc-inrow-cooling-snmp/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-apc-inrow-cooling-snmp/index.html
@@ -5,7 +5,7 @@
APC InRow Cooling
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-sbr01-controller/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-sbr01-controller/index.html
index dcbb86ce9..693420214 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-sbr01-controller/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-cooling-template-sbr01-controller/index.html
@@ -5,7 +5,7 @@
SBR01
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-akcp-sensorprobe/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-akcp-sensorprobe/index.html
index 09b8a71ae..ff01d5bfd 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-akcp-sensorprobe/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-akcp-sensorprobe/index.html
@@ -5,7 +5,7 @@
AKCP
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-ap9340/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-ap9340/index.html
index 8ddf145f2..1db4dc7b8 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-ap9340/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-ap9340/index.html
@@ -5,7 +5,7 @@
netbotzAP9340
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-monitor-2xx/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-monitor-2xx/index.html
index 4c283aac9..78e0f8864 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-monitor-2xx/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-monitor-2xx/index.html
@@ -5,7 +5,7 @@
APC NetBotz Rack Monitor 200
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-rack-monitor-200/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-rack-monitor-200/index.html
index 7ed12a46c..4654e0167 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-rack-monitor-200/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-apc-netbotz-rack-monitor-200/index.html
@@ -5,7 +5,7 @@
SNMP APC NetBotz Rack Monitor 200
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-check-sensorgateway/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-check-sensorgateway/index.html
index f67a1a3d2..b61a49244 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-check-sensorgateway/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-check-sensorgateway/index.html
@@ -5,7 +5,7 @@
SNMP - ServerCheck.com - SensorGateway
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-se-10-2-0-snmp/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-se-10-2-0-snmp/index.html
index 021c791ce..6bc5418cb 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-se-10-2-0-snmp/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-se-10-2-0-snmp/index.html
@@ -5,7 +5,7 @@
DCM SE-10
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-se-10-snmp/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-se-10-snmp/index.html
index e136178fb..e07088b00 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-se-10-snmp/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-se-10-snmp/index.html
@@ -5,7 +5,7 @@
DCM SE-10
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-10-snmp/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-10-snmp/index.html
index 9c0b2a47f..9d0d958a4 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-10-snmp/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-10-snmp/index.html
@@ -5,7 +5,7 @@
DCM SW-10
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-11-dsp/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-11-dsp/index.html
index c89fa6796..e66a6fc35 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-11-dsp/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-11-dsp/index.html
@@ -5,7 +5,7 @@
DCM SW-11-DSP
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-8-snmp/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-8-snmp/index.html
index 1245b50e9..1bc998ade 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-8-snmp/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-dcm-sw-8-snmp/index.html
@@ -5,7 +5,7 @@
DCM SW-8
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-hwg-ste-probe/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-hwg-ste-probe/index.html
index 440c26827..9e0efd12e 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-hwg-ste-probe/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-hwg-ste-probe/index.html
@@ -5,7 +5,7 @@
HWg-STE
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-it-watchdog-15/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-it-watchdog-15/index.html
index 634190300..f207e9d1f 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-it-watchdog-15/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-it-watchdog-15/index.html
@@ -5,7 +5,7 @@
ITWatchDog 15
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-natureremo/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-natureremo/index.html
index ee82262b8..2bd85ae98 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-natureremo/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-natureremo/index.html
@@ -5,7 +5,7 @@
NatureRemo
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-schneider-pm8ecc-pm800/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-schneider-pm8ecc-pm800/index.html
index 3a116fc69..00a067a45 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-schneider-pm8ecc-pm800/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-schneider-pm8ecc-pm800/index.html
@@ -5,7 +5,7 @@
schneider_pm8ecc
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-se-10-sw-10-dcm-tech/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-se-10-sw-10-dcm-tech/index.html
index 879d24d0f..be0faefc5 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-se-10-sw-10-dcm-tech/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-se-10-sw-10-dcm-tech/index.html
@@ -5,7 +5,7 @@
DCM SE-10
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-serverscheck-sensorgateway/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-serverscheck-sensorgateway/index.html
index cedb8efa8..77817af70 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-serverscheck-sensorgateway/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-serverscheck-sensorgateway/index.html
@@ -5,7 +5,7 @@
SNMP - ServerCheck.com - SensorGateway
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-teracom-tcw122b-wd/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-teracom-tcw122b-wd/index.html
index 0503aa0ba..bdbdd5352 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-teracom-tcw122b-wd/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-teracom-tcw122b-wd/index.html
@@ -5,7 +5,7 @@
TCW122B-WD
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-vertiv-geist-watchdog-1200s/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-vertiv-geist-watchdog-1200s/index.html
index 7b09f4cd3..93569c29f 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-vertiv-geist-watchdog-1200s/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-vertiv-geist-watchdog-1200s/index.html
@@ -5,7 +5,7 @@
watchdog.environment.monitor.Geist1250
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-volt-pop-protect-snmp-4-0/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-volt-pop-protect-snmp-4-0/index.html
index 7930402ed..66e2dc537 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-volt-pop-protect-snmp-4-0/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-volt-pop-protect-snmp-4-0/index.html
@@ -5,7 +5,7 @@
Volt Pop Protect SNMP
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-volt-pop-protect-snmp/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-volt-pop-protect-snmp/index.html
index fba7c4d50..6349afa8b 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-volt-pop-protect-snmp/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-monitoring-equipment-template-volt-pop-protect-snmp/index.html
@@ -5,7 +5,7 @@
Volt Pop Protect SNMP
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-audemat-fm-monitor/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-audemat-fm-monitor/index.html
index c24eb32b7..00ad68213 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-audemat-fm-monitor/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-audemat-fm-monitor/index.html
@@ -5,7 +5,7 @@
Discovery Audemat
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-avtech-room-alert-3e/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-avtech-room-alert-3e/index.html
index 593a65d0c..e8d5ff761 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-avtech-room-alert-3e/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-avtech-room-alert-3e/index.html
@@ -5,7 +5,7 @@
RoomAlert 3E
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-fronius-device/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-fronius-device/index.html
index 546d66273..f16228f02 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-fronius-device/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-fronius-device/index.html
@@ -5,7 +5,7 @@
Fronius Solar
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-lantronix-uds1100/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-lantronix-uds1100/index.html
index 1e56cc205..a7ecf1d42 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-lantronix-uds1100/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-lantronix-uds1100/index.html
@@ -5,7 +5,7 @@
LANTRONIX-UDS1100
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-shelly-monitoring/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-shelly-monitoring/index.html
index a3004987d..44c47065f 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-shelly-monitoring/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-shelly-monitoring/index.html
@@ -5,7 +5,7 @@
Template Shelly 3EM
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-tx-hitachi-ec704mp/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-tx-hitachi-ec704mp/index.html
index 85abbdbc9..4a9b9483e 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-tx-hitachi-ec704mp/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-tx-hitachi-ec704mp/index.html
@@ -5,7 +5,7 @@
Template Module ICMP Ping
-
+
diff --git a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-tx-screen-nxt-151/index.html b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-tx-screen-nxt-151/index.html
index 6cdb73a1e..351610955 100644
--- a/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-tx-screen-nxt-151/index.html
+++ b/docs/templates/scada-iot-energy-home-automation-industrial-monitoring-template-tx-screen-nxt-151/index.html
@@ -5,7 +5,7 @@
transmissor-screen-nxt-151-general
-
+
diff --git a/docs/templates/server-hardware-cisco-template-cisco-ucs-standalone-hw-monitoring/index.html b/docs/templates/server-hardware-cisco-template-cisco-ucs-standalone-hw-monitoring/index.html
index e62490521..68b535380 100644
--- a/docs/templates/server-hardware-cisco-template-cisco-ucs-standalone-hw-monitoring/index.html
+++ b/docs/templates/server-hardware-cisco-template-cisco-ucs-standalone-hw-monitoring/index.html
@@ -5,7 +5,7 @@
Cisco UCS Standalone SNMP
-
+
diff --git a/docs/templates/server-hardware-cisco-template-cisco-ucs/index.html b/docs/templates/server-hardware-cisco-template-cisco-ucs/index.html
index 5d922a40d..a09f6fb3f 100644
--- a/docs/templates/server-hardware-cisco-template-cisco-ucs/index.html
+++ b/docs/templates/server-hardware-cisco-template-cisco-ucs/index.html
@@ -5,7 +5,7 @@
Cisco-UCS
-
+
diff --git a/docs/templates/server-hardware-cisco-template-ipmi-cisco-ucs-c220-server-hardware/index.html b/docs/templates/server-hardware-cisco-template-ipmi-cisco-ucs-c220-server-hardware/index.html
index 3aecdc2b9..4b4aba759 100644
--- a/docs/templates/server-hardware-cisco-template-ipmi-cisco-ucs-c220-server-hardware/index.html
+++ b/docs/templates/server-hardware-cisco-template-ipmi-cisco-ucs-c220-server-hardware/index.html
@@ -5,7 +5,7 @@
IPMI Cisco UCS-C220 Server hardware
-
+
diff --git a/docs/templates/server-hardware-cisco-template-standalone-cisco-ucs-server-snmp/index.html b/docs/templates/server-hardware-cisco-template-standalone-cisco-ucs-server-snmp/index.html
index 70286da5b..e62b9afa9 100644
--- a/docs/templates/server-hardware-cisco-template-standalone-cisco-ucs-server-snmp/index.html
+++ b/docs/templates/server-hardware-cisco-template-standalone-cisco-ucs-server-snmp/index.html
@@ -5,7 +5,7 @@
Cisco UCS Standalone SNMP
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-idrac-9-snmp/index.html b/docs/templates/server-hardware-dell-template-dell-idrac-9-snmp/index.html
index 88cd7947f..7e3afe6f1 100644
--- a/docs/templates/server-hardware-dell-template-dell-idrac-9-snmp/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-idrac-9-snmp/index.html
@@ -5,7 +5,7 @@
SNMP-iDRAC-9
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-idrac-chinese/index.html b/docs/templates/server-hardware-dell-template-dell-idrac-chinese/index.html
index 71b412c1d..4f94a0675 100644
--- a/docs/templates/server-hardware-dell-template-dell-idrac-chinese/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-idrac-chinese/index.html
@@ -5,7 +5,7 @@
Dell iDrac SNMPV2
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-idrac/index.html b/docs/templates/server-hardware-dell-template-dell-idrac/index.html
index 6ccd342ee..f06271567 100644
--- a/docs/templates/server-hardware-dell-template-dell-idrac/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-idrac/index.html
@@ -5,7 +5,7 @@
Dell iDrac SNMPV2
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-1950-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-1950-ipmi/index.html
index 26397b083..c9f4eb304 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-1950-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-1950-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_Dell_PowerEdge_1950
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-2900-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-2900-ipmi/index.html
index 399e0be16..6c066819d 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-2900-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-2900-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_Dell_PowerEdge_2900
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-c6220-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-c6220-ipmi/index.html
index 82081252b..82f11e1de 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-c6220-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-c6220-ipmi/index.html
@@ -5,7 +5,7 @@
IPMI Dell PowerEdge C6220
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-r415-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-r415-ipmi/index.html
index 71537c28f..e9361441d 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-r415-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-r415-ipmi/index.html
@@ -5,7 +5,7 @@
IPMI Dell PowerEdge R415
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-r715-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-r715-ipmi/index.html
index 330d53649..258521e4a 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-r715-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-r715-ipmi/index.html
@@ -5,7 +5,7 @@
IPMI Dell PowerEdge R715
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-t300-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-t300-ipmi/index.html
index 0143d4fd7..fe3c35b48 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-t300-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-t300-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_Dell_PowerEdge_T300
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-t310-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-t310-ipmi/index.html
index b4ac0472e..e9950bb61 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-t310-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-t310-ipmi/index.html
@@ -5,7 +5,7 @@
IPMI_Dell_PowerEdge_T310
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-t320-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-t320-ipmi/index.html
index fc3320235..6310cd6d6 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-t320-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-t320-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_Dell_PowerEdge_T320
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-t420-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-t420-ipmi/index.html
index 00b6c9376..afe52d64e 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-t420-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-t420-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_Dell_PowerEdge_T420
-
+
diff --git a/docs/templates/server-hardware-dell-template-dell-poweredge-t620-ipmi/index.html b/docs/templates/server-hardware-dell-template-dell-poweredge-t620-ipmi/index.html
index 720bcea7a..abe166a13 100644
--- a/docs/templates/server-hardware-dell-template-dell-poweredge-t620-ipmi/index.html
+++ b/docs/templates/server-hardware-dell-template-dell-poweredge-t620-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_Dell_PowerEdge_T620
-
+
diff --git a/docs/templates/server-hardware-dell-template-ipmi-dell-poweredge-2950/index.html b/docs/templates/server-hardware-dell-template-ipmi-dell-poweredge-2950/index.html
index 888142189..66d536740 100644
--- a/docs/templates/server-hardware-dell-template-ipmi-dell-poweredge-2950/index.html
+++ b/docs/templates/server-hardware-dell-template-ipmi-dell-poweredge-2950/index.html
@@ -5,7 +5,7 @@
IPMI Dell PowerEdge 2950
-
+
diff --git a/docs/templates/server-hardware-dell-template-ipmi-dell-poweredge-r510/index.html b/docs/templates/server-hardware-dell-template-ipmi-dell-poweredge-r510/index.html
index aa0bf562e..5e1e908a1 100644
--- a/docs/templates/server-hardware-dell-template-ipmi-dell-poweredge-r510/index.html
+++ b/docs/templates/server-hardware-dell-template-ipmi-dell-poweredge-r510/index.html
@@ -5,7 +5,7 @@
IPMI Dell PowerEdge R510
-
+
diff --git a/docs/templates/server-hardware-fujitsu-siemens-template-ipmi-rx2530/index.html b/docs/templates/server-hardware-fujitsu-siemens-template-ipmi-rx2530/index.html
index 8c03d6604..397a97c90 100644
--- a/docs/templates/server-hardware-fujitsu-siemens-template-ipmi-rx2530/index.html
+++ b/docs/templates/server-hardware-fujitsu-siemens-template-ipmi-rx2530/index.html
@@ -5,7 +5,7 @@
IPMI Fujitsu RX2530 M2
-
+
diff --git a/docs/templates/server-hardware-h3c-template-for-h3c-hdm-1-30-x/index.html b/docs/templates/server-hardware-h3c-template-for-h3c-hdm-1-30-x/index.html
index 6babbc9ae..691e25a94 100644
--- a/docs/templates/server-hardware-h3c-template-for-h3c-hdm-1-30-x/index.html
+++ b/docs/templates/server-hardware-h3c-template-for-h3c-hdm-1-30-x/index.html
@@ -5,7 +5,7 @@
H3C_basic_monitoring
-
+
diff --git a/docs/templates/server-hardware-h3c-template-for-h3c-r4900-g2/index.html b/docs/templates/server-hardware-h3c-template-for-h3c-r4900-g2/index.html
index 7b2a6db19..a18f871a1 100644
--- a/docs/templates/server-hardware-h3c-template-for-h3c-r4900-g2/index.html
+++ b/docs/templates/server-hardware-h3c-template-for-h3c-r4900-g2/index.html
@@ -5,7 +5,7 @@
H3C_basic_momitoring_G2
-
+
diff --git a/docs/templates/server-hardware-h3c-template-h3c-rackserver-monitor/index.html b/docs/templates/server-hardware-h3c-template-h3c-rackserver-monitor/index.html
index aa405d5da..caf1ef5b1 100644
--- a/docs/templates/server-hardware-h3c-template-h3c-rackserver-monitor/index.html
+++ b/docs/templates/server-hardware-h3c-template-h3c-rackserver-monitor/index.html
@@ -5,7 +5,7 @@
H3C_RackServer_monitor
-
+
diff --git a/docs/templates/server-hardware-hp-template-dl360p-gen8/index.html b/docs/templates/server-hardware-hp-template-dl360p-gen8/index.html
index 5b002b969..13ed8918e 100644
--- a/docs/templates/server-hardware-hp-template-dl360p-gen8/index.html
+++ b/docs/templates/server-hardware-hp-template-dl360p-gen8/index.html
@@ -5,7 +5,7 @@
IPMI HP DL360p Gen8
-
+
diff --git a/docs/templates/server-hardware-hp-template-hp-c7000-chassis/index.html b/docs/templates/server-hardware-hp-template-hp-c7000-chassis/index.html
index 1b2ec6892..5c0430d91 100644
--- a/docs/templates/server-hardware-hp-template-hp-c7000-chassis/index.html
+++ b/docs/templates/server-hardware-hp-template-hp-c7000-chassis/index.html
@@ -5,7 +5,7 @@
bl7000_EN
-
+
diff --git a/docs/templates/server-hardware-hp-template-hp-dl320e-gen8-ipmi-ilo4/index.html b/docs/templates/server-hardware-hp-template-hp-dl320e-gen8-ipmi-ilo4/index.html
index 289f2e545..aeb579a47 100644
--- a/docs/templates/server-hardware-hp-template-hp-dl320e-gen8-ipmi-ilo4/index.html
+++ b/docs/templates/server-hardware-hp-template-hp-dl320e-gen8-ipmi-ilo4/index.html
@@ -5,7 +5,7 @@
IPMI_HP320eG8
-
+
diff --git a/docs/templates/server-hardware-hp-template-hp-ilo-5-snmp/index.html b/docs/templates/server-hardware-hp-template-hp-ilo-5-snmp/index.html
index 23bf45b74..29ff23a40 100644
--- a/docs/templates/server-hardware-hp-template-hp-ilo-5-snmp/index.html
+++ b/docs/templates/server-hardware-hp-template-hp-ilo-5-snmp/index.html
@@ -5,7 +5,7 @@
SNMP-HP-iLO5
-
+
diff --git a/docs/templates/server-hardware-hp-template-hp-ilo-proliant-dl380p-gen8/index.html b/docs/templates/server-hardware-hp-template-hp-ilo-proliant-dl380p-gen8/index.html
index bdbaef211..e5e45deba 100644
--- a/docs/templates/server-hardware-hp-template-hp-ilo-proliant-dl380p-gen8/index.html
+++ b/docs/templates/server-hardware-hp-template-hp-ilo-proliant-dl380p-gen8/index.html
@@ -5,7 +5,7 @@
ILO ProLiant DL380p Gen8
-
+
diff --git a/docs/templates/server-hardware-hp-template-hp-server-snmp-autodiscovery/index.html b/docs/templates/server-hardware-hp-template-hp-server-snmp-autodiscovery/index.html
index 0266f25bc..6c37ebafd 100644
--- a/docs/templates/server-hardware-hp-template-hp-server-snmp-autodiscovery/index.html
+++ b/docs/templates/server-hardware-hp-template-hp-server-snmp-autodiscovery/index.html
@@ -5,7 +5,7 @@
HP_SNMP_Autodiscovery
-
+
diff --git a/docs/templates/server-hardware-hp-template-hp-xl420-gen9/index.html b/docs/templates/server-hardware-hp-template-hp-xl420-gen9/index.html
index 9ffaecd4c..d109e021e 100644
--- a/docs/templates/server-hardware-hp-template-hp-xl420-gen9/index.html
+++ b/docs/templates/server-hardware-hp-template-hp-xl420-gen9/index.html
@@ -5,7 +5,7 @@
IPMI HP ProLiant XL420 Gen9
-
+
diff --git a/docs/templates/server-hardware-hp-template-ipmi-hp-bl460c-g8/index.html b/docs/templates/server-hardware-hp-template-ipmi-hp-bl460c-g8/index.html
index 4e4887432..15e3fbd60 100644
--- a/docs/templates/server-hardware-hp-template-ipmi-hp-bl460c-g8/index.html
+++ b/docs/templates/server-hardware-hp-template-ipmi-hp-bl460c-g8/index.html
@@ -5,7 +5,7 @@
IPMI HP BL460c Gen8
-
+
diff --git a/docs/templates/server-hardware-hp-template-ipmi-hp-dl380p-g9-without-drives-only/index.html b/docs/templates/server-hardware-hp-template-ipmi-hp-dl380p-g9-without-drives-only/index.html
index 35a7ae4d8..d25e9a0b9 100644
--- a/docs/templates/server-hardware-hp-template-ipmi-hp-dl380p-g9-without-drives-only/index.html
+++ b/docs/templates/server-hardware-hp-template-ipmi-hp-dl380p-g9-without-drives-only/index.html
@@ -5,7 +5,7 @@
IPMI HP DL380p Gen9 without Drives
-
+
diff --git a/docs/templates/server-hardware-hp-template-server-hp-ilo100i-ipmi/index.html b/docs/templates/server-hardware-hp-template-server-hp-ilo100i-ipmi/index.html
index 925912c02..d3c01296b 100644
--- a/docs/templates/server-hardware-hp-template-server-hp-ilo100i-ipmi/index.html
+++ b/docs/templates/server-hardware-hp-template-server-hp-ilo100i-ipmi/index.html
@@ -5,7 +5,7 @@
HP iLO100i IPMI
-
+
diff --git a/docs/templates/server-hardware-huawei-template-huawei-rh5885h-v3/index.html b/docs/templates/server-hardware-huawei-template-huawei-rh5885h-v3/index.html
index 7f4457286..74b7a76b2 100644
--- a/docs/templates/server-hardware-huawei-template-huawei-rh5885h-v3/index.html
+++ b/docs/templates/server-hardware-huawei-template-huawei-rh5885h-v3/index.html
@@ -5,7 +5,7 @@
Huawei Server iBMC
-
+
diff --git a/docs/templates/server-hardware-huawei-template-vlan-l2-huawei/index.html b/docs/templates/server-hardware-huawei-template-vlan-l2-huawei/index.html
index 37548959d..601f864aa 100644
--- a/docs/templates/server-hardware-huawei-template-vlan-l2-huawei/index.html
+++ b/docs/templates/server-hardware-huawei-template-vlan-l2-huawei/index.html
@@ -5,7 +5,7 @@
VLAN L2 Huawei
-
+
diff --git a/docs/templates/server-hardware-ibm-and-lenovo-template-lenovo-flex-snmpv3/index.html b/docs/templates/server-hardware-ibm-and-lenovo-template-lenovo-flex-snmpv3/index.html
index 85a73e963..feeff0c61 100644
--- a/docs/templates/server-hardware-ibm-and-lenovo-template-lenovo-flex-snmpv3/index.html
+++ b/docs/templates/server-hardware-ibm-and-lenovo-template-lenovo-flex-snmpv3/index.html
@@ -5,7 +5,7 @@
Lenovo Flex chassis
-
+
diff --git a/docs/templates/server-hardware-inspur-template-inspur-server-for-zabbix-5-0/index.html b/docs/templates/server-hardware-inspur-template-inspur-server-for-zabbix-5-0/index.html
index cf751f9d1..d99b7653e 100644
--- a/docs/templates/server-hardware-inspur-template-inspur-server-for-zabbix-5-0/index.html
+++ b/docs/templates/server-hardware-inspur-template-inspur-server-for-zabbix-5-0/index.html
@@ -5,7 +5,7 @@
Server Inspur BMC All Items 4 Zabbix5.0
-
+
diff --git a/docs/templates/server-hardware-inspur-template-inspur-server-snmpv3-1/index.html b/docs/templates/server-hardware-inspur-template-inspur-server-snmpv3-1/index.html
index 7f9474d0d..612e33ee1 100644
--- a/docs/templates/server-hardware-inspur-template-inspur-server-snmpv3-1/index.html
+++ b/docs/templates/server-hardware-inspur-template-inspur-server-snmpv3-1/index.html
@@ -5,7 +5,7 @@
Server Inspur BMC SNMPv3
-
+
diff --git a/docs/templates/server-hardware-inspur-template-inspur-server-snmpv3/index.html b/docs/templates/server-hardware-inspur-template-inspur-server-snmpv3/index.html
index 01bc2f091..753de6465 100644
--- a/docs/templates/server-hardware-inspur-template-inspur-server-snmpv3/index.html
+++ b/docs/templates/server-hardware-inspur-template-inspur-server-snmpv3/index.html
@@ -5,7 +5,7 @@
Server Inspur BMC SNMPv3
-
+
diff --git a/docs/templates/server-hardware-intel-template-intel-quicksync-gpu-metrics/index.html b/docs/templates/server-hardware-intel-template-intel-quicksync-gpu-metrics/index.html
index 27ff3c4bf..694dd215c 100644
--- a/docs/templates/server-hardware-intel-template-intel-quicksync-gpu-metrics/index.html
+++ b/docs/templates/server-hardware-intel-template-intel-quicksync-gpu-metrics/index.html
@@ -5,7 +5,7 @@
Intel QuickSync GPU metrics
-
+
diff --git a/docs/templates/server-hardware-intel-template-intel-s5500bc-ipmi/index.html b/docs/templates/server-hardware-intel-template-intel-s5500bc-ipmi/index.html
index 331f84e43..4967a2a2d 100644
--- a/docs/templates/server-hardware-intel-template-intel-s5500bc-ipmi/index.html
+++ b/docs/templates/server-hardware-intel-template-intel-s5500bc-ipmi/index.html
@@ -5,7 +5,7 @@
Server Intel S5500BC IPMI
-
+
diff --git a/docs/templates/server-hardware-intel-template-ipmi-intel-rmm3/index.html b/docs/templates/server-hardware-intel-template-ipmi-intel-rmm3/index.html
index 0b24a928f..0d710b1ab 100644
--- a/docs/templates/server-hardware-intel-template-ipmi-intel-rmm3/index.html
+++ b/docs/templates/server-hardware-intel-template-ipmi-intel-rmm3/index.html
@@ -5,7 +5,7 @@
IPMI Intel RMM3
-
+
diff --git a/docs/templates/server-hardware-intel-template-ipmi-intel-s2400sc-bmc-integrated/index.html b/docs/templates/server-hardware-intel-template-ipmi-intel-s2400sc-bmc-integrated/index.html
index 251ca193d..6b76a2d89 100644
--- a/docs/templates/server-hardware-intel-template-ipmi-intel-s2400sc-bmc-integrated/index.html
+++ b/docs/templates/server-hardware-intel-template-ipmi-intel-s2400sc-bmc-integrated/index.html
@@ -5,7 +5,7 @@
IPMI Intel S2400SC
-
+
diff --git a/docs/templates/server-hardware-other-template-amd-monitoring-for-multiple-gpus/index.html b/docs/templates/server-hardware-other-template-amd-monitoring-for-multiple-gpus/index.html
index b650c3d75..00d35e638 100644
--- a/docs/templates/server-hardware-other-template-amd-monitoring-for-multiple-gpus/index.html
+++ b/docs/templates/server-hardware-other-template-amd-monitoring-for-multiple-gpus/index.html
@@ -5,7 +5,7 @@
Blank AMD
-
+
diff --git a/docs/templates/server-hardware-other-template-ipmi-asus-asmb4-ikvm-asmb4-sol/index.html b/docs/templates/server-hardware-other-template-ipmi-asus-asmb4-ikvm-asmb4-sol/index.html
index 72b693191..f87842372 100644
--- a/docs/templates/server-hardware-other-template-ipmi-asus-asmb4-ikvm-asmb4-sol/index.html
+++ b/docs/templates/server-hardware-other-template-ipmi-asus-asmb4-ikvm-asmb4-sol/index.html
@@ -5,7 +5,7 @@
IPMI ASUS ASMB4
-
+
diff --git a/docs/templates/server-hardware-other-template-md-raid/index.html b/docs/templates/server-hardware-other-template-md-raid/index.html
index 7638a8b83..eeda144f8 100644
--- a/docs/templates/server-hardware-other-template-md-raid/index.html
+++ b/docs/templates/server-hardware-other-template-md-raid/index.html
@@ -5,7 +5,7 @@
MD Soft RAID
-
+
diff --git a/docs/templates/server-hardware-other-template-nvidia-smi-integration/index.html b/docs/templates/server-hardware-other-template-nvidia-smi-integration/index.html
index 018ea4a59..58aab40f2 100644
--- a/docs/templates/server-hardware-other-template-nvidia-smi-integration/index.html
+++ b/docs/templates/server-hardware-other-template-nvidia-smi-integration/index.html
@@ -5,7 +5,7 @@
NVidia Sensors
-
+
diff --git a/docs/templates/server-hardware-other-template-snmp-sun-m5000-xscf/index.html b/docs/templates/server-hardware-other-template-snmp-sun-m5000-xscf/index.html
index 902c30211..207f4a0ca 100644
--- a/docs/templates/server-hardware-other-template-snmp-sun-m5000-xscf/index.html
+++ b/docs/templates/server-hardware-other-template-snmp-sun-m5000-xscf/index.html
@@ -5,7 +5,7 @@
SNMP XSCF Sun M5000
-
+
diff --git a/docs/templates/server-hardware-other-template-zabbix-agent-d2500cc/index.html b/docs/templates/server-hardware-other-template-zabbix-agent-d2500cc/index.html
index 0319108af..6e876dc62 100644
--- a/docs/templates/server-hardware-other-template-zabbix-agent-d2500cc/index.html
+++ b/docs/templates/server-hardware-other-template-zabbix-agent-d2500cc/index.html
@@ -5,7 +5,7 @@
Sensors D2500CC
-
+
diff --git a/docs/templates/server-hardware-other-template-zabbix-agent-dn2800mt/index.html b/docs/templates/server-hardware-other-template-zabbix-agent-dn2800mt/index.html
index 4826d5920..6ef72fa0e 100644
--- a/docs/templates/server-hardware-other-template-zabbix-agent-dn2800mt/index.html
+++ b/docs/templates/server-hardware-other-template-zabbix-agent-dn2800mt/index.html
@@ -5,7 +5,7 @@
Sensors DN2800MT
-
+
diff --git a/docs/templates/server-hardware-raid-cards-template-adaptec-microsemi-using-arcconf/index.html b/docs/templates/server-hardware-raid-cards-template-adaptec-microsemi-using-arcconf/index.html
index eb5147bc6..d055bb561 100644
--- a/docs/templates/server-hardware-raid-cards-template-adaptec-microsemi-using-arcconf/index.html
+++ b/docs/templates/server-hardware-raid-cards-template-adaptec-microsemi-using-arcconf/index.html
@@ -5,7 +5,7 @@
Adaptec PS
-
+
diff --git a/docs/templates/server-hardware-raid-cards-template-intel-rst-intel-vroc/index.html b/docs/templates/server-hardware-raid-cards-template-intel-rst-intel-vroc/index.html
index ae67b5ef0..ad0a9583e 100644
--- a/docs/templates/server-hardware-raid-cards-template-intel-rst-intel-vroc/index.html
+++ b/docs/templates/server-hardware-raid-cards-template-intel-rst-intel-vroc/index.html
@@ -5,7 +5,7 @@
Intel RST with js
-
+
diff --git a/docs/templates/server-hardware-raid-cards-template-lsi-avago-broadcom-megaraid-sas-snmp/index.html b/docs/templates/server-hardware-raid-cards-template-lsi-avago-broadcom-megaraid-sas-snmp/index.html
index b212aaf8b..5f0cc7976 100644
--- a/docs/templates/server-hardware-raid-cards-template-lsi-avago-broadcom-megaraid-sas-snmp/index.html
+++ b/docs/templates/server-hardware-raid-cards-template-lsi-avago-broadcom-megaraid-sas-snmp/index.html
@@ -5,7 +5,7 @@
SNMP MegaRAID SAS
-
+
diff --git a/docs/templates/server-hardware-raid-cards-template-lsi-avago-broadcom-using-json-outputs-of-storcli/index.html b/docs/templates/server-hardware-raid-cards-template-lsi-avago-broadcom-using-json-outputs-of-storcli/index.html
index 78b4b584c..fb93aa6e5 100644
--- a/docs/templates/server-hardware-raid-cards-template-lsi-avago-broadcom-using-json-outputs-of-storcli/index.html
+++ b/docs/templates/server-hardware-raid-cards-template-lsi-avago-broadcom-using-json-outputs-of-storcli/index.html
@@ -5,7 +5,7 @@
LSI JSON discovery
-
+
diff --git a/docs/templates/server-hardware-sgi-template-sgi-altix-c2108-g9-ipmi/index.html b/docs/templates/server-hardware-sgi-template-sgi-altix-c2108-g9-ipmi/index.html
index 60248d379..303b5e420 100644
--- a/docs/templates/server-hardware-sgi-template-sgi-altix-c2108-g9-ipmi/index.html
+++ b/docs/templates/server-hardware-sgi-template-sgi-altix-c2108-g9-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_SGI_Altix_C2108-G9
-
+
diff --git a/docs/templates/server-hardware-sgi-template-sgi-altix-c2112-4g10/index.html b/docs/templates/server-hardware-sgi-template-sgi-altix-c2112-4g10/index.html
index 575fcec9b..4b7be29ee 100644
--- a/docs/templates/server-hardware-sgi-template-sgi-altix-c2112-4g10/index.html
+++ b/docs/templates/server-hardware-sgi-template-sgi-altix-c2112-4g10/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_SGI_Altix_C2112-4G10
-
+
diff --git a/docs/templates/server-hardware-sgi-template-sgi-altix-c2112-gp2-ipmi/index.html b/docs/templates/server-hardware-sgi-template-sgi-altix-c2112-gp2-ipmi/index.html
index ef8477225..d184a3a1d 100644
--- a/docs/templates/server-hardware-sgi-template-sgi-altix-c2112-gp2-ipmi/index.html
+++ b/docs/templates/server-hardware-sgi-template-sgi-altix-c2112-gp2-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_SGI_Altix_C2112-GP2
-
+
diff --git a/docs/templates/server-hardware-sgi-template-sgi-altix-h2106-g7-ipmi/index.html b/docs/templates/server-hardware-sgi-template-sgi-altix-h2106-g7-ipmi/index.html
index 46d72624e..1791508f6 100644
--- a/docs/templates/server-hardware-sgi-template-sgi-altix-h2106-g7-ipmi/index.html
+++ b/docs/templates/server-hardware-sgi-template-sgi-altix-h2106-g7-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_SGI_Altix_H2106-G7
-
+
diff --git a/docs/templates/server-hardware-sgi-template-sgi-altix-iss3114-ipmi/index.html b/docs/templates/server-hardware-sgi-template-sgi-altix-iss3114-ipmi/index.html
index a492ba95d..6dab45f7c 100644
--- a/docs/templates/server-hardware-sgi-template-sgi-altix-iss3114-ipmi/index.html
+++ b/docs/templates/server-hardware-sgi-template-sgi-altix-iss3114-ipmi/index.html
@@ -5,7 +5,7 @@
UNISIM_IPMI_SGI_Altix_ISS3114
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-h8dgt/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-h8dgt/index.html
index d4ebc7e78..1372679e9 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-h8dgt/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-h8dgt/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro H8DGT
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-5018d-mtf/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-5018d-mtf/index.html
index c7ee908c2..ad4daf581 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-5018d-mtf/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-5018d-mtf/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro SYS-5018D
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-5019s-l/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-5019s-l/index.html
index ce4eb6946..f555492c7 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-5019s-l/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-5019s-l/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro SYS-5019S-L
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-6028r-tr/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-6028r-tr/index.html
index 4943b6f63..58a86598b 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-6028r-tr/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-sys-6028r-tr/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro SYS-6028R-TR
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10drt-h/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10drt-h/index.html
index 15a9b573a..8a90f80b3 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10drt-h/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10drt-h/index.html
@@ -5,7 +5,7 @@
IPMI SuperMicro X10DRT-H
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10drw-e/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10drw-e/index.html
index 9333d21c6..2140c68ba 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10drw-e/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10drw-e/index.html
@@ -5,7 +5,7 @@
IPMI - Supermicro - X10DRW-E
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10sll-f/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10sll-f/index.html
index 8e0b47be0..df0a0db0b 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10sll-f/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10sll-f/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X10SLL-F
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10srl-f/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10srl-f/index.html
index 67e975ae8..0e15d9e39 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10srl-f/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10srl-f/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X10SRL-F
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10srm-tf/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10srm-tf/index.html
index 6888b3c45..f72a99ebb 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10srm-tf/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x10srm-tf/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X10SRM-TF
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x8dtl-3f/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x8dtl-3f/index.html
index a3251b156..e84fa113d 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x8dtl-3f/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x8dtl-3f/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X8DTL-3F
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9dbl-if/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9dbl-if/index.html
index 3682a3eee..c251be0b5 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9dbl-if/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9dbl-if/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X9DBL
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9drl-7f-bo/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9drl-7f-bo/index.html
index 372cb9ff5..9db35f706 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9drl-7f-bo/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9drl-7f-bo/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X9DRL-7F-BO
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9drt/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9drt/index.html
index 8aae514e7..66b3fc306 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9drt/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9drt/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X9DRT
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9scl-f-b/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9scl-f-b/index.html
index 48abe396b..1a3a3be35 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9scl-f-b/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9scl-f-b/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X9DRL-7F-BO
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9scl-x9scm/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9scl-x9scm/index.html
index 96970fdbc..26deb34a4 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9scl-x9scm/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9scl-x9scm/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X9SCLX9SCM
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9sri/index.html b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9sri/index.html
index 459193fbc..683d405c6 100644
--- a/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9sri/index.html
+++ b/docs/templates/server-hardware-supermicro-template-ipmi-supermicro-x9sri/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro X9SRI-F
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-supermicro-a1sam-2750f-ipmi/index.html b/docs/templates/server-hardware-supermicro-template-supermicro-a1sam-2750f-ipmi/index.html
index d43581f56..25f47cf7d 100644
--- a/docs/templates/server-hardware-supermicro-template-supermicro-a1sam-2750f-ipmi/index.html
+++ b/docs/templates/server-hardware-supermicro-template-supermicro-a1sam-2750f-ipmi/index.html
@@ -5,7 +5,7 @@
IPMI Supermicro A1SAM-2750F
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-supermicro-snmp-superdoctor-5-lld/index.html b/docs/templates/server-hardware-supermicro-template-supermicro-snmp-superdoctor-5-lld/index.html
index a72fc91a2..4e86ad418 100644
--- a/docs/templates/server-hardware-supermicro-template-supermicro-snmp-superdoctor-5-lld/index.html
+++ b/docs/templates/server-hardware-supermicro-template-supermicro-snmp-superdoctor-5-lld/index.html
@@ -5,7 +5,7 @@
Supermicro SNMP Superdoctor 5 LLD
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-supermicro-x9drd-7ln4f/index.html b/docs/templates/server-hardware-supermicro-template-supermicro-x9drd-7ln4f/index.html
index d34f7f2e5..079df1298 100644
--- a/docs/templates/server-hardware-supermicro-template-supermicro-x9drd-7ln4f/index.html
+++ b/docs/templates/server-hardware-supermicro-template-supermicro-x9drd-7ln4f/index.html
@@ -5,7 +5,7 @@
IPMI SuperMicro X9DRD-7LN4F
-
+
diff --git a/docs/templates/server-hardware-supermicro-template-zabbix-2-2-ipmi-supermicro-5017a-ef-and-other-atom-cpu/index.html b/docs/templates/server-hardware-supermicro-template-zabbix-2-2-ipmi-supermicro-5017a-ef-and-other-atom-cpu/index.html
index d422e079c..814227df6 100644
--- a/docs/templates/server-hardware-supermicro-template-zabbix-2-2-ipmi-supermicro-5017a-ef-and-other-atom-cpu/index.html
+++ b/docs/templates/server-hardware-supermicro-template-zabbix-2-2-ipmi-supermicro-5017a-ef-and-other-atom-cpu/index.html
@@ -5,7 +5,7 @@
IPMI SuperMicro
-
+
diff --git a/docs/templates/server-hardware-template-dell-poweredge-m610/index.html b/docs/templates/server-hardware-template-dell-poweredge-m610/index.html
index 0b66385c7..e985530a2 100644
--- a/docs/templates/server-hardware-template-dell-poweredge-m610/index.html
+++ b/docs/templates/server-hardware-template-dell-poweredge-m610/index.html
@@ -5,7 +5,7 @@
IPMI Dell PowerEdge M610
-
+
diff --git a/docs/templates/server-hardware-template-fujitsu-eternus-dx60-s3/index.html b/docs/templates/server-hardware-template-fujitsu-eternus-dx60-s3/index.html
index 072e13b03..c5f471c93 100644
--- a/docs/templates/server-hardware-template-fujitsu-eternus-dx60-s3/index.html
+++ b/docs/templates/server-hardware-template-fujitsu-eternus-dx60-s3/index.html
@@ -5,7 +5,7 @@
Module Generic SNMPv2 to Fuji Eternus
-
+
diff --git a/docs/templates/server-hardware-template-fujitsu-primergy-rx2530-m2/index.html b/docs/templates/server-hardware-template-fujitsu-primergy-rx2530-m2/index.html
index e72b880e9..8d8d5d42d 100644
--- a/docs/templates/server-hardware-template-fujitsu-primergy-rx2530-m2/index.html
+++ b/docs/templates/server-hardware-template-fujitsu-primergy-rx2530-m2/index.html
@@ -5,7 +5,7 @@
Module Generic SNMPv2 to Fuji IRMC
-
+
diff --git a/docs/templates/server-hardware-template-gemalto-luna-hsm-snmpv3/index.html b/docs/templates/server-hardware-template-gemalto-luna-hsm-snmpv3/index.html
index 53b970102..beccc3208 100644
--- a/docs/templates/server-hardware-template-gemalto-luna-hsm-snmpv3/index.html
+++ b/docs/templates/server-hardware-template-gemalto-luna-hsm-snmpv3/index.html
@@ -5,7 +5,7 @@
Gemalto SafeNet Luna SNMPv3
-
+
diff --git a/docs/templates/server-hardware-template-h3c-zabbix-snmp-monitoring/index.html b/docs/templates/server-hardware-template-h3c-zabbix-snmp-monitoring/index.html
index 89a67d816..66c2e1353 100644
--- a/docs/templates/server-hardware-template-h3c-zabbix-snmp-monitoring/index.html
+++ b/docs/templates/server-hardware-template-h3c-zabbix-snmp-monitoring/index.html
@@ -5,7 +5,7 @@
H3C_basic_monitoring
-
+
diff --git a/docs/templates/server-hardware-template-ipmi-gigabyte-6pxsv4/index.html b/docs/templates/server-hardware-template-ipmi-gigabyte-6pxsv4/index.html
index 9aa6a8094..0da5c50f7 100644
--- a/docs/templates/server-hardware-template-ipmi-gigabyte-6pxsv4/index.html
+++ b/docs/templates/server-hardware-template-ipmi-gigabyte-6pxsv4/index.html
@@ -5,7 +5,7 @@
IPMI Gigabyte 6PXSV4
-
+
diff --git a/docs/templates/server-hardware-template-mssql-2008-2016-multi-instance-with-wsfc-autodiscovery/index.html b/docs/templates/server-hardware-template-mssql-2008-2016-multi-instance-with-wsfc-autodiscovery/index.html
index 5928eee58..9d0e3b6b9 100644
--- a/docs/templates/server-hardware-template-mssql-2008-2016-multi-instance-with-wsfc-autodiscovery/index.html
+++ b/docs/templates/server-hardware-template-mssql-2008-2016-multi-instance-with-wsfc-autodiscovery/index.html
@@ -5,7 +5,7 @@
App MSSQL 2008-2016 WSFC
-
+
diff --git a/docs/templates/server-hardware-template-sugon-rackserver-monitor/index.html b/docs/templates/server-hardware-template-sugon-rackserver-monitor/index.html
index 42f644ddd..5ae4089df 100644
--- a/docs/templates/server-hardware-template-sugon-rackserver-monitor/index.html
+++ b/docs/templates/server-hardware-template-sugon-rackserver-monitor/index.html
@@ -5,7 +5,7 @@
Sugon_RackServer_monitor
-
+
diff --git a/docs/templates/server-hardware-tyan-template-ipmi-tyan-s5532/index.html b/docs/templates/server-hardware-tyan-template-ipmi-tyan-s5532/index.html
index 31c39f2ed..f4177d168 100644
--- a/docs/templates/server-hardware-tyan-template-ipmi-tyan-s5532/index.html
+++ b/docs/templates/server-hardware-tyan-template-ipmi-tyan-s5532/index.html
@@ -5,7 +5,7 @@
IPMI Tyan S5532
-
+
diff --git a/docs/templates/storage-devices-buffalo-template-buffalo-terastation-hs-dhtgl-r5-monitoring-snmp-v2/index.html b/docs/templates/storage-devices-buffalo-template-buffalo-terastation-hs-dhtgl-r5-monitoring-snmp-v2/index.html
index bec13bcc6..293355e9c 100644
--- a/docs/templates/storage-devices-buffalo-template-buffalo-terastation-hs-dhtgl-r5-monitoring-snmp-v2/index.html
+++ b/docs/templates/storage-devices-buffalo-template-buffalo-terastation-hs-dhtgl-r5-monitoring-snmp-v2/index.html
@@ -5,7 +5,7 @@
TeraStation SNMPV2
-
+
diff --git a/docs/templates/storage-devices-buffalo-template-buffalo-terastation-ts4500r/index.html b/docs/templates/storage-devices-buffalo-template-buffalo-terastation-ts4500r/index.html
index 3408620a9..7026be413 100644
--- a/docs/templates/storage-devices-buffalo-template-buffalo-terastation-ts4500r/index.html
+++ b/docs/templates/storage-devices-buffalo-template-buffalo-terastation-ts4500r/index.html
@@ -5,7 +5,7 @@
Buffalo TeraStation TS4500R
-
+
diff --git a/docs/templates/storage-devices-dell-template-dell-powervault/index.html b/docs/templates/storage-devices-dell-template-dell-powervault/index.html
index d9db0824c..fa4065374 100644
--- a/docs/templates/storage-devices-dell-template-dell-powervault/index.html
+++ b/docs/templates/storage-devices-dell-template-dell-powervault/index.html
@@ -5,7 +5,7 @@
DELL POWERVAULT TL2000
-
+
diff --git a/docs/templates/storage-devices-emc-template-emc-isilon-onefs-snmp/index.html b/docs/templates/storage-devices-emc-template-emc-isilon-onefs-snmp/index.html
index 3de467f14..6e6482fe5 100644
--- a/docs/templates/storage-devices-emc-template-emc-isilon-onefs-snmp/index.html
+++ b/docs/templates/storage-devices-emc-template-emc-isilon-onefs-snmp/index.html
@@ -5,7 +5,7 @@
SNMP EMC Isilon Cluster
-
+
diff --git a/docs/templates/storage-devices-emc-template-emc-unity/index.html b/docs/templates/storage-devices-emc-template-emc-unity/index.html
index 14deec979..034a0fbdd 100644
--- a/docs/templates/storage-devices-emc-template-emc-unity/index.html
+++ b/docs/templates/storage-devices-emc-template-emc-unity/index.html
@@ -5,7 +5,7 @@
EMC Unity REST-API v3
-
+
diff --git a/docs/templates/storage-devices-emc-template-emc-vnx-monitoring-reporting-2-x/index.html b/docs/templates/storage-devices-emc-template-emc-vnx-monitoring-reporting-2-x/index.html
index c52a4a641..16142268c 100644
--- a/docs/templates/storage-devices-emc-template-emc-vnx-monitoring-reporting-2-x/index.html
+++ b/docs/templates/storage-devices-emc-template-emc-vnx-monitoring-reporting-2-x/index.html
@@ -5,7 +5,7 @@
VNX_monitoring_and_reporting
-
+
diff --git a/docs/templates/storage-devices-freenas-template-freenas-11-snmp/index.html b/docs/templates/storage-devices-freenas-template-freenas-11-snmp/index.html
index 0b0516343..b9bf45c07 100644
--- a/docs/templates/storage-devices-freenas-template-freenas-11-snmp/index.html
+++ b/docs/templates/storage-devices-freenas-template-freenas-11-snmp/index.html
@@ -5,7 +5,7 @@
SNMP FreeNAS 11
-
+
diff --git a/docs/templates/storage-devices-freenas-template-truenas-freenas-snmp-w-zfs-stats/index.html b/docs/templates/storage-devices-freenas-template-truenas-freenas-snmp-w-zfs-stats/index.html
index c146518e3..b828261ec 100644
--- a/docs/templates/storage-devices-freenas-template-truenas-freenas-snmp-w-zfs-stats/index.html
+++ b/docs/templates/storage-devices-freenas-template-truenas-freenas-snmp-w-zfs-stats/index.html
@@ -5,7 +5,7 @@
SNMP Disks
-
+
diff --git a/docs/templates/storage-devices-fujitsu-template-primequest-3800e/index.html b/docs/templates/storage-devices-fujitsu-template-primequest-3800e/index.html
index df409b797..16f651461 100644
--- a/docs/templates/storage-devices-fujitsu-template-primequest-3800e/index.html
+++ b/docs/templates/storage-devices-fujitsu-template-primequest-3800e/index.html
@@ -5,7 +5,7 @@
Fujitsu Primequest 3800E
-
+
diff --git a/docs/templates/storage-devices-hitachi-template-hitachi-df-diskarray-monitor/index.html b/docs/templates/storage-devices-hitachi-template-hitachi-df-diskarray-monitor/index.html
index 0c9c6dcd1..21285cb40 100644
--- a/docs/templates/storage-devices-hitachi-template-hitachi-df-diskarray-monitor/index.html
+++ b/docs/templates/storage-devices-hitachi-template-hitachi-df-diskarray-monitor/index.html
@@ -5,7 +5,7 @@
Hitachi_DF_DiskArray_monitor
-
+
diff --git a/docs/templates/storage-devices-hitachi-template-hitachi-diskarray-monitor/index.html b/docs/templates/storage-devices-hitachi-template-hitachi-diskarray-monitor/index.html
index ebb974e89..c51a919c3 100644
--- a/docs/templates/storage-devices-hitachi-template-hitachi-diskarray-monitor/index.html
+++ b/docs/templates/storage-devices-hitachi-template-hitachi-diskarray-monitor/index.html
@@ -5,7 +5,7 @@
Hitachi_DiskArray_monitor
-
+
diff --git a/docs/templates/storage-devices-hp-template-3par-7200-use-toolkit-for-hpe-3par/index.html b/docs/templates/storage-devices-hp-template-3par-7200-use-toolkit-for-hpe-3par/index.html
index 2f90d8a9f..08682063a 100644
--- a/docs/templates/storage-devices-hp-template-3par-7200-use-toolkit-for-hpe-3par/index.html
+++ b/docs/templates/storage-devices-hp-template-3par-7200-use-toolkit-for-hpe-3par/index.html
@@ -5,7 +5,7 @@
3par_monitoring
-
+
diff --git a/docs/templates/storage-devices-hp-template-hp-3par/index.html b/docs/templates/storage-devices-hp-template-hp-3par/index.html
index 099581a84..2e464aeb6 100644
--- a/docs/templates/storage-devices-hp-template-hp-3par/index.html
+++ b/docs/templates/storage-devices-hp-template-hp-3par/index.html
@@ -5,7 +5,7 @@
HPE 3PAR SMI-S for shareZabbix
-
+
diff --git a/docs/templates/storage-devices-hp-template-hp-msa-telnet-xml-nolld/index.html b/docs/templates/storage-devices-hp-template-hp-msa-telnet-xml-nolld/index.html
index 3cba17e8f..68606cd49 100644
--- a/docs/templates/storage-devices-hp-template-hp-msa-telnet-xml-nolld/index.html
+++ b/docs/templates/storage-devices-hp-template-hp-msa-telnet-xml-nolld/index.html
@@ -5,7 +5,7 @@
TELNET_HP_StorageWorks
-
+
diff --git a/docs/templates/storage-devices-huawei-template-huawei-diskarray-monitor/index.html b/docs/templates/storage-devices-huawei-template-huawei-diskarray-monitor/index.html
index 568fc07dc..9c3564ed4 100644
--- a/docs/templates/storage-devices-huawei-template-huawei-diskarray-monitor/index.html
+++ b/docs/templates/storage-devices-huawei-template-huawei-diskarray-monitor/index.html
@@ -5,7 +5,7 @@
Huawei_DiskArray_monitor
-
+
diff --git a/docs/templates/storage-devices-huawei-template-huawei-oceanstore/index.html b/docs/templates/storage-devices-huawei-template-huawei-oceanstore/index.html
index 7cafb6cb6..cc70a5591 100644
--- a/docs/templates/storage-devices-huawei-template-huawei-oceanstore/index.html
+++ b/docs/templates/storage-devices-huawei-template-huawei-oceanstore/index.html
@@ -5,7 +5,7 @@
Huawei OceanStor Rest-API v2
-
+
diff --git a/docs/templates/storage-devices-ibm-template-ibm-storwize-v3700/index.html b/docs/templates/storage-devices-ibm-template-ibm-storwize-v3700/index.html
index ccdcffdc1..b7a55a518 100644
--- a/docs/templates/storage-devices-ibm-template-ibm-storwize-v3700/index.html
+++ b/docs/templates/storage-devices-ibm-template-ibm-storwize-v3700/index.html
@@ -5,7 +5,7 @@
IBM-Storwize-3700 CLI v2
-
+
diff --git a/docs/templates/storage-devices-ibm-template-ibm-storwize-v7000/index.html b/docs/templates/storage-devices-ibm-template-ibm-storwize-v7000/index.html
index b21ebdd99..23ba9b920 100644
--- a/docs/templates/storage-devices-ibm-template-ibm-storwize-v7000/index.html
+++ b/docs/templates/storage-devices-ibm-template-ibm-storwize-v7000/index.html
@@ -5,7 +5,7 @@
IBM SW 7k
-
+
diff --git a/docs/templates/storage-devices-lenovo-emc-template-iomega-x4-200d/index.html b/docs/templates/storage-devices-lenovo-emc-template-iomega-x4-200d/index.html
index fe04c21d0..c1b243afa 100644
--- a/docs/templates/storage-devices-lenovo-emc-template-iomega-x4-200d/index.html
+++ b/docs/templates/storage-devices-lenovo-emc-template-iomega-x4-200d/index.html
@@ -5,7 +5,7 @@
IOMEGA ix4-200d
-
+
diff --git a/docs/templates/storage-devices-lenovo-emc-template-lenovo-emc-px4-200d/index.html b/docs/templates/storage-devices-lenovo-emc-template-lenovo-emc-px4-200d/index.html
index 2ce47f1c5..d6782fa6f 100644
--- a/docs/templates/storage-devices-lenovo-emc-template-lenovo-emc-px4-200d/index.html
+++ b/docs/templates/storage-devices-lenovo-emc-template-lenovo-emc-px4-200d/index.html
@@ -5,7 +5,7 @@
Lenovo EMC PX4-200d
-
+
diff --git a/docs/templates/storage-devices-lenovo-emc-template-lenovo-emc-px4-300d/index.html b/docs/templates/storage-devices-lenovo-emc-template-lenovo-emc-px4-300d/index.html
index 716f912fc..7ea5aaf13 100644
--- a/docs/templates/storage-devices-lenovo-emc-template-lenovo-emc-px4-300d/index.html
+++ b/docs/templates/storage-devices-lenovo-emc-template-lenovo-emc-px4-300d/index.html
@@ -5,7 +5,7 @@
Lenovo EMC PX4-300d
-
+
diff --git a/docs/templates/storage-devices-lenovo-emc-template-lenovo-ix4-200d/index.html b/docs/templates/storage-devices-lenovo-emc-template-lenovo-ix4-200d/index.html
index 811a1febe..ff9fba0d9 100644
--- a/docs/templates/storage-devices-lenovo-emc-template-lenovo-ix4-200d/index.html
+++ b/docs/templates/storage-devices-lenovo-emc-template-lenovo-ix4-200d/index.html
@@ -5,7 +5,7 @@
Lenovo ix4-200d
-
+
diff --git a/docs/templates/storage-devices-lenovo-emc-template-nas-lenovo-iomega-ix4-300d/index.html b/docs/templates/storage-devices-lenovo-emc-template-nas-lenovo-iomega-ix4-300d/index.html
index cb76d3dc1..df4355ffb 100644
--- a/docs/templates/storage-devices-lenovo-emc-template-nas-lenovo-iomega-ix4-300d/index.html
+++ b/docs/templates/storage-devices-lenovo-emc-template-nas-lenovo-iomega-ix4-300d/index.html
@@ -5,7 +5,7 @@
Lenovo ix4-300d
-
+
diff --git a/docs/templates/storage-devices-lenovo-emc-template-nas-lenovo-ix4-300d/index.html b/docs/templates/storage-devices-lenovo-emc-template-nas-lenovo-ix4-300d/index.html
index 02b56358f..2c270f0d4 100644
--- a/docs/templates/storage-devices-lenovo-emc-template-nas-lenovo-ix4-300d/index.html
+++ b/docs/templates/storage-devices-lenovo-emc-template-nas-lenovo-ix4-300d/index.html
@@ -5,7 +5,7 @@
Storage Lenovo ix4-300d
-
+
diff --git a/docs/templates/storage-devices-netapp-template-netapp-ontap-9-1/index.html b/docs/templates/storage-devices-netapp-template-netapp-ontap-9-1/index.html
index fdfdcc4ab..ac248e912 100644
--- a/docs/templates/storage-devices-netapp-template-netapp-ontap-9-1/index.html
+++ b/docs/templates/storage-devices-netapp-template-netapp-ontap-9-1/index.html
@@ -5,7 +5,7 @@
NETAPP_FAS_ONTAP_9.1
-
+
diff --git a/docs/templates/storage-devices-netapp-template-netapp-ontap-9-5-1/index.html b/docs/templates/storage-devices-netapp-template-netapp-ontap-9-5-1/index.html
index 00f933509..becb3df4b 100644
--- a/docs/templates/storage-devices-netapp-template-netapp-ontap-9-5-1/index.html
+++ b/docs/templates/storage-devices-netapp-template-netapp-ontap-9-5-1/index.html
@@ -5,7 +5,7 @@
Module Netapp OS
-
+
diff --git a/docs/templates/storage-devices-netapp-template-netapp-ontap-9-5/index.html b/docs/templates/storage-devices-netapp-template-netapp-ontap-9-5/index.html
index 9c5c559d9..f46b7e9e3 100644
--- a/docs/templates/storage-devices-netapp-template-netapp-ontap-9-5/index.html
+++ b/docs/templates/storage-devices-netapp-template-netapp-ontap-9-5/index.html
@@ -5,7 +5,7 @@
SNMP NetApp cDot
-
+
diff --git a/docs/templates/storage-devices-oracle-template-oracle-storagetek-sl3000-modular-library-system-snmp/index.html b/docs/templates/storage-devices-oracle-template-oracle-storagetek-sl3000-modular-library-system-snmp/index.html
index b7c45c48c..b2f78bd7f 100644
--- a/docs/templates/storage-devices-oracle-template-oracle-storagetek-sl3000-modular-library-system-snmp/index.html
+++ b/docs/templates/storage-devices-oracle-template-oracle-storagetek-sl3000-modular-library-system-snmp/index.html
@@ -5,7 +5,7 @@
SNMP Oracle SL3000
-
+
diff --git a/docs/templates/storage-devices-oracle-template-tape-library-oracle-storagetek-sl150/index.html b/docs/templates/storage-devices-oracle-template-tape-library-oracle-storagetek-sl150/index.html
index 625e682d7..6f9e51712 100644
--- a/docs/templates/storage-devices-oracle-template-tape-library-oracle-storagetek-sl150/index.html
+++ b/docs/templates/storage-devices-oracle-template-tape-library-oracle-storagetek-sl150/index.html
@@ -5,7 +5,7 @@
SNMP Tape Library Oracle StorageTek SL150
-
+
diff --git a/docs/templates/storage-devices-qnap-template-qnap-snmpv2/index.html b/docs/templates/storage-devices-qnap-template-qnap-snmpv2/index.html
index 06b158666..5e0252713 100644
--- a/docs/templates/storage-devices-qnap-template-qnap-snmpv2/index.html
+++ b/docs/templates/storage-devices-qnap-template-qnap-snmpv2/index.html
@@ -5,7 +5,7 @@
SNMP QNAP
-
+
diff --git a/docs/templates/storage-devices-qnap-template-zabbix-2-2-qnap-nas-snmp/index.html b/docs/templates/storage-devices-qnap-template-zabbix-2-2-qnap-nas-snmp/index.html
index cbbb1725c..ddfd979a6 100644
--- a/docs/templates/storage-devices-qnap-template-zabbix-2-2-qnap-nas-snmp/index.html
+++ b/docs/templates/storage-devices-qnap-template-zabbix-2-2-qnap-nas-snmp/index.html
@@ -5,7 +5,7 @@
SNMP QNAP NAS
-
+
diff --git a/docs/templates/storage-devices-qnap-template-zabbix-3-0-qnap-nas-snmp/index.html b/docs/templates/storage-devices-qnap-template-zabbix-3-0-qnap-nas-snmp/index.html
index 6e6bbfa79..326c16a17 100644
--- a/docs/templates/storage-devices-qnap-template-zabbix-3-0-qnap-nas-snmp/index.html
+++ b/docs/templates/storage-devices-qnap-template-zabbix-3-0-qnap-nas-snmp/index.html
@@ -5,7 +5,7 @@
SNMP QNAP NAS
-
+
diff --git a/docs/templates/storage-devices-qnap-template-zabbix-3-4-qnap-nas-snmp/index.html b/docs/templates/storage-devices-qnap-template-zabbix-3-4-qnap-nas-snmp/index.html
index 7c93d3c22..0d4c87e10 100644
--- a/docs/templates/storage-devices-qnap-template-zabbix-3-4-qnap-nas-snmp/index.html
+++ b/docs/templates/storage-devices-qnap-template-zabbix-3-4-qnap-nas-snmp/index.html
@@ -5,7 +5,7 @@
SNMP QNAP NAS
-
+
diff --git a/docs/templates/storage-devices-qnap-template-zabbix-4-2-qnap-nas-snmp/index.html b/docs/templates/storage-devices-qnap-template-zabbix-4-2-qnap-nas-snmp/index.html
index 1da239035..c99da0bd5 100644
--- a/docs/templates/storage-devices-qnap-template-zabbix-4-2-qnap-nas-snmp/index.html
+++ b/docs/templates/storage-devices-qnap-template-zabbix-4-2-qnap-nas-snmp/index.html
@@ -5,7 +5,7 @@
SNMP QNAP NAS
-
+
diff --git a/docs/templates/storage-devices-qsan-template-qsan-xs3224/index.html b/docs/templates/storage-devices-qsan-template-qsan-xs3224/index.html
index 81b845592..7e9942942 100644
--- a/docs/templates/storage-devices-qsan-template-qsan-xs3224/index.html
+++ b/docs/templates/storage-devices-qsan-template-qsan-xs3224/index.html
@@ -5,7 +5,7 @@
SNMP Generic
-
+
diff --git a/docs/templates/storage-devices-qumulo-template-qumulo/index.html b/docs/templates/storage-devices-qumulo-template-qumulo/index.html
index e52c8df0f..1abd1c415 100644
--- a/docs/templates/storage-devices-qumulo-template-qumulo/index.html
+++ b/docs/templates/storage-devices-qumulo-template-qumulo/index.html
@@ -5,7 +5,7 @@
Template App QUMULO
-
+
diff --git a/docs/templates/storage-devices-readynas-template-readynas-3200-snmp/index.html b/docs/templates/storage-devices-readynas-template-readynas-3200-snmp/index.html
index 90c155cab..4d309aad4 100644
--- a/docs/templates/storage-devices-readynas-template-readynas-3200-snmp/index.html
+++ b/docs/templates/storage-devices-readynas-template-readynas-3200-snmp/index.html
@@ -5,7 +5,7 @@
SNMP ReadyNas 3200
-
+
diff --git a/docs/templates/storage-devices-readynas-template-readynas-monitor-via-snmp/index.html b/docs/templates/storage-devices-readynas-template-readynas-monitor-via-snmp/index.html
index 0810cf36b..1c30db1c6 100644
--- a/docs/templates/storage-devices-readynas-template-readynas-monitor-via-snmp/index.html
+++ b/docs/templates/storage-devices-readynas-template-readynas-monitor-via-snmp/index.html
@@ -5,7 +5,7 @@
SNMP ReadyNAS
-
+
diff --git a/docs/templates/storage-devices-readynas-template-snmp-readynas-tega/index.html b/docs/templates/storage-devices-readynas-template-snmp-readynas-tega/index.html
index 4c7b59a3d..13fcc3356 100644
--- a/docs/templates/storage-devices-readynas-template-snmp-readynas-tega/index.html
+++ b/docs/templates/storage-devices-readynas-template-snmp-readynas-tega/index.html
@@ -5,7 +5,7 @@
SNMP ReadyNAS Tega
-
+
diff --git a/docs/templates/storage-devices-readynas-template-snmp-readynas/index.html b/docs/templates/storage-devices-readynas-template-snmp-readynas/index.html
index 708be7e34..3624e2941 100644
--- a/docs/templates/storage-devices-readynas-template-snmp-readynas/index.html
+++ b/docs/templates/storage-devices-readynas-template-snmp-readynas/index.html
@@ -5,7 +5,7 @@
SNMP ReadyNas
-
+
diff --git a/docs/templates/storage-devices-readynas-template-zabbix-2-2-readynas-snmp/index.html b/docs/templates/storage-devices-readynas-template-zabbix-2-2-readynas-snmp/index.html
index a91b072af..061e41cf5 100644
--- a/docs/templates/storage-devices-readynas-template-zabbix-2-2-readynas-snmp/index.html
+++ b/docs/templates/storage-devices-readynas-template-zabbix-2-2-readynas-snmp/index.html
@@ -5,7 +5,7 @@
SNMP ReadyNas
-
+
diff --git a/docs/templates/storage-devices-synology-template-synology-backup-using-lld/index.html b/docs/templates/storage-devices-synology-template-synology-backup-using-lld/index.html
index c238b5c16..dc5dc112d 100644
--- a/docs/templates/storage-devices-synology-template-synology-backup-using-lld/index.html
+++ b/docs/templates/storage-devices-synology-template-synology-backup-using-lld/index.html
@@ -5,7 +5,7 @@
Halley Synology NAS Backup
-
+
diff --git a/docs/templates/storage-devices-synology-template-synology-diskstation-snmpv3/index.html b/docs/templates/storage-devices-synology-template-synology-diskstation-snmpv3/index.html
index c2b5b784b..4763d3993 100644
--- a/docs/templates/storage-devices-synology-template-synology-diskstation-snmpv3/index.html
+++ b/docs/templates/storage-devices-synology-template-synology-diskstation-snmpv3/index.html
@@ -5,7 +5,7 @@
Synology DiskStation
-
+
diff --git a/docs/templates/storage-devices-synology-template-synology-diskstation/index.html b/docs/templates/storage-devices-synology-template-synology-diskstation/index.html
index 4b06c30ed..558aa087b 100644
--- a/docs/templates/storage-devices-synology-template-synology-diskstation/index.html
+++ b/docs/templates/storage-devices-synology-template-synology-diskstation/index.html
@@ -5,7 +5,7 @@
Synology DiskStation
-
+
diff --git a/docs/templates/storage-devices-synology-template-synology-dsm-6-2-cluster-monitoring/index.html b/docs/templates/storage-devices-synology-template-synology-dsm-6-2-cluster-monitoring/index.html
index 641ac87c7..01f0ed2ed 100644
--- a/docs/templates/storage-devices-synology-template-synology-dsm-6-2-cluster-monitoring/index.html
+++ b/docs/templates/storage-devices-synology-template-synology-dsm-6-2-cluster-monitoring/index.html
@@ -5,7 +5,7 @@
Zshare Synology Cluster
-
+
diff --git a/docs/templates/storage-devices-synology-template-synology-hyperbackup-using-lld/index.html b/docs/templates/storage-devices-synology-template-synology-hyperbackup-using-lld/index.html
index cd525a7a5..0d91706b3 100644
--- a/docs/templates/storage-devices-synology-template-synology-hyperbackup-using-lld/index.html
+++ b/docs/templates/storage-devices-synology-template-synology-hyperbackup-using-lld/index.html
@@ -5,7 +5,7 @@
Template Synology HyperBackup
-
+
diff --git a/docs/templates/storage-devices-template-asustor-storage-devices/index.html b/docs/templates/storage-devices-template-asustor-storage-devices/index.html
index af6ef143f..730a83ee4 100644
--- a/docs/templates/storage-devices-template-asustor-storage-devices/index.html
+++ b/docs/templates/storage-devices-template-asustor-storage-devices/index.html
@@ -5,7 +5,7 @@
MIB Asustor
-
+
diff --git a/docs/templates/storage-devices-template-avid-nexis/index.html b/docs/templates/storage-devices-template-avid-nexis/index.html
index cb11d348c..fedb7f662 100644
--- a/docs/templates/storage-devices-template-avid-nexis/index.html
+++ b/docs/templates/storage-devices-template-avid-nexis/index.html
@@ -5,7 +5,7 @@
SNMP AvidNEXIS-MIB
-
+
diff --git a/docs/templates/storage-devices-template-oceanstore-huawei-2600/index.html b/docs/templates/storage-devices-template-oceanstore-huawei-2600/index.html
index 997fc42d0..9e39552a3 100644
--- a/docs/templates/storage-devices-template-oceanstore-huawei-2600/index.html
+++ b/docs/templates/storage-devices-template-oceanstore-huawei-2600/index.html
@@ -5,7 +5,7 @@
Huawei Storage OceanStor
-
+
diff --git a/docs/templates/storage-devices-template-overland-tandberg-neoxl-tape-libary/index.html b/docs/templates/storage-devices-template-overland-tandberg-neoxl-tape-libary/index.html
index 3c122f7c4..51950161d 100644
--- a/docs/templates/storage-devices-template-overland-tandberg-neoxl-tape-libary/index.html
+++ b/docs/templates/storage-devices-template-overland-tandberg-neoxl-tape-libary/index.html
@@ -5,7 +5,7 @@
Other - NeoXL
-
+
diff --git a/docs/templates/storage-devices-template-pivot3-vstac-monitoring/index.html b/docs/templates/storage-devices-template-pivot3-vstac-monitoring/index.html
index ecdf4ac74..ca526a793 100644
--- a/docs/templates/storage-devices-template-pivot3-vstac-monitoring/index.html
+++ b/docs/templates/storage-devices-template-pivot3-vstac-monitoring/index.html
@@ -5,7 +5,7 @@
SNMP Pivot3
-
+
diff --git a/docs/templates/storage-devices-template-quantum-stornext-quotas-webapi/index.html b/docs/templates/storage-devices-template-quantum-stornext-quotas-webapi/index.html
index 04ee880d1..8428843f4 100644
--- a/docs/templates/storage-devices-template-quantum-stornext-quotas-webapi/index.html
+++ b/docs/templates/storage-devices-template-quantum-stornext-quotas-webapi/index.html
@@ -5,7 +5,7 @@
Stornext Quota
-
+
diff --git a/docs/templates/storage-devices-template-seagate-nas-pro-6-bay/index.html b/docs/templates/storage-devices-template-seagate-nas-pro-6-bay/index.html
index 15a213c18..8718eecf2 100644
--- a/docs/templates/storage-devices-template-seagate-nas-pro-6-bay/index.html
+++ b/docs/templates/storage-devices-template-seagate-nas-pro-6-bay/index.html
@@ -5,7 +5,7 @@
Seagate Pro NAS DP6
-
+
diff --git a/docs/templates/storage-devices-template-storage-nbu-5240-snmp-trap/index.html b/docs/templates/storage-devices-template-storage-nbu-5240-snmp-trap/index.html
index fba7a317c..d28640569 100644
--- a/docs/templates/storage-devices-template-storage-nbu-5240-snmp-trap/index.html
+++ b/docs/templates/storage-devices-template-storage-nbu-5240-snmp-trap/index.html
@@ -5,7 +5,7 @@
Storage NBU 5240 SNMP Trap
-
+
diff --git a/docs/templates/storage-devices-template-storage-oceanstor-5500/index.html b/docs/templates/storage-devices-template-storage-oceanstor-5500/index.html
index 8a918c748..4b9c17f29 100644
--- a/docs/templates/storage-devices-template-storage-oceanstor-5500/index.html
+++ b/docs/templates/storage-devices-template-storage-oceanstor-5500/index.html
@@ -5,7 +5,7 @@
Huawei Storage OceanStor 5500 LLD V
-
+
diff --git a/docs/templates/storage-devices-template-tintri-storage-snmp/index.html b/docs/templates/storage-devices-template-tintri-storage-snmp/index.html
index 04fe8646e..5b0a33a94 100644
--- a/docs/templates/storage-devices-template-tintri-storage-snmp/index.html
+++ b/docs/templates/storage-devices-template-tintri-storage-snmp/index.html
@@ -5,7 +5,7 @@
Net Tintri SNMP
-
+
diff --git a/docs/templates/storage-devices-template-wd-my-cloud-ex4/index.html b/docs/templates/storage-devices-template-wd-my-cloud-ex4/index.html
index b65971529..81fcc2821 100644
--- a/docs/templates/storage-devices-template-wd-my-cloud-ex4/index.html
+++ b/docs/templates/storage-devices-template-wd-my-cloud-ex4/index.html
@@ -5,7 +5,7 @@
WD My Cloud EX4
-
+
diff --git a/docs/templates/storage-devices-template-xsky-sds/index.html b/docs/templates/storage-devices-template-xsky-sds/index.html
index f720fa358..af6143a6d 100644
--- a/docs/templates/storage-devices-template-xsky-sds/index.html
+++ b/docs/templates/storage-devices-template-xsky-sds/index.html
@@ -5,7 +5,7 @@
Storage XSKY XMS by HTTP
-
+
diff --git a/docs/templates/telephony-pbx-template-3cx-services-linux/index.html b/docs/templates/telephony-pbx-template-3cx-services-linux/index.html
index a5f99541f..684b8bda4 100644
--- a/docs/templates/telephony-pbx-template-3cx-services-linux/index.html
+++ b/docs/templates/telephony-pbx-template-3cx-services-linux/index.html
@@ -5,7 +5,7 @@
3CX Services Linux
-
+
diff --git a/docs/templates/telephony-pbx-template-asterisk/index.html b/docs/templates/telephony-pbx-template-asterisk/index.html
index bcf8e8cbb..dd0d5ad5c 100644
--- a/docs/templates/telephony-pbx-template-asterisk/index.html
+++ b/docs/templates/telephony-pbx-template-asterisk/index.html
@@ -5,7 +5,7 @@
Asterisk
-
+
diff --git a/docs/templates/telephony-pbx-template-cucm-axl-e1-callactive/index.html b/docs/templates/telephony-pbx-template-cucm-axl-e1-callactive/index.html
index fb495c2c2..d852f9392 100644
--- a/docs/templates/telephony-pbx-template-cucm-axl-e1-callactive/index.html
+++ b/docs/templates/telephony-pbx-template-cucm-axl-e1-callactive/index.html
@@ -5,7 +5,7 @@
Cisco AXL MGCP monitoring
-
+
diff --git a/docs/templates/telephony-pbx-template-cucm-database-replication-state/index.html b/docs/templates/telephony-pbx-template-cucm-database-replication-state/index.html
index 2a5987fcf..248a1b12f 100644
--- a/docs/templates/telephony-pbx-template-cucm-database-replication-state/index.html
+++ b/docs/templates/telephony-pbx-template-cucm-database-replication-state/index.html
@@ -5,7 +5,7 @@
Cisco AXL DataBase Replication status
-
+
diff --git a/docs/templates/telephony-pbx-template-cucm-licenserequest/index.html b/docs/templates/telephony-pbx-template-cucm-licenserequest/index.html
index 93cf8d94a..5be3069f7 100644
--- a/docs/templates/telephony-pbx-template-cucm-licenserequest/index.html
+++ b/docs/templates/telephony-pbx-template-cucm-licenserequest/index.html
@@ -5,7 +5,7 @@
Cisco AXL License data
-
+
diff --git a/docs/templates/telephony-pbx-template-cucm-servicestatus/index.html b/docs/templates/telephony-pbx-template-cucm-servicestatus/index.html
index 4b6b17135..356bf3f94 100644
--- a/docs/templates/telephony-pbx-template-cucm-servicestatus/index.html
+++ b/docs/templates/telephony-pbx-template-cucm-servicestatus/index.html
@@ -5,7 +5,7 @@
Cisco AXL Feature Service Status
-
+
diff --git a/docs/templates/telephony-pbx-template-leucotron-ision/index.html b/docs/templates/telephony-pbx-template-leucotron-ision/index.html
index a7c084965..7031df862 100644
--- a/docs/templates/telephony-pbx-template-leucotron-ision/index.html
+++ b/docs/templates/telephony-pbx-template-leucotron-ision/index.html
@@ -5,7 +5,7 @@
ISION
-
+
diff --git a/docs/templates/telephony-pbx-template-mitel-mivoice-business/index.html b/docs/templates/telephony-pbx-template-mitel-mivoice-business/index.html
index ec5ab522f..b518b8e9b 100644
--- a/docs/templates/telephony-pbx-template-mitel-mivoice-business/index.html
+++ b/docs/templates/telephony-pbx-template-mitel-mivoice-business/index.html
@@ -5,7 +5,7 @@
Mitel MiVoice Business
-
+
diff --git a/docs/templates/telephony-pbx-template-mitel-mivoice-office-250/index.html b/docs/templates/telephony-pbx-template-mitel-mivoice-office-250/index.html
index 9a7a01757..a889ec68a 100644
--- a/docs/templates/telephony-pbx-template-mitel-mivoice-office-250/index.html
+++ b/docs/templates/telephony-pbx-template-mitel-mivoice-office-250/index.html
@@ -5,7 +5,7 @@
Mitel MiVoice Office 250
-
+
diff --git a/docs/templates/telephony-pbx-template-s-3cx-odbc/index.html b/docs/templates/telephony-pbx-template-s-3cx-odbc/index.html
index 6819bcca8..0ac49ee58 100644
--- a/docs/templates/telephony-pbx-template-s-3cx-odbc/index.html
+++ b/docs/templates/telephony-pbx-template-s-3cx-odbc/index.html
@@ -5,7 +5,7 @@
s 3CX ODBC
-
+
diff --git a/docs/templates/telephony-pbx-template-siemens-hipath-3k-lld-discovery/index.html b/docs/templates/telephony-pbx-template-siemens-hipath-3k-lld-discovery/index.html
index a61f4c0e8..d95a9fe18 100644
--- a/docs/templates/telephony-pbx-template-siemens-hipath-3k-lld-discovery/index.html
+++ b/docs/templates/telephony-pbx-template-siemens-hipath-3k-lld-discovery/index.html
@@ -5,7 +5,7 @@
aa Siemens Hipath
-
+
diff --git a/docs/templates/telephony-pbx-template-siemens-hipath/index.html b/docs/templates/telephony-pbx-template-siemens-hipath/index.html
index 561f214ea..0705cd217 100644
--- a/docs/templates/telephony-pbx-template-siemens-hipath/index.html
+++ b/docs/templates/telephony-pbx-template-siemens-hipath/index.html
@@ -5,7 +5,7 @@
Siemens HiPATH
-
+
diff --git a/docs/templates/telephony-pbx-template-yeastar-s100-s300-trunk-monitoring/index.html b/docs/templates/telephony-pbx-template-yeastar-s100-s300-trunk-monitoring/index.html
index bf2e4e52b..c7af9b654 100644
--- a/docs/templates/telephony-pbx-template-yeastar-s100-s300-trunk-monitoring/index.html
+++ b/docs/templates/telephony-pbx-template-yeastar-s100-s300-trunk-monitoring/index.html
@@ -5,7 +5,7 @@
Yeastar S300
-
+
diff --git a/docs/templates/telephony-phones-template-gammu/index.html b/docs/templates/telephony-phones-template-gammu/index.html
index cd4c6cf44..284fc91b7 100644
--- a/docs/templates/telephony-phones-template-gammu/index.html
+++ b/docs/templates/telephony-phones-template-gammu/index.html
@@ -5,7 +5,7 @@
16 GammuSMS
-
+
diff --git a/docs/templates/telephony-template-freeswitch/index.html b/docs/templates/telephony-template-freeswitch/index.html
index ac1e1a4bc..cd282501a 100644
--- a/docs/templates/telephony-template-freeswitch/index.html
+++ b/docs/templates/telephony-template-freeswitch/index.html
@@ -5,7 +5,7 @@
Freeswitch
-
+
diff --git a/docs/templates/telephony-template-kamailio-stats/index.html b/docs/templates/telephony-template-kamailio-stats/index.html
index f39903d09..f98af1323 100644
--- a/docs/templates/telephony-template-kamailio-stats/index.html
+++ b/docs/templates/telephony-template-kamailio-stats/index.html
@@ -5,7 +5,7 @@
Kamailio
-
+
diff --git a/docs/templates/telephony-template-mimosa-c5c/index.html b/docs/templates/telephony-template-mimosa-c5c/index.html
index e30a2e3be..42faa5df5 100644
--- a/docs/templates/telephony-template-mimosa-c5c/index.html
+++ b/docs/templates/telephony-template-mimosa-c5c/index.html
@@ -5,7 +5,7 @@
Mimosa C5c by Dzset
-
+
diff --git a/docs/templates/telephony-template-snmp-geral/index.html b/docs/templates/telephony-template-snmp-geral/index.html
index 32f7660f1..fb87d1076 100644
--- a/docs/templates/telephony-template-snmp-geral/index.html
+++ b/docs/templates/telephony-template-snmp-geral/index.html
@@ -5,7 +5,7 @@
SNMP Geral
-
+
diff --git a/docs/templates/telephony-template-snmp-interfaces-com/index.html b/docs/templates/telephony-template-snmp-interfaces-com/index.html
index d1cd4827e..800893a97 100644
--- a/docs/templates/telephony-template-snmp-interfaces-com/index.html
+++ b/docs/templates/telephony-template-snmp-interfaces-com/index.html
@@ -5,7 +5,7 @@
SNMP Interfaces
-
+
diff --git a/docs/templates/telephony-voice-gateways-template-cisco-sla-udp-jitter/index.html b/docs/templates/telephony-voice-gateways-template-cisco-sla-udp-jitter/index.html
index 7bdba63f0..6263bb8b2 100644
--- a/docs/templates/telephony-voice-gateways-template-cisco-sla-udp-jitter/index.html
+++ b/docs/templates/telephony-voice-gateways-template-cisco-sla-udp-jitter/index.html
@@ -5,7 +5,7 @@
VoIP IPSLA Discovery
-
+
diff --git a/docs/templates/telephony-voice-gateways-template-eltex-smg/index.html b/docs/templates/telephony-voice-gateways-template-eltex-smg/index.html
index 6d9cee001..72309af51 100644
--- a/docs/templates/telephony-voice-gateways-template-eltex-smg/index.html
+++ b/docs/templates/telephony-voice-gateways-template-eltex-smg/index.html
@@ -5,7 +5,7 @@
Eltex SMG SNMPv2
-
+
diff --git a/docs/templates/telephony-voice-gateways-template-eltex-tau/index.html b/docs/templates/telephony-voice-gateways-template-eltex-tau/index.html
index 337d86d91..0dd0438dd 100644
--- a/docs/templates/telephony-voice-gateways-template-eltex-tau/index.html
+++ b/docs/templates/telephony-voice-gateways-template-eltex-tau/index.html
@@ -5,7 +5,7 @@
Eltex TAU SNMPv2
-
+
diff --git a/docs/templates/telephony-voice-gateways-template-grandstream-ht813-snmpv2/index.html b/docs/templates/telephony-voice-gateways-template-grandstream-ht813-snmpv2/index.html
index 974fa4506..9c62bf1a1 100644
--- a/docs/templates/telephony-voice-gateways-template-grandstream-ht813-snmpv2/index.html
+++ b/docs/templates/telephony-voice-gateways-template-grandstream-ht813-snmpv2/index.html
@@ -5,7 +5,7 @@
Grandstream HT813 SNMPv2
-
+
diff --git a/docs/templates/unsorted-template-arp-monitoring-and-rogue-network-devices-detection/index.html b/docs/templates/unsorted-template-arp-monitoring-and-rogue-network-devices-detection/index.html
index e5195a81d..f2bcf3ba6 100644
--- a/docs/templates/unsorted-template-arp-monitoring-and-rogue-network-devices-detection/index.html
+++ b/docs/templates/unsorted-template-arp-monitoring-and-rogue-network-devices-detection/index.html
@@ -5,7 +5,7 @@
ARP Monitoring
-
+
diff --git a/docs/templates/unsorted-template-automatic-fuzzytime-trigger-for-zabbix-proxy/index.html b/docs/templates/unsorted-template-automatic-fuzzytime-trigger-for-zabbix-proxy/index.html
index f1d405cdd..97fc8435c 100644
--- a/docs/templates/unsorted-template-automatic-fuzzytime-trigger-for-zabbix-proxy/index.html
+++ b/docs/templates/unsorted-template-automatic-fuzzytime-trigger-for-zabbix-proxy/index.html
@@ -5,7 +5,7 @@
Auto fuzzytime trigger for Zabbix proxy
-
+
diff --git a/docs/templates/unsorted-template-brrr-cz-sensors/index.html b/docs/templates/unsorted-template-brrr-cz-sensors/index.html
index 0e64acbaa..7fc5536e1 100644
--- a/docs/templates/unsorted-template-brrr-cz-sensors/index.html
+++ b/docs/templates/unsorted-template-brrr-cz-sensors/index.html
@@ -5,7 +5,7 @@
Humidity and temperature sensor brrr.cz
-
+
diff --git a/docs/templates/unsorted-template-btc-trading/index.html b/docs/templates/unsorted-template-btc-trading/index.html
index 4fff26c96..64d1188e4 100644
--- a/docs/templates/unsorted-template-btc-trading/index.html
+++ b/docs/templates/unsorted-template-btc-trading/index.html
@@ -5,7 +5,7 @@
MBTC Trading
-
+
diff --git a/docs/templates/unsorted-template-calix-interface-graphs/index.html b/docs/templates/unsorted-template-calix-interface-graphs/index.html
index d17949348..9e0bd1d36 100644
--- a/docs/templates/unsorted-template-calix-interface-graphs/index.html
+++ b/docs/templates/unsorted-template-calix-interface-graphs/index.html
@@ -5,7 +5,7 @@
calix
-
+
diff --git a/docs/templates/unsorted-template-deva-smartgen-6/index.html b/docs/templates/unsorted-template-deva-smartgen-6/index.html
index 63d661ee4..e4d1b0f5a 100644
--- a/docs/templates/unsorted-template-deva-smartgen-6/index.html
+++ b/docs/templates/unsorted-template-deva-smartgen-6/index.html
@@ -5,7 +5,7 @@
DEVA SmartGen 6
-
+
diff --git a/docs/templates/unsorted-template-digital-devices-octopus-net/index.html b/docs/templates/unsorted-template-digital-devices-octopus-net/index.html
index 3f916cf9c..62901d6b3 100644
--- a/docs/templates/unsorted-template-digital-devices-octopus-net/index.html
+++ b/docs/templates/unsorted-template-digital-devices-octopus-net/index.html
@@ -5,7 +5,7 @@
Octopus NET DD Bridge satelite mon
-
+
diff --git a/docs/templates/unsorted-template-ds18b20-raspberrypi-1wire/index.html b/docs/templates/unsorted-template-ds18b20-raspberrypi-1wire/index.html
index 33b2d3e0c..e0d425e58 100644
--- a/docs/templates/unsorted-template-ds18b20-raspberrypi-1wire/index.html
+++ b/docs/templates/unsorted-template-ds18b20-raspberrypi-1wire/index.html
@@ -5,7 +5,7 @@
1wire-temperature-probe
-
+
diff --git a/docs/templates/unsorted-template-haivision-makito-2/index.html b/docs/templates/unsorted-template-haivision-makito-2/index.html
index c4f5adde8..39cd8051c 100644
--- a/docs/templates/unsorted-template-haivision-makito-2/index.html
+++ b/docs/templates/unsorted-template-haivision-makito-2/index.html
@@ -5,7 +5,7 @@
DPP Custom Template Nessus Professional Monitor
-
+
diff --git a/docs/templates/unsorted-template-haivision-makito/index.html b/docs/templates/unsorted-template-haivision-makito/index.html
index b387bf28c..e7d21ffb6 100644
--- a/docs/templates/unsorted-template-haivision-makito/index.html
+++ b/docs/templates/unsorted-template-haivision-makito/index.html
@@ -5,7 +5,7 @@
Haivision Makito X
-
+
diff --git a/docs/templates/unsorted-template-hikvision-nvr/index.html b/docs/templates/unsorted-template-hikvision-nvr/index.html
index 15cd6470e..3b139bd17 100644
--- a/docs/templates/unsorted-template-hikvision-nvr/index.html
+++ b/docs/templates/unsorted-template-hikvision-nvr/index.html
@@ -5,7 +5,7 @@
Hikvision
-
+
diff --git a/docs/templates/unsorted-template-improved-hikvision-camera/index.html b/docs/templates/unsorted-template-improved-hikvision-camera/index.html
index e1a393f1e..37e9ac90f 100644
--- a/docs/templates/unsorted-template-improved-hikvision-camera/index.html
+++ b/docs/templates/unsorted-template-improved-hikvision-camera/index.html
@@ -5,7 +5,7 @@
Security Cameras - HikVision
-
+
diff --git a/docs/templates/unsorted-template-inode-psense-in-russian/index.html b/docs/templates/unsorted-template-inode-psense-in-russian/index.html
index 4c95cba77..d5961f1d6 100644
--- a/docs/templates/unsorted-template-inode-psense-in-russian/index.html
+++ b/docs/templates/unsorted-template-inode-psense-in-russian/index.html
@@ -5,7 +5,7 @@
iNode-Sense
-
+
diff --git a/docs/templates/unsorted-template-mcs-hp/index.html b/docs/templates/unsorted-template-mcs-hp/index.html
index 60198bfc4..3b9b13f2a 100644
--- a/docs/templates/unsorted-template-mcs-hp/index.html
+++ b/docs/templates/unsorted-template-mcs-hp/index.html
@@ -5,7 +5,7 @@
Monitoring MCS
-
+
diff --git a/docs/templates/unsorted-template-module-dahua-video-camera/index.html b/docs/templates/unsorted-template-module-dahua-video-camera/index.html
index 5a20c2477..b1d50a5ec 100644
--- a/docs/templates/unsorted-template-module-dahua-video-camera/index.html
+++ b/docs/templates/unsorted-template-module-dahua-video-camera/index.html
@@ -5,7 +5,7 @@
Dahua Video Camera
-
+
diff --git a/docs/templates/unsorted-template-module-generic-snmpv3/index.html b/docs/templates/unsorted-template-module-generic-snmpv3/index.html
index 0fee6c941..ac901bf68 100644
--- a/docs/templates/unsorted-template-module-generic-snmpv3/index.html
+++ b/docs/templates/unsorted-template-module-generic-snmpv3/index.html
@@ -5,7 +5,7 @@
Module Generic SNMPv3
-
+
diff --git a/docs/templates/unsorted-template-module-interfaces-simple-snmpv3/index.html b/docs/templates/unsorted-template-module-interfaces-simple-snmpv3/index.html
index e98e491db..ea919c0f3 100644
--- a/docs/templates/unsorted-template-module-interfaces-simple-snmpv3/index.html
+++ b/docs/templates/unsorted-template-module-interfaces-simple-snmpv3/index.html
@@ -5,7 +5,7 @@
Module Interfaces Simple SNMPv3
-
+
diff --git a/docs/templates/unsorted-template-noisypeak-live-encoders/index.html b/docs/templates/unsorted-template-noisypeak-live-encoders/index.html
index d77712eef..d8d390809 100644
--- a/docs/templates/unsorted-template-noisypeak-live-encoders/index.html
+++ b/docs/templates/unsorted-template-noisypeak-live-encoders/index.html
@@ -5,7 +5,7 @@
Noisypeak Live encoders
-
+
diff --git a/docs/templates/unsorted-template-olt-fiber-homer-pon1-a-pon8/index.html b/docs/templates/unsorted-template-olt-fiber-homer-pon1-a-pon8/index.html
index 2f98e279c..8ee78907c 100644
--- a/docs/templates/unsorted-template-olt-fiber-homer-pon1-a-pon8/index.html
+++ b/docs/templates/unsorted-template-olt-fiber-homer-pon1-a-pon8/index.html
@@ -5,7 +5,7 @@
Fiberhome
-
+
diff --git a/docs/templates/unsorted-template-openldap-cluster-zabbix/index.html b/docs/templates/unsorted-template-openldap-cluster-zabbix/index.html
index 02824db7a..73a88c36a 100644
--- a/docs/templates/unsorted-template-openldap-cluster-zabbix/index.html
+++ b/docs/templates/unsorted-template-openldap-cluster-zabbix/index.html
@@ -5,7 +5,7 @@
LDAP
-
+
diff --git a/docs/templates/unsorted-template-orban-8700i/index.html b/docs/templates/unsorted-template-orban-8700i/index.html
index 4c99ef44f..2b22d33fd 100644
--- a/docs/templates/unsorted-template-orban-8700i/index.html
+++ b/docs/templates/unsorted-template-orban-8700i/index.html
@@ -5,7 +5,7 @@
SNMP ORBAN8700-MIB - orban
-
+
diff --git a/docs/templates/unsorted-template-qct-server-snmpv2-fan-control/index.html b/docs/templates/unsorted-template-qct-server-snmpv2-fan-control/index.html
index 6fae5a935..e2ed60729 100644
--- a/docs/templates/unsorted-template-qct-server-snmpv2-fan-control/index.html
+++ b/docs/templates/unsorted-template-qct-server-snmpv2-fan-control/index.html
@@ -5,7 +5,7 @@
QCT Hardware Health
-
+
diff --git a/docs/templates/unsorted-template-scopus-ird-2900/index.html b/docs/templates/unsorted-template-scopus-ird-2900/index.html
index 6b8df43bd..ff746bd00 100644
--- a/docs/templates/unsorted-template-scopus-ird-2900/index.html
+++ b/docs/templates/unsorted-template-scopus-ird-2900/index.html
@@ -5,7 +5,7 @@
Scopus IRD-2900 SNMP Sensors
-
+
diff --git a/docs/templates/unsorted-template-sensor-prodigital-term-1net/index.html b/docs/templates/unsorted-template-sensor-prodigital-term-1net/index.html
index bef216941..4876a34ba 100644
--- a/docs/templates/unsorted-template-sensor-prodigital-term-1net/index.html
+++ b/docs/templates/unsorted-template-sensor-prodigital-term-1net/index.html
@@ -5,7 +5,7 @@
Sensor ProDigital Term-1Net
-
+
diff --git a/docs/templates/unsorted-template-sensor-temp-e-umidade/index.html b/docs/templates/unsorted-template-sensor-temp-e-umidade/index.html
index b536c5a3b..21355706d 100644
--- a/docs/templates/unsorted-template-sensor-temp-e-umidade/index.html
+++ b/docs/templates/unsorted-template-sensor-temp-e-umidade/index.html
@@ -5,7 +5,7 @@
Sonicwall SNMP - TZ600
-
+
diff --git a/docs/templates/unsorted-template-shelly-1pm-via-http/index.html b/docs/templates/unsorted-template-shelly-1pm-via-http/index.html
index e8c46a288..e8434d824 100644
--- a/docs/templates/unsorted-template-shelly-1pm-via-http/index.html
+++ b/docs/templates/unsorted-template-shelly-1pm-via-http/index.html
@@ -5,7 +5,7 @@
Shelly-1PM
-
+
diff --git a/docs/templates/unsorted-template-snmp-asustor-nas/index.html b/docs/templates/unsorted-template-snmp-asustor-nas/index.html
index 53e28775b..ea55058ca 100644
--- a/docs/templates/unsorted-template-snmp-asustor-nas/index.html
+++ b/docs/templates/unsorted-template-snmp-asustor-nas/index.html
@@ -5,7 +5,7 @@
Asustor NAS
-
+
diff --git a/docs/templates/unsorted-template-status/index.html b/docs/templates/unsorted-template-status/index.html
index 56c1ba0cb..5adabac17 100644
--- a/docs/templates/unsorted-template-status/index.html
+++ b/docs/templates/unsorted-template-status/index.html
@@ -5,7 +5,7 @@
Status
-
+
diff --git a/docs/templates/unsorted-template-tcp-state-count-on-linux/index.html b/docs/templates/unsorted-template-tcp-state-count-on-linux/index.html
index 3081700c4..99bda34b6 100644
--- a/docs/templates/unsorted-template-tcp-state-count-on-linux/index.html
+++ b/docs/templates/unsorted-template-tcp-state-count-on-linux/index.html
@@ -5,7 +5,7 @@
TCP-state-count bulkget
-
+
diff --git a/docs/templates/unsorted-template-telos-alliance-aero-snmp/index.html b/docs/templates/unsorted-template-telos-alliance-aero-snmp/index.html
index 12440a0e6..f472cda9d 100644
--- a/docs/templates/unsorted-template-telos-alliance-aero-snmp/index.html
+++ b/docs/templates/unsorted-template-telos-alliance-aero-snmp/index.html
@@ -5,7 +5,7 @@
Aero-1000 SNMP
-
+
diff --git a/docs/templates/unsorted-template-telos-z-ip-stream-x2/index.html b/docs/templates/unsorted-template-telos-z-ip-stream-x2/index.html
index e97142e13..51b2a2244 100644
--- a/docs/templates/unsorted-template-telos-z-ip-stream-x2/index.html
+++ b/docs/templates/unsorted-template-telos-z-ip-stream-x2/index.html
@@ -5,7 +5,7 @@
SNMP Telos ZIPStream-X2
-
+
diff --git a/docs/templates/unsorted-template-temperature-and-humidity-monitoring-for-zabbix-using-esp8266-and-dht11-sensors/index.html b/docs/templates/unsorted-template-temperature-and-humidity-monitoring-for-zabbix-using-esp8266-and-dht11-sensors/index.html
index 812aba0c3..39d4b8445 100644
--- a/docs/templates/unsorted-template-temperature-and-humidity-monitoring-for-zabbix-using-esp8266-and-dht11-sensors/index.html
+++ b/docs/templates/unsorted-template-temperature-and-humidity-monitoring-for-zabbix-using-esp8266-and-dht11-sensors/index.html
@@ -5,7 +5,7 @@
Template Module ICMP Ping
-
+
diff --git a/docs/templates/unsorted-template-windows-icmp-macro-discovery-active/index.html b/docs/templates/unsorted-template-windows-icmp-macro-discovery-active/index.html
index 3b035b55b..c66e9df80 100644
--- a/docs/templates/unsorted-template-windows-icmp-macro-discovery-active/index.html
+++ b/docs/templates/unsorted-template-windows-icmp-macro-discovery-active/index.html
@@ -5,7 +5,7 @@
Windows ICMP Macro Discovery Active
-
+
diff --git a/docs/templates/virtualization-docker-template-docker-swarm-monitoring/index.html b/docs/templates/virtualization-docker-template-docker-swarm-monitoring/index.html
index 5ab017f03..5d0b94442 100644
--- a/docs/templates/virtualization-docker-template-docker-swarm-monitoring/index.html
+++ b/docs/templates/virtualization-docker-template-docker-swarm-monitoring/index.html
@@ -5,7 +5,7 @@
App Docker swarm
-
+
diff --git a/docs/templates/virtualization-docker-template-harbor-services-status/index.html b/docs/templates/virtualization-docker-template-harbor-services-status/index.html
index 0f3e053fe..3f9ddd487 100644
--- a/docs/templates/virtualization-docker-template-harbor-services-status/index.html
+++ b/docs/templates/virtualization-docker-template-harbor-services-status/index.html
@@ -5,7 +5,7 @@
Harbor
-
+
diff --git a/docs/templates/virtualization-kubernetes-template-zabbix-kube-prom/index.html b/docs/templates/virtualization-kubernetes-template-zabbix-kube-prom/index.html
index 3b26a60b2..36032c91b 100644
--- a/docs/templates/virtualization-kubernetes-template-zabbix-kube-prom/index.html
+++ b/docs/templates/virtualization-kubernetes-template-zabbix-kube-prom/index.html
@@ -5,7 +5,7 @@
Kube by Prom API
-
+
diff --git a/docs/templates/virtualization-proxmox-template-proxmox-5-x-services-monitoring/index.html b/docs/templates/virtualization-proxmox-template-proxmox-5-x-services-monitoring/index.html
index 0d053325b..4aabc22e2 100644
--- a/docs/templates/virtualization-proxmox-template-proxmox-5-x-services-monitoring/index.html
+++ b/docs/templates/virtualization-proxmox-template-proxmox-5-x-services-monitoring/index.html
@@ -5,7 +5,7 @@
Proxmox Services
-
+
diff --git a/docs/templates/virtualization-template-docker/index.html b/docs/templates/virtualization-template-docker/index.html
index 50c429691..173ab0931 100644
--- a/docs/templates/virtualization-template-docker/index.html
+++ b/docs/templates/virtualization-template-docker/index.html
@@ -5,7 +5,7 @@
..Docker.OSLinux.ShortTermContainers
-
+
diff --git a/docs/templates/virtualization-vmmanager-template-vmmanager-6-kvm-hypervisor/index.html b/docs/templates/virtualization-vmmanager-template-vmmanager-6-kvm-hypervisor/index.html
index 7a134a8db..eb775812f 100644
--- a/docs/templates/virtualization-vmmanager-template-vmmanager-6-kvm-hypervisor/index.html
+++ b/docs/templates/virtualization-vmmanager-template-vmmanager-6-kvm-hypervisor/index.html
@@ -5,7 +5,7 @@
Template VMmanager 6 KVM Hypervisor
-
+
diff --git a/docs/templates/virtualization-vmmanager-template-vmmanager-6-master/index.html b/docs/templates/virtualization-vmmanager-template-vmmanager-6-master/index.html
index 0d6fdad68..56431b8af 100644
--- a/docs/templates/virtualization-vmmanager-template-vmmanager-6-master/index.html
+++ b/docs/templates/virtualization-vmmanager-template-vmmanager-6-master/index.html
@@ -5,7 +5,7 @@
Template VMmanager 6 Master
-
+
diff --git a/docs/templates/virtualization-vmware-template-hypervisor-esxi-vmware-datastore-monitoring/index.html b/docs/templates/virtualization-vmware-template-hypervisor-esxi-vmware-datastore-monitoring/index.html
index 949cbe383..f6217f4cb 100644
--- a/docs/templates/virtualization-vmware-template-hypervisor-esxi-vmware-datastore-monitoring/index.html
+++ b/docs/templates/virtualization-vmware-template-hypervisor-esxi-vmware-datastore-monitoring/index.html
@@ -5,7 +5,7 @@
Virt VMware Hypervisor ESXi - Andre Bello
-
+
diff --git a/docs/templates/virtualization-vmware-template-improved-virt-vmware-hypervisor/index.html b/docs/templates/virtualization-vmware-template-improved-virt-vmware-hypervisor/index.html
index 69fd1ed62..c14d44630 100644
--- a/docs/templates/virtualization-vmware-template-improved-virt-vmware-hypervisor/index.html
+++ b/docs/templates/virtualization-vmware-template-improved-virt-vmware-hypervisor/index.html
@@ -5,7 +5,7 @@
Virt VMware Hypervisor
-
+
diff --git a/docs/templates/virtualization-vmware-template-snmp-check-for-vcenter-6-7-vcsa-6-7/index.html b/docs/templates/virtualization-vmware-template-snmp-check-for-vcenter-6-7-vcsa-6-7/index.html
index 39e909a18..e6284bc9f 100644
--- a/docs/templates/virtualization-vmware-template-snmp-check-for-vcenter-6-7-vcsa-6-7/index.html
+++ b/docs/templates/virtualization-vmware-template-snmp-check-for-vcenter-6-7-vcsa-6-7/index.html
@@ -5,7 +5,7 @@
vCenter_SNMP-VMWARE_VCSA_6.7
-
+
diff --git a/docs/templates/virtualization-vmware-template-snmp-check-vcenter-vcsa-6-5/index.html b/docs/templates/virtualization-vmware-template-snmp-check-vcenter-vcsa-6-5/index.html
index ecbace73e..d5cb433e3 100644
--- a/docs/templates/virtualization-vmware-template-snmp-check-vcenter-vcsa-6-5/index.html
+++ b/docs/templates/virtualization-vmware-template-snmp-check-vcenter-vcsa-6-5/index.html
@@ -5,7 +5,7 @@
vCenter_SNMP-VMWARE_VCSA_6.5
-
+
diff --git a/docs/templates/virtualization-vmware-template-snmp-check-vcenter/index.html b/docs/templates/virtualization-vmware-template-snmp-check-vcenter/index.html
index 6a3dba4cd..c6cc3cd95 100644
--- a/docs/templates/virtualization-vmware-template-snmp-check-vcenter/index.html
+++ b/docs/templates/virtualization-vmware-template-snmp-check-vcenter/index.html
@@ -5,7 +5,7 @@
SNMP-VMWARE-Supervision_SNMPv2_vCenter
-
+
diff --git a/docs/templates/virtualization-vmware-template-vmware-esx/index.html b/docs/templates/virtualization-vmware-template-vmware-esx/index.html
index 6b27ad322..01fea8b8b 100644
--- a/docs/templates/virtualization-vmware-template-vmware-esx/index.html
+++ b/docs/templates/virtualization-vmware-template-vmware-esx/index.html
@@ -5,7 +5,7 @@
Template VM VMware
-
+
diff --git a/docs/templates/virtualization-vmware-template-vmware-uuid-esxi-standalone/index.html b/docs/templates/virtualization-vmware-template-vmware-uuid-esxi-standalone/index.html
index a9ce80cef..a1a2a1221 100644
--- a/docs/templates/virtualization-vmware-template-vmware-uuid-esxi-standalone/index.html
+++ b/docs/templates/virtualization-vmware-template-vmware-uuid-esxi-standalone/index.html
@@ -5,7 +5,7 @@
VM VMware UUID ESXi Standalone
-
+
diff --git a/docs/templates/virtualization-vmware-template-vmware-uuid-vm-standalone/index.html b/docs/templates/virtualization-vmware-template-vmware-uuid-vm-standalone/index.html
index fd65b3bd1..7c3f57297 100644
--- a/docs/templates/virtualization-vmware-template-vmware-uuid-vm-standalone/index.html
+++ b/docs/templates/virtualization-vmware-template-vmware-uuid-vm-standalone/index.html
@@ -5,7 +5,7 @@
VM VMware UUID VM Standalone
-
+