import type { Metadata } from "next" import { LineChart } from "lucide-react" import CopyableCode from "@/components/CopyableCode" export const metadata: Metadata = { title: "ProxMenux Post-Install: Monitoring Settings", description: "Guide to Monitoring Settings in the ProxMenux post-install script for enhancing your Proxmox VE monitoring capabilities.", openGraph: { title: "ProxMenux Post-Install: Monitoring Settings", description: "Guide to Monitoring Settings in the ProxMenux post-install script for enhancing your Proxmox VE monitoring capabilities.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/post-install/monitoring", images: [ { url: "https://macrimi.github.io/ProxMenux/monitoring-settings-image.png", width: 1200, height: 630, alt: "ProxMenux Post-Install Monitoring Settings", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux Post-Install: Monitoring Settings", description: "Guide to Monitoring Settings in the ProxMenux post-install script for enhancing your Proxmox VE monitoring capabilities.", images: ["https://macrimi.github.io/ProxMenux/monitoring-settings-image.png"], }, } function StepNumber({ number }: { number: number }) { return (
The Monitoring Settings category focuses on enhancing the monitoring capabilities of your Proxmox VE installation. These settings are designed to provide better insights into your system's performance and health.
This optimization detects if the server is hosted by OVH and installs the OVH Real Time Monitoring (RTM) tool if applicable.
The following steps are performed:
Note: This optimization is only applicable to servers hosted by OVH. If your server is not hosted by OVH, this step will be skipped.
This adjustment automates the following commands:
This monitoring optimization is automatically applied when selected in the Monitoring section. The automation ensures that the OVH RTM tool is installed correctly if your server is hosted by OVH, enhancing your server's monitoring capabilities without manual intervention.