我想在更大的屏幕上运行Nagios 3.5.1。我不是手动将比例因子编辑为1.4,但刷新后这将恢复正常1.0。在互联网上搜索,但没有运气。
互联网说你需要一个statusmap.c但是我从epel repo做了一个yum install nagios。 所以没有statusmap.c只有statusmap.cgi。试图编辑价值:
input type='text' name='scaling_factor' maxlength='5' size='4' value='%2.1f'
仍然没有运气。有没有办法添加静态比例因子1.4,在刷新页面后不会改变?
亲切的问候。答案 0 :(得分:1)
I had this problem too. I found that you can load the statusmap URL directly by adding "/cgi-bin/statusmap.cgi" to the base nagios URL. You can also pass in the scaling_factor as an argument to this CGI:
/cgi-bin/statusmap.cgi?scaling_factor=1.4
The scaling factor will now persist for each page update.