Live Monitoring System/en
Aus EUserv Wiki
(Unterschied zwischen Versionen)
(Die Seite wurde neu angelegt: „{{Language|Kundencenter_Live_Monitoring_System}} '''''Live Monitoring System''''' __TOC__ <div style= "font-size: 1.571em;"> '''Live Monitoring System''' </div> =…“) |
Root (Diskussion | Beiträge) |
||
(Der Versionsvergleich bezieht 12 dazwischenliegende Versionen mit ein.) | |||
Zeile 1: | Zeile 1: | ||
- | {{ | + | {{Languages|Live_Monitoring_System}} |
- | '''''Live Monitoring System''''' | + | [[Kategorie:Operation Systems and Software]] |
+ | '''''Integrating the Live Monitoring System''''' | ||
__TOC__ | __TOC__ | ||
<div style= "font-size: 1.571em;"> | <div style= "font-size: 1.571em;"> | ||
- | '''Live Monitoring System''' | + | '''Integrating the Live Monitoring System on root server''' |
</div> | </div> | ||
== General== | == General== | ||
Zeile 11: | Zeile 12: | ||
Download the LMS from our servers via wget: | Download the LMS from our servers via wget: | ||
- | + | wget --no-check-certificate https://cdn.euserv.com/ressources/lms/live_monitoring_system | |
Copy the LMS to its point of destination and make it executable: | Copy the LMS to its point of destination and make it executable: | ||
- | + | mv live_monitoring_system /usr/local/bin/ | |
- | + | live_monitoring_system && chmod 700 /usr/local/bin/live_monitoring_system | |
Add the following line to the file /etc/crontab | Add the following line to the file /etc/crontab | ||
- | + | echo "*/5 * * * * root /usr/local/bin/live_monitoring_system" >>/etc/crontab | |
Make sure you have installed "curl" and the cron service is running and loaded at the system start. | Make sure you have installed "curl" and the cron service is running and loaded at the system start. | ||
- | + | Debian | |
- | + | update-rc.d cron enable 2 | |
- | + | Redhat/CentOS | |
- | + | chkconfig crond on Done. | |
- | Now you can see the status of your server in the customer center (after selecting your server contract). | + | Now you can see the status of your server in the customer service center (after selecting your server contract). |
Aktuelle Version vom 10:49, 25. Feb. 2013
Languages: |
Deutsch • English |
Integrating the Live Monitoring System
Inhaltsverzeichnis |
Integrating the Live Monitoring System on root server
General
In this article we are explaining how to use the EUserv Live Monitoring System (LMS) on your server.
The following steps are required to use LMS on your server:
Download the LMS from our servers via wget:
wget --no-check-certificate https://cdn.euserv.com/ressources/lms/live_monitoring_system
Copy the LMS to its point of destination and make it executable:
mv live_monitoring_system /usr/local/bin/ live_monitoring_system && chmod 700 /usr/local/bin/live_monitoring_system
Add the following line to the file /etc/crontab
echo "*/5 * * * * root /usr/local/bin/live_monitoring_system" >>/etc/crontab
Make sure you have installed "curl" and the cron service is running and loaded at the system start.
Debian update-rc.d cron enable 2 Redhat/CentOS chkconfig crond on Done.
Now you can see the status of your server in the customer service center (after selecting your server contract).