แพ็คเกจ Mailx ใดที่ฉันควรติดตั้งสำหรับ Nagios


10

ฉันต่อไปNagios อูบุนตูคำแนะนำ ฉันใช้ Ubuntu 10.10 และติดตั้ง Nagios 3.2.3

ที่ด้านล่างของเอกสารบอกว่าฉันต้องติดตั้งแพ็คเกจ mailx และ postfix (ติดตั้ง Postfix แล้ว) แต่เมื่อฉันพยายามติดตั้ง mailx ฉันได้รับคำถามว่าต้องติดตั้งแพคเกจใดจาก 3 แพคเกจ:

$ sudo apt-get install mailx
[sudo] password for nagios: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package mailx is a virtual package provided by:
  mailutils 1:2.1+dfsg1-4ubuntu1
  heirloom-mailx 12.4-1.1
  bsd-mailx 8.1.2-0.20090911cvs-2ubuntu1
You should explicitly select one to install.
E: Package mailx has no installation candidate

ฉันควรติดตั้งตัวไหน

คำตอบ:


4

คุณควรจะสามารถติดตั้งใด ๆ ของพวกเขา ฉันมีbsd-mailxในระบบของฉันและฉันไม่เห็นเหตุผลที่จะไม่ไปกับมัน

ปรากฏว่านี่เป็นเส้นทางการย้ายข้อมูลที่ต้องการ
นี่คือapt-cache show mailxผลลัพธ์บางส่วน:

Depends: bsd-mailx
Description: Transitional package for mailx rename
 This dummy package is provided to smooth the upgrade from mailx to
 bsd-mailx and can be safely removed afterwards.

สองสิ่งเพิ่มเติมแม้ว่า ชุดคำสั่งที่คุณใช้นั้นค่อนข้างเก่าในตอนนี้ (เท่าที่คุณเคยเห็นชื่อแพคเกจบางอย่างเปลี่ยนไปตามกาลเวลา) และยังเกี่ยวกับการติดตั้งจากแหล่งที่มา

ฉันสมมติว่าคุณต้องการติดตั้งจากแหล่งจริงน่าจะควบคุมได้มากขึ้นหรือติดตั้งรุ่นเฉพาะ
แต่ในกรณีที่คุณไม่ได้ตระหนักถึงสิ่งนี้ (หรือสำหรับคนอื่น ๆ ที่ไม่ได้) มี pacakges ที่สร้างไว้ล่วงหน้าจำนวนมากในที่เก็บของ nagios อยู่แล้ว

นี่คือผลงานที่แก้ไขเล็กน้อยจากapt-cache search nagios :

nagios3-core - A host/service/network monitoring and management system core files
nagios3 - A host/service/network monitoring and management system
nagios3-cgi - cgi files for nagios3
nagios3-common - support files for nagios3
nagios3-dbg - debugging symbols and debug stuff for nagios3
nagios3-doc - documentation for nagios3
nagios-images - Collection of images and icons for the nagios system
nagios-nrpe-server - Nagios Remote Plugin Executor Server
nagios-plugins - Plugins for the nagios network monitoring and management system
nagios-plugins-basic - Plugins for the nagios network monitoring and management system
nagios-plugins-standard - Plugins for the nagios network monitoring and management system
[...]
djagios - A package to help configure nagios written in Django
libnagios-object-perl - module to parse and represent Nagios configuration as objects
libnagios-plugin-perl - family of perl modules to streamline writing Nagios
mailping - monitor email service availability and functioning
nagcon - console application interfacing to Nagios
nagios-nrpe-plugin - Nagios Remote Plugin Executor Plugin
nagios-plugins-extra - Plugins for the nagios network monitoring and manegement system.
nagios-snmp-plugins - SNMP Plugins for nagios
nagios-statd-client - Nagios client for monitoring remote system information
nagios-statd-server - Nagios server for monitoring remote system information
nagiosgrapher - Charting add-on for Nagios
nagstamon - Nagios status monitor which takes place in systray or on desktop
nagvis - Visualization addon for Nagios
ndoutils-nagios3-mysql - This provides the NDOUtils for Nagios with MySQL support
nsca - Nagios service monitor agent
pomamonitor - A simple host downtime alert for GNOME/KDE desktop

2

คุณน่าจะมีโปรแกรมที่เหมาะสมติดตั้งอยู่แล้ว ลองคำสั่ง: และmailx -s Test postmaster mail -s Test postmasterออกจากคำสั่งโดยป้อนถึงctrl-cs ในแถว หากพบอย่างใดอย่างหนึ่งและไม่ล้มเหลวเมื่อถูกเรียกดังที่คุณควรจะเป็น หากหนึ่งในนั้นล้มเหลวคุณจะต้องตรวจสอบว่าคำสั่งที่ใช้คือที่ Nagios ใช้ คุณสามารถเปลี่ยนคำสั่งในการกำหนดค่าของคุณหากจำเป็น

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.