EDIT: Advanced Ping Template Version 1.3 for Cacti 0.8.6g
Moderators: Moderators, Developers
Re: EDIT: Advanced Ping Template Version 1.3 for Cacti 0.8.6
The problem there is that template probably hasn't been updated to work with PHP 7.2 and above. Split was a depreciated function a while ago (replaced by explode) but there are other scenarios which will like cause errors unless it's properly reviewed. There may be a more updated version if you search the forums but I'm not aware of it as I haven't used that template.
Official Cacti Developer
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
My resources:
How to submit Pull Requests
Development Wiki and How To's
Updated NetSNMP Memory template for Cacti 1.x
Cisco SFP template for Cacti 0.8.8
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
My resources:
How to submit Pull Requests
Development Wiki and How To's
Updated NetSNMP Memory template for Cacti 1.x
Cisco SFP template for Cacti 0.8.8
Re: EDIT: Advanced Ping Template Version 1.3 for Cacti 0.8.6
Thank you for your guide,netniV wrote:The problem there is that template probably hasn't been updated to work with PHP 7.2 and above. Split was a depreciated function a while ago (replaced by explode) but there are other scenarios which will like cause errors unless it's properly reviewed. There may be a more updated version if you search the forums but I'm not aware of it as I haven't used that template.
I use explode instead of split, then it had no error now.