I would like to understand, by adding new device , by default it check SNMP and ICMP availability
SNMP availability is checked by interval you set in the cron job file
what about ICMP? where I can see the intervals?
Can I create alert notification based on ICMP only if device is down?
Do I need also to do this part for 1 min pulling ?
Converting existing RRD files
We provide a basic script to convert the default rrd files we generate to utilise your configured step and heartbeat values. Please do ensure that you backup your RRD files before running this just in case. The script runs on a per device basis or all devices at once.
The rrd files must be accessible from the server you run this script from.
./scripts/rrdstep.php
This will provide the help information. To run it for localhost just run:
so in the first step it says to change the poller-wrapper cron time
so now it’s set to this value in the cron file, if I want one minute I should use */1 * instead of */5 *
done , now it says navigate in the gui to /pollers/tab=pollers/ , where I can find it in the gui?
And what value i should put there the same I used in the cron?
you don’t change values there… take note of the values and then go to the next step …
To make the changes, please navigate to /settings/sub=external/ within your WebUI. Select RRDTool Setup and then update the two values for step and heartbeat intervals:
Step is how often you want to insert data, so if you change to 1-minute polling then this should be 60.
Heartbeat is how long to wait for data before registering a null value, i.e 120 seconds.