您好,登錄后才能下訂單哦!
nagios如何實現(xiàn)對個別用戶隱藏部分服務信息。
1、添加測試用戶
- htpasswd /usr/local/nagios/etc/htpasswd.users user
2、將測試用戶添加到聯(lián)系人。
- define contact{
- contact_name test
- use generic-contact
- alias test
- }
3、將聯(lián)系人添加到允許查看的個別服務中(define service)。注意不能寫入define host,寫入host里面就能看見該主機的全部服務了。
- define service {
- use web
- host_name web-test
- service_description 80_Port_Status
- normal_check_interval 1
- notifications_enabled 0
- check_command check_tcp!80
- contacts test
- }
這樣就能想讓test用戶看什么服務,就只能看什么服務。
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。