- ID de exploración:
- 2a3fb51a-25c9-40ca-ad0c-bc437292e95eFinalizado
- URL enviada:
- https://www.freedom-for-icinga.com/
- Informe finalizado:
Enlaces: 4 encontrados
Los enlaces salientes identificados en la página
Enlace | Texto |
---|---|
https://forum.freedom-for-icinga.com/ | Forum |
https://github.com/Icinga/icinga2/issues/9390 | decided |
https://icinga.com/subscription/ | purchase a subscription |
https://docs.fedoraproject.org/en-US/epel/ | EPEL repository |
Variables JavaScript: 18 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
0 | object |
1 | object |
2 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
onRecaptchaSuccess | function |
___grecaptcha_cfg | object |
grecaptcha | object |
__recaptcha_api | string |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html lang="en"><head><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9">
<title>Freedom for Icinga</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" > -->
<link rel="stylesheet" href="assets/css/main.css">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" ></noscript>
</head>
<body class="">
<!-- google recaptcha -->
<script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/-ZG7BC9TxCVEbzIO2m429usb/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-gaZtYaI7oJHEOo1YO6VuoCE4iZ5fMV9mYHP0BHf+r2ttABnpWWCIkgI6ItNW4ZdO"></script><script src="assets/js/recaptcha.js"></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-gem"></span>
</div>
<div class="content">
<div class="inner">
<h1>Freedom for Icinga</h1>
<p>A repository for free access to the icinga2 packages built for Enterprise Linux distributions.</p>
</div>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#install">Install</a></li>
<li><a href="#build">Build</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="https://forum.freedom-for-icinga.com/">Forum</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" style="display: none;">
<!-- About -->
<article id="about" style="display: none;">
<h2 class="major">About</h2>
<span class="image main"><img src="images/text_on_grey_concrete_floor.jpg" alt=""></span>
<p>The Icinga developers <a href="https://github.com/Icinga/icinga2/issues/9390">decided</a> to not make the icinga2 packages publicly available for Enterprise Linux (EL) distributions in version 9.<br>
For EL distributions in version 7 and 8 free access to packages is available via the respective repositories.<br>
This has been changed and instead users have now the possibility to <a href="https://icinga.com/subscription/">purchase a subscription</a> to gain access to the repository for the EL9 packages.</p>
<p>The packages can be <a href="#build">build</a> from source though and Freedom-for-Icinga.com makes these packages available through a public repository.<br>
See the <a href="#install">install page</a> to learn more.</p>
<div class="close">Close</div></article>
<!-- Install -->
<article id="install" style="display: none;">
<h2 class="major">Install</h2>
<span class="image main"><img src="images/woman_in_black_top_using_surface_laptop.jpg" alt=""></span>
<h3>Install Icinga 2 on Enterpise Linux 9 distributions</h3>
<h4>Add the free Icinga Package Repository</h4>
<code>
rpm --import https://packages.freedom-for-icinga.com/free-icinga.key<br>
curl https://packages.freedom-for-icinga.com/epel/FREE-ICINGA-release.repo -o /etc/yum.repos.d/FREE-ICINGA-release.repo
</code>
<br>
<br>
<p>The packages depend on other packages which are distributed as part of the
<a href="https://docs.fedoraproject.org/en-US/epel/">EPEL repository</a>:<br>
<code>
dnf install epel-release
</code></p>
<br>
<h4>Install Icinga 2</h4>
<p>You can use your distribution’s package manager to install the icinga2 package.<br>
The following commands must be executed with root permissions unless noted otherwise.</p>
<code>
dnf install icinga2<br>
systemctl enable icinga2<br>
systemctl start icinga2
</code>
<div class="close">Close</div></article>
<!-- Build -->
<article id="build" style="display: none;">
<h2 class="major">Build</h2>
<span class="image main"><img src="images/code-closeup.jpg" alt=""></span>
<p>An insight into the process of how the packages are build.</p>
<p>Choose a host with an installed Enterprise Linux 9 distribution, e.g. Red Hat Enterprise Linux 9, Rocky Linux 9, Almalinux 9.</p>
<p>Install some required packages.<br>
<code>
sudo dnf -y install git-core mock
</code></p>
<p>Add the current user to the mock group.<br>
<code>
sudo usermod -a -G mock $USER
</code></p>
<p>Logout the system and log back in.</p>
<p>Download the desired version release from<br>
https://github.com/Icinga/icinga2/releases<br>
<code>
curl -LO https://github.com/Icinga/icinga2/archive/refs/tags/v2.13.7.tar.gz
</code></p>
<p>And the corresponding specification file.<br>
<code>
curl -LO https://git.icinga.com/packaging/rpm-icinga2/-/raw/2.13.5-1/icinga2.spec
</code></p>
<p>In case the specification file is not available in the latest version, download an earlier version and edit the file content to change the version definition.<br>
e.g. "Version: 2.13.5" to "Version: 2.13.7"</p>
<p>Build the source rpm file.<br>
<code>
mock --dnf --clean --spec icinga2.spec --sources=. --result=result --build
</code></p>
<p>This should generate a source rpm file with the name based on the system, e.g.<br>
<b>result/icinga2-2.13.7-1.el9.src.rpm</b></p>
<p>Build the binary rpm package files based on the generated source rpm file.<br>
<code>
mock --dnf --clean --sources=. --result=result --rebuild result/icinga2-2.13.7-1.el9.src.rpm
</code></p>
<p>This results in multiple rpm files within the "result" directory which can be published via a public repository and then installed on other systems.</p>
<p>See a <a href="icinga-build.md">complete list</a> with instructions for every icinga2 package, e.g. icingaweb2, icingadb-redis etc.</p>
<div class="close">Close</div></article>
<!-- Contact -->
<article id="contact" style="display: none;">
<h2 class="major">Contact</h2>
<form method="post" action="contact-form.php" id="contact-form">
<!-- <?php echo((!empty($errorMessage)) ? $errorMessage : '') ?> -->
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name">
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email">
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><div><div class="grecaptcha-badge" data-style="bottomright" style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;"><div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-l36fip1dpsob" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdJvPAkAAAAACVlTZK-fGYBoUEXCj1qshmIFu2U&co=aHR0cHM6Ly93d3cuZnJlZWRvbS1mb3ItaWNpbmdhLmNvbTo0NDM.&hl=en&v=-ZG7BC9TxCVEbzIO2m429usb&size=invisible&cb=l9gc3bbwbhvo"></iframe></div><div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div><button type="submit" class="primary g-recaptcha" data-sitekey="6LdJvPAkAAAAACVlTZK-fGYBoUEXCj1qshmIFu2U" data-callback="onRecaptchaSuccess">
Send Message
</button></li>
<li><button type="reset">Reset</button></li>
</ul>
</form>
<!-- <ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul> -->
<!-- https://validatejs.org/ -->
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/validate.js/0.13.1/validate.min.js"></script> -->
<script src="assets/js/validate.min.js"></script>
<script src="assets/js/validate-form.js"></script>
<div class="close">Close</div></article>
<article id="imprint" style="display: none;">
<h2 class="major">Imprint</h2>
According to § 5 TMG<br>
<br>
Tyler Durden<br>
420 Paper St.<br>
19886 Wilmington<br>
Represented by:<br>
Tyler Durden<br>
Contact:<br>
Phone: 555-0178<br>
E-Mail: [email protected]<br>
<br>
Disclaimer:<br>
<br>
Liability for content<br>
<br>
The contents of our pages were created with great care. However, we cannot guarantee that the content is correct, complete or up-to-date. As a service provider, we are responsible for our own content on these pages according to Section 7, Paragraph 1 of the German Telemedia Act (TMG). According to §§ 8 to 10 TMG, however, we as a service provider are not obliged to monitor transmitted or stored third-party information or to investigate circumstances that indicate illegal activity. Obligations to remove or block the use of information according to general laws remain unaffected. However, liability in this regard is only possible from the point in time at which knowledge of a specific infringement of the law is known. As soon as we become aware of any violations of the law, we will remove this content immediately.<br>
<br>
<br>
Liability for links<br>
<br>
Our offer contains links to external third-party websites, the content of which we have no influence on. Therefore we cannot assume any liability for this external content. The respective provider or operator of the pages is always responsible for the content of the linked pages. The linked pages were checked for possible legal violations at the time of linking. Illegal content was not recognizable at the time of linking. However, a permanent control of the content of the linked pages is not reasonable without concrete evidence of an infringement. As soon as we become aware of legal violations, we will remove such links immediately.<br>
<br>
<br>
Data protection<br>
<br>
Our website can usually be used without providing any personal data. Insofar as personal data (e.g. name, address or e-mail addresses) is collected on our website, this is always done on a voluntary basis as far as possible. This data will not be passed on to third parties without your express consent.<br>
We would like to point out that data transmission on the Internet (e.g. when communicating by e-mail) can have security gaps. A complete protection of the data against access by third parties is not possible.<br>
The use of contact data published as part of the imprint obligation by third parties to send unsolicited advertising and information material is hereby expressly prohibited. The site operators expressly reserve the right to take legal action in the event of unsolicited advertising being sent, such as spam e-mails.<br>
<br>
<br>
Google Analytics<br>
<br>
This website uses Google fonts and reCAPTCHA, web services provided by Google Inc. (''Google''). Google uses so-called ''cookies'', text files that are stored on your computer and enable an analysis of your use of the website. The information generated by the cookie about your use of this website (including your IP address) is transmitted to a Google server in the USA and stored there. Google will use this information to evaluate your use of the website, to compile reports on website activity for website operators and to provide other services related to website activity and internet usage. Google may also transfer this information to third parties if required to do so by law or if third parties process this data on Google's behalf. Under no circumstances will Google associate your IP address with other Google data. You can prevent the installation of cookies by setting your browser software accordingly; we would like to point out to you however that in this case you can if applicable not use all functions of this website in full. By using this website, you consent to the processing of data about you by Google in the manner and for the purposes set out above.<br>
<div class="close">Close</div></article>
</div>
<!-- Footer -->
<footer id="footer">
<!-- <p class="copyright">© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.</p> -->
<p class="copyright"><a href="#imprint">Imprint</a></p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<div style="visibility: hidden; position: absolute; width: 100%; top: -10000px; left: 0px; right: 0px; transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s; opacity: 0;"><div style="width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 2000000000; background-color: rgb(255, 255, 255); opacity: 0.5;"></div><div style="margin: 0px auto; top: 0px; left: 0px; right: 0px; position: fixed; border: 1px solid rgb(204, 204, 204); z-index: 2000000000; background-color: rgb(255, 255, 255);"><iframe title="recaptcha challenge expires in two minutes" name="c-l36fip1dpsob" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/bframe?hl=en&v=-ZG7BC9TxCVEbzIO2m429usb&k=6LdJvPAkAAAAACVlTZK-fGYBoUEXCj1qshmIFu2U" style="width: 100%; height: 100%;"></iframe></div></div></body></html>