To re-try delivering of queued mails:
postqueue -f
To remove all deferred mails:
postsuper -d ALL deferred
To remove all mails
postsuper -d ALL
To re-try delivering of queued mails:
postqueue -f
To remove all deferred mails:
postsuper -d ALL deferred
To remove all mails
postsuper -d ALL
If you see an error like this while trying to send an email via your Exchange server
E32F1291C 5322 Tue Aug 26 09:15:08 MAILER-DAEMON (host yourexchangeserver.com[10.10.10.10] said: 452 4.3.1 Insufficient system resources (in reply to MAIL FROM command))
then the system partition of the Exchange server has become low on free space. I have been watching this, if the free space on the drive C: of my server becomes less then 6% of the whole partition size. These are still more than 3 GByte!
You don’t need to do anything on the Exchange server but to free some additional space.
Assume the following situation:
You changed something on a service and the performance data format has changed as well. PNP4Nagios graphs that belong to the changed service will not be changed automatically. You have to remove the old XML file that belongs to the changed service and then re-start your OMD site completely like this:
OMD[mysite]:~$ rm var/pnp4nagios/perfdata/webserver35/Apache_127.0.0.1_80_Status.xml
OMD[mysite]:~$ omd restart
In a few minutes the XML file should be re-generated and graphs belonging to new performance data counters should appear. If NOT, I’m afraid that you have to remove all RRD-files that belong to the service (you can recognize it on the file name) and to hope that they will be re-created properly. In this case all the server statistic will be lost (you have been warned!).
Endlich ist es soweit und habe jede Menge Fotos auf PicaseWeb hochgeladen. Hier ist das neue Fotoalbum zu besichtigen:
OMD provides some very useful commands to manage sites. Execute “omd help” as root to see all possible commands.
I’ve updated the check and built a new package. The package can be downloaded from Check_MK exchange site here. The new version has the number 1.4.
There are two changes regarding the agent’s side: the plugin call logic and the caching of results.