I would like to put some graphs to nagvis schemes.
I did next steps:
1. To somefile.cfg add new service us gadge:
Code: Select all
define service {
label_show=1
hover_menu=0
context_menu=0
gadget_scale=100
host_name=hostname
service_description=service
x=534
y=150
gadget_url=[/nagiosxi/includes/components/perfdata/graphApi.php?host=hostname&service=servicename&source=1&view=1&start=&end=&rand=1449124102]
view_type=gadget
}
I tried to change param gadget_scale, but graph didn`t getting bigger.
Then I try to get right URL to Highcharts graphs, but didn`t success.
Ould You help me with size of graph or with straight URL to Highcharts graphs.
Thank You.