Differences
This shows you the differences between two versions of the page.
userplugin:plgexample [2010/09/14 23:44] pepj |
userplugin:plgexample [2019/10/29 15:16] (current) |
||
---|---|---|---|
Line 10: | Line 10: | ||
cacti_version:0.8.7e,0.8.7g | cacti_version:0.8.7e,0.8.7g | ||
homepage_url: | homepage_url: | ||
- | date: | + | date: 2008-01-01 |
email: | email: | ||
plugins_tags: | plugins_tags: | ||
Line 39: | Line 39: | ||
- rename (if you will a poller function) the file poller_plgexample.php into poller_myown.php | - rename (if you will a poller function) the file poller_plgexample.php into poller_myown.php | ||
- open setup.php and replace all times you see 'plgexample' with 'myown' / or use sed 's/plgexample/myown/g' setup.php | - open setup.php and replace all times you see 'plgexample' with 'myown' / or use sed 's/plgexample/myown/g' setup.php | ||
- | - check/modify also myown.php and poller_myown.php | + | - check/modify (like above) also myown.php and poller_myown.php |
- change/create your menu in setup.php function myown_config_arrays () , if your setup.php is growing a lot use the include subfolder | - change/create your menu in setup.php function myown_config_arrays () , if your setup.php is growing a lot use the include subfolder | ||
- change your tab images. Use the *.psd example in the folder 'images' to create yours (with f.ex gimp) | - change your tab images. Use the *.psd example in the folder 'images' to create yours (with f.ex gimp) |