The open source configuration interface for Nagios, Naemon and Prometheus
openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
So easy that everyone can use it: create your entire monitoring configuration with a few clicks due to our smart interface.
This is the repository of the backend server code, that is providing the API for the official openITCOCKPIT frontend.
Play around with our Demo system. Its equipped with the majority of modules that you will get with the community license
Credentials:
Username(Email): demo@openitcockpit.io
Password: demo123
| Distribution | Stable | Nightly |
|---|---|---|
| Jammy | ||
| Noble | ||
| Bookworm | ||
| RHEL 8 | ||
| RHEL 9 | ||
| Docker |
- Ubuntu LTS or Debian
- 2 CPU cores (x86-64)
- 4 GB RAM
- 60 GB space
Unfortunately there is no golden rule for the right sizing of a monitoring system. This depends on the amount of hosts and services you like to monitor.
It's recommended to use SSD as main storage.
A rough guide:
- 32 GB RAM
- 16 CPU Cores
- 500 GB space
openITCOCKPIT runs on Ubuntu and Debian Linux systems and is available for download/installation via an apt repository.
To install openITCOCKPIT on your system, please follow the official documentation: https://openitcockpit.io/download_server/
openITCOCKPIT is 100% compatible to arm64. More information can be found on the project website: https://openitcockpit.io/download_server/
We provide pre-build Docker images of openITCOCKPIT. Please follow the instructions provided in the documentation: https://docs.openitcockpit.io/en/installation/docker/
You can register your openITCOCKPIT installation to get access to free community modules.
Login to the webinterface of openITCOCKPIT and navigate to System -> Registration,
enter the community license key e5aef99e-817b-0ff5-3f0e-140c1f342792 and click Register.
After successful registration you can install the free community modules at System tools -> Package Manager
- Easy to use web interface
- Template based configuration that will make your life easier
- MySQL based
- REST API
- Inbuilt package manager everyone can provide Add-ons for extending the interface
- HA cluster ready
- Two-factor authentication
- LDAP authentication
- Multitenancy
- Object permissions
- Distributed Monitoring
- Mod-Gearman
- Statusengine
- And much more to discover...
openITCOCKPIT's development is publicly available in GitHub. Everybody is welcome to join :-)
- Creating an openITCOCKPIT development environment
- Create your own translation
- Creating a new openITCOCKPIT module
- Creating a new check plugin
- Official Discord Server
- Join #openitcockpit on Libera Chat
- AVENDIS GmbH provides commercial support
Please send security vulnerabilities found in openITCOCKPIT or software that is used by openITCOCKPIT
to: security@openitcockpit.io.
All disclosed vulnerabilities are available here: https://openitcockpit.io/security/
Most of the translations are handled by the Angular frontend. However, some parts of the application are generated on the server, such as reports, emails, pdf or zip files.
Translation files are located at resources/locales/.
First of all, you need to extract all used translations from the application.
oitc i18n extract --exclude vendor,tests --extract-core no --paths /opt/openitc/frontend/src,/opt/openitc/frontend/plugins
This command will create (or update) the file resources/locales/default.pot, which holds all strings of the
application that needs to be translated.
In case you want to add a new language, please use this file as starting point.
In case you want to modify or update an existing language, you should merge the new created default.pot
into the existing language file. You can use the oitc sync_lang --lang <langue-key> command for this.
oitc sync_lang --lang de_DE
The command will keep already existing translations, add missing ones or remove deleted messages.
The new file will be stored at /opt/openitc/frontend/resources/locales/NEW_de_DE.po.
You can now start translating. Every record with an empty msgstr "" needs to be translated.
Once your finished, you can overwrite the current file resources/locales/de_DE/default.po.
mv /opt/openitc/frontend/resources/locales/NEW_de_DE.po /opt/openitc/frontend/resources/locales/de_DE/default.po
AI can be a helping hand to make the process of creating or updating translations less painful. Please keep in mind that you have to do this in chunks, as you can not paste a file with more than 4000 lines into a Chatbot and expect to get a decent result.
Prompt example:
I have open a language file in PO format. The msgid is the english source message. Do NEVER change the msgid.
Take the english message from msgid, translate it into German, and write it to msgstr. Please make sure to escape double
quots (like `\"`).
`{0}` or `{1}` are placeholders, please keep them.
The context is a IT monitoring system. A "Host" is a device that gets monitored and "Services" are services running on
the host.
Copyright (C) 2015-2025 it-novum GmbH
Copyright (C) 2025-today AVENDIS GmbH
openITCOCKPIT is dual licensed
1)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
2)
If you purchased an openITCOCKPIT Enterprise Edition you can use this file
under the terms of the openITCOCKPIT Enterprise Edition licence agreement.
Licence agreement and licence key will be shipped with the order
confirmation.





