Automatically create alerts in GLPI
naby007
-
eden -
eden -
Hello,
I am in the last week of my internship and I need to automatically create alerts with GLPI
EX: when there is no longer a certain type of cartridge, send me an email.
If someone knows how to do this, please help me.
I am in the last week of my internship and I need to automatically create alerts with GLPI
EX: when there is no longer a certain type of cartridge, send me an email.
If someone knows how to do this, please help me.
Configuration: Windows XP Firefox 2.0.0.12
6 answers
-
I sent it too quickly.
Give me an overview of your requests and I will adjust my code to suit them. -
Hello,
can you tell me how you proceeded to generate notifications upon the triggering of an event?
Because I am working on a PLUGIN for GLPI, which has the role of presenting the user with a photocopy request form. When the user fills out the form, a notification is sent to an agent.
Does anyone among you know how to send a notification (to a specific type of profile) in the form of a ticket or anything just to inform that a photocopy request has been made? -
Hello,
You can do this with a PHP page using the mail() function in PHP. After making a query on the table corresponding to the ink cartridges (or printers, I don't know the name of the table that manages this).
First, you need to know if you have some knowledge of PHP and SQL. If so, I think you can jump in without any problem. -
Yes, you can do it, I think, but I don't know if it's for a type of cartridge. However, given how they designed their software, I think it is.
Go to configuration -> notification, then to alert options, and there you choose the groups that should be informed about supplies. Confirm it. After that, you can set the default alert threshold for supplies in the general configuration under inventory.
That's it. If you test it and it works, keep me posted :) -
Uh, that's a good question. I'm not sure if anything is already set up on GLPI.
Otherwise, you can get a BlackBerry to receive emails ^^ or you can manage to configure your mobile phone to receive emails. If it's a recent phone, it should have the feature; otherwise, you'll need to look online to find out how you can add that.
Have a good evening. -