
Monitor with Instant Messaging for e.g. helpdesk
Hello
In order to:
- be visible in each plugins and whole cacti
- do not depend of monitor-plugin release
I have remplaced these patch-feature below in a new independant plugin with more features and easy to edit.
banner-plugin
URL:
http://cactiusers.org/forums/viewtopic.php?p=4482#4482
----------------------------------------------------------------------
----------------------------------------------------------------------
Hi
Monitor with Instant Messaging:
For e.g. when the network group know that the WAN provider has a problem it could be useful to send a instant messaging in the Monitor view for the helpdesk.
I have developped quickly something for Monitor (but not finished the part for the rights, because it would need realms and changes in setup .... and that is your plugin .... ) . At this time only admin can send a message. "function monitorCheckRightMessage"
put in monitor :
line 17 --> include_once("./plugins/monitor/InstantMessage.php");
line 90 --> monitorBannerMessage($host_down);
and copy /plugins/monitor/InstantMessage.php
If you like it you can add it and continue it, also do it more beautiful.
Thanks for all your work and the genial "plugin architectur".